From d342c1e6893da156377a8876e45b271412fcd1c2 Mon Sep 17 00:00:00 2001 From: Tykayn Date: Sat, 5 Aug 2023 17:24:40 +0200 Subject: [PATCH] hop --- .../etalab_data/small.json | 5 +- .../mappings/converters/configIRVE.ts | 44 +- .../mappings/engine.ts | 16 +- ...es-irve-filetered-from-etalab-opendata.osm | 2 +- .../{ => other}/bornes-from-etalab-91.osm | 0 .../bornes-irve-all-from-etalab-opendata.osm | 0 .../bornes-irve_all_from_etalab.osm | 0 .../output/my_converted_data_set.json | 14 +- ...onverted_data_set_filtered_zipcode_76.json | 9501 +++++++++++++---- ...onverted_data_set_filtered_zipcode_91.json | 1396 +-- ...nverted_data_set_filtered_zipcode_974.json | 3006 +++++- 11 files changed, 10755 insertions(+), 3229 deletions(-) rename mapping_geojson_to_osm_tags/osm_output/{ => other}/bornes-from-etalab-91.osm (100%) rename mapping_geojson_to_osm_tags/osm_output/{ => other}/bornes-irve-all-from-etalab-opendata.osm (100%) rename mapping_geojson_to_osm_tags/osm_output/{ => other}/bornes-irve_all_from_etalab.osm (100%) diff --git a/mapping_geojson_to_osm_tags/etalab_data/small.json b/mapping_geojson_to_osm_tags/etalab_data/small.json index eef03d82..4ec78a5d 100644 --- a/mapping_geojson_to_osm_tags/etalab_data/small.json +++ b/mapping_geojson_to_osm_tags/etalab_data/small.json @@ -11,10 +11,7 @@ ] }, "properties": { - "nom_amenageur": "ELECTRA", - "siren_amenageur": "891624884", - "consolidated_commune": "S\u00e9r\u00e9zin-du-Rh\u00f4ne", - "consolidated_is_lon_lat_correct": true + "accessibilite_pmr":"Mo-Fr 08:30-12:00,Mo-Fr 14:00-19:00,Sat 09:00-18:30" } } ] diff --git a/mapping_geojson_to_osm_tags/mappings/converters/configIRVE.ts b/mapping_geojson_to_osm_tags/mappings/converters/configIRVE.ts index e7507c82..eb1dfed9 100644 --- a/mapping_geojson_to_osm_tags/mappings/converters/configIRVE.ts +++ b/mapping_geojson_to_osm_tags/mappings/converters/configIRVE.ts @@ -40,7 +40,7 @@ const MappingIRVE: MappingConfigType = { // ******* dates date_mise_en_service: 'start_date', - date_maj: 'source:date', + // date_maj: 'source:date', // TODO gestion des types dont on doit convertir la valeur // ******** champs booléens @@ -77,23 +77,23 @@ const MappingIRVE: MappingConfigType = { // accessibilite_pmr: 'wheelchair', // paiement_cb: 'payment:credit_cards', - accessibilite_pmr: { - key_converted: "wheelchair", - conditional_values: { - "Accessibilité inconnue": { - // value_converted: "", - ignore_this_data: true, // ne pas ajouter de tag si la valeur est égale à Accessibilité inconnue. - // transform_function : (original_value) => original_value.toLowerCase(), - }, - "Accessible mais non réservé PMR": { - value_converted: "yes" - }, - "Réservé PMR": { - value_converted: "yes" - }, - "Non accessible": { - value_converted: "no" - }, + // accessibilite_pmr: { + // key_converted: "wheelchair", + // conditional_values: { + // "Accessibilité inconnue": { + // // value_converted: "", + // ignore_this_data: true, // ne pas ajouter de tag si la valeur est égale à Accessibilité inconnue. + // // transform_function : (original_value) => original_value.toLowerCase(), + // }, + // "Accessible mais non réservé PMR": { + // value_converted: "yes" + // }, + // "Réservé PMR": { + // value_converted: "yes" + // }, + // "Non accessible": { + // value_converted: "no" + // }, // "Mo-Fr 08:30-12:00,Mo-Fr 14:00-19:00,Sat 09:00-18:30": { // value_converted: "Mo-Fr 08:30-12:00,Mo-Fr 14:00-19:00,Sat 09:00-18:30" // }, @@ -113,8 +113,8 @@ const MappingIRVE: MappingConfigType = { // Mo-Fr 09:00-16:00 // Mo-Fr 08:00-12:00,Mo-Fr 14:00-18:00,Th 08:00-18:00 - } - }, + // } + // }, station_deux_roues: { remove_original_key: true, conditional_values: { @@ -132,6 +132,10 @@ const MappingIRVE: MappingConfigType = { } +// "nom_amenageur": "ELECTRA", +// "siren_amenageur": "891624884", +// "consolidated_commune": "S\u00e9r\u00e9zin-du-Rh\u00f4ne", +// "consolidated_is_lon_lat_correct": true, // "cable_t2_attache": "True" // "goal": "jeu de données pour tester la mapping engine", // "prise_type_2": "yes", diff --git a/mapping_geojson_to_osm_tags/mappings/engine.ts b/mapping_geojson_to_osm_tags/mappings/engine.ts index 2129ff63..6ba4b789 100644 --- a/mapping_geojson_to_osm_tags/mappings/engine.ts +++ b/mapping_geojson_to_osm_tags/mappings/engine.ts @@ -251,15 +251,21 @@ export default class { let keysConditionnalValues: any = Object.keys(configObject.conditional_values) let isFoundValue = keysConditionnalValues.indexOf(originalValue) - debugLog('isFoundValue', isFoundValue) - debugLog('keysConditionnalValues', keysConditionnalValues) + console.log('isFoundValue', isFoundValue, originalValue) + console.log('keysConditionnalValues', keysConditionnalValues) - if (isFoundValue !== -1) { + if (isFoundValue > -1) { let conditionnalConfig: any = configObject.conditional_values[keysConditionnalValues[isFoundValue]] /** ---------------------- * gestion des valeurs conditionnelles * ---------------------- */ + console.log('conditionnalConfig', conditionnalConfig) + + if (conditionnalConfig.ignore_this_data) { + console.log(`on ignore cette clé car sa valeur "${originalValue}" est à exclure: `, pointKeyName, '=>', newKey) + remove_original_key = true; + } if (conditionnalConfig.tags_to_add) { // on peut définir un ensemble de tags à rajouter let tagKeys = Object.keys(conditionnalConfig.tags_to_add) @@ -305,11 +311,11 @@ export default class { } debugLog('convertProperty: convertedValue ==========> {', newKey, ':', convertedValue, '}') - debugLog(' =============== remove_original_key', remove_original_key) + console.log(' =============== remove_original_key',newKey, remove_original_key) if (!remove_original_key && newKey && convertedValue && !configObject.ignore_this_data) { debugLog('convertProperty: added') - newProperties[newKey] = convertedValue + newProperties[newKey] = convertedValue.trim() } } } diff --git a/mapping_geojson_to_osm_tags/osm_output/bornes-irve-filetered-from-etalab-opendata.osm b/mapping_geojson_to_osm_tags/osm_output/bornes-irve-filetered-from-etalab-opendata.osm index d5b47e15..aea5b7cd 100644 --- a/mapping_geojson_to_osm_tags/osm_output/bornes-irve-filetered-from-etalab-opendata.osm +++ b/mapping_geojson_to_osm_tags/osm_output/bornes-irve-filetered-from-etalab-opendata.osm @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/mapping_geojson_to_osm_tags/osm_output/bornes-from-etalab-91.osm b/mapping_geojson_to_osm_tags/osm_output/other/bornes-from-etalab-91.osm similarity index 100% rename from mapping_geojson_to_osm_tags/osm_output/bornes-from-etalab-91.osm rename to mapping_geojson_to_osm_tags/osm_output/other/bornes-from-etalab-91.osm diff --git a/mapping_geojson_to_osm_tags/osm_output/bornes-irve-all-from-etalab-opendata.osm b/mapping_geojson_to_osm_tags/osm_output/other/bornes-irve-all-from-etalab-opendata.osm similarity index 100% rename from mapping_geojson_to_osm_tags/osm_output/bornes-irve-all-from-etalab-opendata.osm rename to mapping_geojson_to_osm_tags/osm_output/other/bornes-irve-all-from-etalab-opendata.osm diff --git a/mapping_geojson_to_osm_tags/osm_output/bornes-irve_all_from_etalab.osm b/mapping_geojson_to_osm_tags/osm_output/other/bornes-irve_all_from_etalab.osm similarity index 100% rename from mapping_geojson_to_osm_tags/osm_output/bornes-irve_all_from_etalab.osm rename to mapping_geojson_to_osm_tags/osm_output/other/bornes-irve_all_from_etalab.osm 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 66412329..4cbc08c9 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 @@ -11,19 +11,7 @@ ] }, "properties": { - "amenity": "charging_station", - "operator": "ELECTRA", - "owner:ref:FR:SIREN": "891624884", - "email": "help@electra.com", - "network": "ELECTRA", - "socket:type2_combo": "yes", - "fee": "false", - "authentication:none": "true", - "reservation": "yes", - "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", - "start_date": "2022-10-27", - "source:date": "2023-07-29" + "amenity": "charging_station" } } ] diff --git a/mapping_geojson_to_osm_tags/output/my_converted_data_set_filtered_zipcode_76.json b/mapping_geojson_to_osm_tags/output/my_converted_data_set_filtered_zipcode_76.json index 4ea30580..9c4b03b1 100644 --- a/mapping_geojson_to_osm_tags/output/my_converted_data_set_filtered_zipcode_76.json +++ b/mapping_geojson_to_osm_tags/output/my_converted_data_set_filtered_zipcode_76.json @@ -11,28 +11,17 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "ELECTRA", "owner:ref:FR:SIREN": "891624884", "email": "help@electra.com", - "phone": "", "network": "ELECTRA", - "ref:EU:EVSE": "FRELCPGOOOC", - "ref": "", - "name": "Gonfreville-l'Orcher - Centre commercial Océane", - "capacity": "8", - "socket:typee": "false", - "socket:type2": "false", - "socket:type2_combo": "true", - "socket:chademo": "false", + "socket:type2_combo": "yes", "fee": "false", "authentication:none": "true", - "payment:credit_cards": "true", - "reservation": "true", - "wheelchair": "Accessibilité inconnue", - "start_date": "2022-12-19", - "note": "Télécharger l'application ELECTRA pour réserver et payer sur go-electra.com", - "source:date": "2023-07-29", - "socket:type2_cable": "" + "reservation": "yes", + "opening_hours": "24/7", + "start_date": "2022-12-19" } }, { @@ -45,28 +34,17 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "ELECTRA", "owner:ref:FR:SIREN": "891624884", "email": "help@electra.com", - "phone": "", "network": "ELECTRA", - "ref:EU:EVSE": "FRELCPGOOOC", - "ref": "", - "name": "Gonfreville-l'Orcher - Centre commercial Océane", - "capacity": "8", - "socket:typee": "false", - "socket:type2": "false", - "socket:type2_combo": "true", - "socket:chademo": "false", + "socket:type2_combo": "yes", "fee": "false", "authentication:none": "true", - "payment:credit_cards": "true", - "reservation": "true", - "wheelchair": "Accessibilité inconnue", - "start_date": "2022-12-19", - "note": "Télécharger l'application ELECTRA pour réserver et payer sur go-electra.com", - "source:date": "2023-07-29", - "socket:type2_cable": "" + "reservation": "yes", + "opening_hours": "24/7", + "start_date": "2022-12-19" } }, { @@ -79,28 +57,17 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "ELECTRA", "owner:ref:FR:SIREN": "891624884", "email": "help@electra.com", - "phone": "", "network": "ELECTRA", - "ref:EU:EVSE": "FRELCPGOOOC", - "ref": "", - "name": "Gonfreville-l'Orcher - Centre commercial Océane", - "capacity": "8", - "socket:typee": "false", - "socket:type2": "false", - "socket:type2_combo": "true", - "socket:chademo": "false", + "socket:type2_combo": "yes", "fee": "false", "authentication:none": "true", - "payment:credit_cards": "true", - "reservation": "true", - "wheelchair": "Accessibilité inconnue", - "start_date": "2022-12-19", - "note": "Télécharger l'application ELECTRA pour réserver et payer sur go-electra.com", - "source:date": "2023-07-29", - "socket:type2_cable": "" + "reservation": "yes", + "opening_hours": "24/7", + "start_date": "2022-12-19" } }, { @@ -113,28 +80,17 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "ELECTRA", "owner:ref:FR:SIREN": "891624884", "email": "help@electra.com", - "phone": "", "network": "ELECTRA", - "ref:EU:EVSE": "FRELCPGOOOC", - "ref": "", - "name": "Gonfreville-l'Orcher - Centre commercial Océane", - "capacity": "8", - "socket:typee": "false", - "socket:type2": "false", - "socket:type2_combo": "true", - "socket:chademo": "false", + "socket:type2_combo": "yes", "fee": "false", "authentication:none": "true", - "payment:credit_cards": "true", - "reservation": "true", - "wheelchair": "Accessibilité inconnue", - "start_date": "2022-12-19", - "note": "Télécharger l'application ELECTRA pour réserver et payer sur go-electra.com", - "source:date": "2023-07-29", - "socket:type2_cable": "" + "reservation": "yes", + "opening_hours": "24/7", + "start_date": "2022-12-19" } }, { @@ -147,28 +103,17 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "ELECTRA", "owner:ref:FR:SIREN": "891624884", "email": "help@electra.com", - "phone": "", "network": "ELECTRA", - "ref:EU:EVSE": "FRELCPGOOOC", - "ref": "", - "name": "Gonfreville-l'Orcher - Centre commercial Océane", - "capacity": "8", - "socket:typee": "false", - "socket:type2": "false", - "socket:type2_combo": "true", - "socket:chademo": "false", + "socket:type2_combo": "yes", "fee": "false", "authentication:none": "true", - "payment:credit_cards": "true", - "reservation": "true", - "wheelchair": "Accessibilité inconnue", - "start_date": "2022-12-19", - "note": "Télécharger l'application ELECTRA pour réserver et payer sur go-electra.com", - "source:date": "2023-07-29", - "socket:type2_cable": "" + "reservation": "yes", + "opening_hours": "24/7", + "start_date": "2022-12-19" } }, { @@ -181,28 +126,17 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "ELECTRA", "owner:ref:FR:SIREN": "891624884", "email": "help@electra.com", - "phone": "", "network": "ELECTRA", - "ref:EU:EVSE": "FRELCPGOOOC", - "ref": "", - "name": "Gonfreville-l'Orcher - Centre commercial Océane", - "capacity": "8", - "socket:typee": "false", - "socket:type2": "false", - "socket:type2_combo": "true", - "socket:chademo": "false", + "socket:type2_combo": "yes", "fee": "false", "authentication:none": "true", - "payment:credit_cards": "true", - "reservation": "true", - "wheelchair": "Accessibilité inconnue", - "start_date": "2022-12-19", - "note": "Télécharger l'application ELECTRA pour réserver et payer sur go-electra.com", - "source:date": "2023-07-29", - "socket:type2_cable": "" + "reservation": "yes", + "opening_hours": "24/7", + "start_date": "2022-12-19" } }, { @@ -215,28 +149,17 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "ELECTRA", "owner:ref:FR:SIREN": "891624884", "email": "help@electra.com", - "phone": "", "network": "ELECTRA", - "ref:EU:EVSE": "FRELCPGOOOC", - "ref": "", - "name": "Gonfreville-l'Orcher - Centre commercial Océane", - "capacity": "8", - "socket:typee": "false", - "socket:type2": "false", - "socket:type2_combo": "true", - "socket:chademo": "false", + "socket:type2_combo": "yes", "fee": "false", "authentication:none": "true", - "payment:credit_cards": "true", - "reservation": "true", - "wheelchair": "Accessibilité inconnue", - "start_date": "2022-12-19", - "note": "Télécharger l'application ELECTRA pour réserver et payer sur go-electra.com", - "source:date": "2023-07-29", - "socket:type2_cable": "" + "reservation": "yes", + "opening_hours": "24/7", + "start_date": "2022-12-19" } }, { @@ -249,28 +172,17 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "ELECTRA", "owner:ref:FR:SIREN": "891624884", "email": "help@electra.com", - "phone": "", "network": "ELECTRA", - "ref:EU:EVSE": "FRELCPGOOOC", - "ref": "", - "name": "Gonfreville-l'Orcher - Centre commercial Océane", - "capacity": "8", - "socket:typee": "false", - "socket:type2": "false", - "socket:type2_combo": "true", - "socket:chademo": "false", + "socket:type2_combo": "yes", "fee": "false", "authentication:none": "true", - "payment:credit_cards": "true", - "reservation": "true", - "wheelchair": "Accessibilité inconnue", - "start_date": "2022-12-19", - "note": "Télécharger l'application ELECTRA pour réserver et payer sur go-electra.com", - "source:date": "2023-07-29", - "socket:type2_cable": "" + "reservation": "yes", + "opening_hours": "24/7", + "start_date": "2022-12-19" } }, { @@ -278,474 +190,21 @@ "geometry": { "type": "Point", "coordinates": [ - 0.968916, - 49.534125 + 1.114081, + 49.39632 ] }, "properties": { - "operator": "Izivia", - "owner:ref:FR:SIREN": "419070180", - "email": "sav@izivia.com", - "phone": "0972668001", - "network": "IZIVIA EXPRESS", - "ref:EU:EVSE": "FRE04POAZS24911", - "ref": "FR*SOD*S*OAZS*249*1*_*_", - "name": "NORAUTO - BARENTIN", - "capacity": "3", - "socket:typee": "false", - "socket:type2": "false", - "socket:type2_combo": "true", - "socket:chademo": "false", + "amenity": "charging_station", + "email": "info@chargepoint.com", + "network": "CGED ROUEN", + "ref": "FRCPIE6576835", + "socket:type2": "yes", "fee": "false", "authentication:none": "true", - "payment:credit_cards": "false", - "reservation": "false", - "wheelchair": "Accessibilité inconnue", - "start_date": "2023-03-16", - "note": "Conditions accès aux bornes dépendantes des accords et formules de votre EMSP", - "source:date": "2023-07-29", - "socket:type2_cable": "" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.968916, - 49.534125 - ] - }, - "properties": { - "operator": "Izivia", - "owner:ref:FR:SIREN": "419070180", - "email": "sav@izivia.com", - "phone": "0972668001", - "network": "IZIVIA EXPRESS", - "ref:EU:EVSE": "FRE04POAZS24912", - "ref": "FR*SOD*S*OAZS*249*1*_*_", - "name": "NORAUTO - BARENTIN", - "capacity": "3", - "socket:typee": "false", - "socket:type2": "true", - "socket:type2_combo": "false", - "socket:chademo": "false", - "fee": "false", - "authentication:none": "true", - "payment:credit_cards": "false", - "reservation": "false", - "wheelchair": "Accessibilité inconnue", - "start_date": "2023-03-16", - "note": "Conditions accès aux bornes dépendantes des accords et formules de votre EMSP", - "source:date": "2023-07-29", - "socket:type2_cable": "" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.968916, - 49.534125 - ] - }, - "properties": { - "operator": "Izivia", - "owner:ref:FR:SIREN": "419070180", - "email": "sav@izivia.com", - "phone": "0972668001", - "network": "IZIVIA EXPRESS", - "ref:EU:EVSE": "FRE04POAZS24913", - "ref": "FR*SOD*S*OAZS*249*1*_*_", - "name": "NORAUTO - BARENTIN", - "capacity": "3", - "socket:typee": "false", - "socket:type2": "false", - "socket:type2_combo": "true", - "socket:chademo": "true", - "fee": "false", - "authentication:none": "true", - "payment:credit_cards": "false", - "reservation": "false", - "wheelchair": "Accessibilité inconnue", - "start_date": "2023-03-16", - "note": "Conditions accès aux bornes dépendantes des accords et formules de votre EMSP", - "source:date": "2023-07-29", - "socket:type2_cable": "" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.189267, - 49.529647 - ] - }, - "properties": { - "operator": "Izivia", - "owner:ref:FR:SIREN": "419070180", - "email": "sav@izivia.com", - "phone": "0972668001", - "network": "IZIVIA EXPRESS", - "ref:EU:EVSE": "FRE04POAZS24823", - "ref": "FR*SOD*S*OAZS*248*2*_*_", - "name": "NORAUTO - MONTIVILLIERS", - "capacity": "5", - "socket:typee": "false", - "socket:type2": "false", - "socket:type2_combo": "false", - "socket:chademo": "true", - "fee": "false", - "authentication:none": "true", - "payment:credit_cards": "false", - "reservation": "false", - "wheelchair": "Accessibilité inconnue", - "start_date": "2023-03-14", - "note": "Conditions accès aux bornes dépendantes des accords et formules de votre EMSP", - "source:date": "2023-07-29", - "socket:type2_cable": "" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.189267, - 49.529647 - ] - }, - "properties": { - "operator": "Izivia", - "owner:ref:FR:SIREN": "419070180", - "email": "sav@izivia.com", - "phone": "0972668001", - "network": "IZIVIA EXPRESS", - "ref:EU:EVSE": "FRE04POAZS24812", - "ref": "FR*SOD*S*OAZS*248*1*_*_", - "name": "NORAUTO - MONTIVILLIERS", - "capacity": "5", - "socket:typee": "false", - "socket:type2": "false", - "socket:type2_combo": "true", - "socket:chademo": "false", - "fee": "false", - "authentication:none": "true", - "payment:credit_cards": "false", - "reservation": "false", - "wheelchair": "Accessibilité inconnue", - "start_date": "2023-03-14", - "note": "Conditions accès aux bornes dépendantes des accords et formules de votre EMSP", - "source:date": "2023-07-29", - "socket:type2_cable": "" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.189267, - 49.529647 - ] - }, - "properties": { - "operator": "Izivia", - "owner:ref:FR:SIREN": "419070180", - "email": "sav@izivia.com", - "phone": "0972668001", - "network": "IZIVIA EXPRESS", - "ref:EU:EVSE": "FRE04POAZS24821", - "ref": "FR*SOD*S*OAZS*248*2*_*_", - "name": "NORAUTO - MONTIVILLIERS", - "capacity": "5", - "socket:typee": "false", - "socket:type2": "false", - "socket:type2_combo": "true", - "socket:chademo": "false", - "fee": "false", - "authentication:none": "true", - "payment:credit_cards": "false", - "reservation": "false", - "wheelchair": "Accessibilité inconnue", - "start_date": "2023-03-14", - "note": "Conditions accès aux bornes dépendantes des accords et formules de votre EMSP", - "source:date": "2023-07-29", - "socket:type2_cable": "" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.189267, - 49.529647 - ] - }, - "properties": { - "operator": "Izivia", - "owner:ref:FR:SIREN": "419070180", - "email": "sav@izivia.com", - "phone": "0972668001", - "network": "IZIVIA EXPRESS", - "ref:EU:EVSE": "FRE04POAZS24822", - "ref": "FR*SOD*S*OAZS*248*2*_*_", - "name": "NORAUTO - MONTIVILLIERS", - "capacity": "5", - "socket:typee": "false", - "socket:type2": "true", - "socket:type2_combo": "false", - "socket:chademo": "false", - "fee": "false", - "authentication:none": "true", - "payment:credit_cards": "false", - "reservation": "false", - "wheelchair": "Accessibilité inconnue", - "start_date": "2023-03-14", - "note": "Conditions accès aux bornes dépendantes des accords et formules de votre EMSP", - "source:date": "2023-07-29", - "socket:type2_cable": "" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.189267, - 49.529647 - ] - }, - "properties": { - "operator": "Izivia", - "owner:ref:FR:SIREN": "419070180", - "email": "sav@izivia.com", - "phone": "0972668001", - "network": "IZIVIA EXPRESS", - "ref:EU:EVSE": "FRE04POAZS24811", - "ref": "FR*SOD*S*OAZS*248*1*_*_", - "name": "NORAUTO - MONTIVILLIERS", - "capacity": "5", - "socket:typee": "false", - "socket:type2": "false", - "socket:type2_combo": "true", - "socket:chademo": "false", - "fee": "false", - "authentication:none": "true", - "payment:credit_cards": "false", - "reservation": "false", - "wheelchair": "Accessibilité inconnue", - "start_date": "2023-03-14", - "note": "Conditions accès aux bornes dépendantes des accords et formules de votre EMSP", - "source:date": "2023-07-29", - "socket:type2_cable": "" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.959227, - 49.540126 - ] - }, - "properties": { - "operator": "Last Mile Solutions", - "owner:ref:FR:SIREN": "909073363", - "email": "support@lastmilesolutions.com", - "phone": "+31 10 312 6000", - "network": "Last Mile Solutions", - "ref:EU:EVSE": "FRLMSP1000125123", - "ref": "", - "name": "LOUVRE HOTEL - ROUEN NORD - BARENTIN", - "capacity": "1", - "socket:typee": "false", - "socket:type2": "true", - "socket:type2_combo": "false", - "socket:chademo": "false", - "fee": "false", - "authentication:none": "true", - "payment:credit_cards": "false", - "reservation": "false", - "wheelchair": "Accessibilité inconnue", - "start_date": "2023-05-12", - "note": "", - "source:date": "2023-06-22", - "socket:type2_cable": "" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.959227, - 49.540126 - ] - }, - "properties": { - "operator": "Last Mile Solutions", - "owner:ref:FR:SIREN": "909073363", - "email": "support@lastmilesolutions.com", - "phone": "+31 10 312 6000", - "network": "Last Mile Solutions", - "ref:EU:EVSE": "FRLMSP1000125123", - "ref": "", - "name": "LOUVRE HOTEL - ROUEN NORD - BARENTIN", - "capacity": "1", - "socket:typee": "false", - "socket:type2": "true", - "socket:type2_combo": "false", - "socket:chademo": "false", - "fee": "false", - "authentication:none": "true", - "payment:credit_cards": "false", - "reservation": "false", - "wheelchair": "Accessibilité inconnue", - "start_date": "2023-05-12", - "note": "", - "source:date": "2023-06-22", - "socket:type2_cable": "" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.959227, - 49.540126 - ] - }, - "properties": { - "operator": "Last Mile Solutions", - "owner:ref:FR:SIREN": "909073363", - "email": "support@lastmilesolutions.com", - "phone": "+31 10 312 6000", - "network": "Last Mile Solutions", - "ref:EU:EVSE": "FRLMSP1000125123", - "ref": "", - "name": "LOUVRE HOTEL - ROUEN NORD - BARENTIN", - "capacity": "1", - "socket:typee": "false", - "socket:type2": "true", - "socket:type2_combo": "false", - "socket:chademo": "false", - "fee": "false", - "authentication:none": "true", - "payment:credit_cards": "false", - "reservation": "false", - "wheelchair": "Accessibilité inconnue", - "start_date": "2023-05-12", - "note": "", - "source:date": "2023-06-22", - "socket:type2_cable": "" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.959227, - 49.540126 - ] - }, - "properties": { - "operator": "Last Mile Solutions", - "owner:ref:FR:SIREN": "909073363", - "email": "support@lastmilesolutions.com", - "phone": "+31 10 312 6000", - "network": "Last Mile Solutions", - "ref:EU:EVSE": "FRLMSP1000125123", - "ref": "", - "name": "LOUVRE HOTEL - ROUEN NORD - BARENTIN", - "capacity": "1", - "socket:typee": "false", - "socket:type2": "true", - "socket:type2_combo": "false", - "socket:chademo": "false", - "fee": "false", - "authentication:none": "true", - "payment:credit_cards": "false", - "reservation": "false", - "wheelchair": "Accessibilité inconnue", - "start_date": "2023-05-12", - "note": "", - "source:date": "2023-06-22", - "socket:type2_cable": "" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.094046, - 49.477319 - ] - }, - "properties": { - "operator": "Last Mile Solutions", - "owner:ref:FR:SIREN": "909073363", - "email": "support@lastmilesolutions.com", - "phone": "+31 10 312 6000", - "network": "Last Mile Solutions", - "ref:EU:EVSE": "FRLMSP1000125121", - "ref": "", - "name": "LOUVRE HOTEL - ROUEN NORD - MONT SAINT-AIGNAN", - "capacity": "1", - "socket:typee": "false", - "socket:type2": "true", - "socket:type2_combo": "false", - "socket:chademo": "false", - "fee": "false", - "authentication:none": "true", - "payment:credit_cards": "false", - "reservation": "false", - "wheelchair": "Accessibilité inconnue", - "start_date": "2023-05-12", - "note": "", - "source:date": "2023-06-22", - "socket:type2_cable": "" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.0151949687525528, - 49.491605515295085 - ] - }, - "properties": { - "operator": "EVERON", - "owner:ref:FR:SIREN": "310818000", - "email": "frsupport@ev-box.com", - "phone": "0141447047", - "network": "point p", - "ref:EU:EVSE": "Non concerné", - "ref": "EVB-P2211454", - "name": "Point P Maromme", - "capacity": "2", - "socket:typee": "true", - "socket:type2": "true", - "socket:type2_combo": "false", - "socket:chademo": "false", - "fee": "false", - "authentication:none": "false", - "payment:credit_cards": "false", - "reservation": "false", - "wheelchair": "Accessible mais non réservé PMR", - "start_date": "2022-12-22", - "note": "Recharge 24/24h 7/7j", - "source:date": "2022-12-22", + "reservation": "no", + "opening_hours": "Mo 06:30-19:00,Tu 06:30-19:00,We 06:30-19:00,Th 06:30-19:00,Fr 06:30-19:00", + "start_date": "2022-10-12", "socket:type2_cable": "false" } }, @@ -754,271 +213,22 @@ "geometry": { "type": "Point", "coordinates": [ - 1.115675, - 49.39352 + 1.114081, + 49.39632 ] }, "properties": { - "operator": "ZEENCO", - "owner:ref:FR:SIREN": "668502966", - "email": "franck.legardeur@zeenco.tech", - "phone": "0618727251", - "network": "ZEENCO", - "ref:EU:EVSE": "FRLMSE10000882711", - "ref": "", - "name": "Würth Rouen", - "capacity": "1", - "socket:typee": "false", - "socket:type2": "true", - "socket:type2_combo": "false", - "socket:chademo": "false", - "fee": "false", - "authentication:none": "false", - "payment:credit_cards": "false", - "reservation": "false", - "wheelchair": "Accessible mais non réservé PMR", - "start_date": "2022-11-18", - "note": "", - "source:date": "2023-01-18", - "socket:type2_cable": "" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.115675, - 49.39352 - ] - }, - "properties": { - "operator": "ZEENCO", - "owner:ref:FR:SIREN": "668502966", - "email": "franck.legardeur@zeenco.tech", - "phone": "0618727251", - "network": "ZEENCO", - "ref:EU:EVSE": "FRLMSE10000882721", - "ref": "", - "name": "Würth Rouen", - "capacity": "1", - "socket:typee": "false", - "socket:type2": "true", - "socket:type2_combo": "false", - "socket:chademo": "false", - "fee": "false", - "authentication:none": "false", - "payment:credit_cards": "false", - "reservation": "false", - "wheelchair": "Accessible mais non réservé PMR", - "start_date": "2022-11-18", - "note": "", - "source:date": "2023-01-18", - "socket:type2_cable": "" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.145726, - 49.486737 - ] - }, - "properties": { - "operator": "SGA Industries", - "owner:ref:FR:SIREN": "428099022", - "email": "contact@sga-automation.com", - "phone": "0232103853", - "network": "Réseau de recharge Bulle de Linge", - "ref:EU:EVSE": "FRSGAP1D2009", - "ref": "", - "name": "D2009", - "capacity": "3", - "socket:typee": "false", - "socket:type2": "true", - "socket:type2_combo": "false", - "socket:chademo": "false", - "fee": "false", - "authentication:none": "false", - "payment:credit_cards": "false", - "reservation": "false", - "wheelchair": "Accessible mais non réservé PMR", - "start_date": "2021-07-19", - "note": "Recharge uniquement disponible pendant les horaires d'ouvertures de la société", - "source:date": "2021-07-22", - "socket:type2_cable": "" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.145726, - 49.486737 - ] - }, - "properties": { - "operator": "SGA Industries", - "owner:ref:FR:SIREN": "428099022", - "email": "contact@sga-automation.com", - "phone": "0232103853", - "network": "Réseau de recharge Bulle de Linge", - "ref:EU:EVSE": "FRSGAP1D2009", - "ref": "", - "name": "D2009", - "capacity": "3", - "socket:typee": "false", - "socket:type2": "true", - "socket:type2_combo": "false", - "socket:chademo": "false", - "fee": "false", - "authentication:none": "false", - "payment:credit_cards": "false", - "reservation": "false", - "wheelchair": "Accessible mais non réservé PMR", - "start_date": "2021-07-19", - "note": "Recharge uniquement disponible pendant les horaires d'ouvertures de la société", - "source:date": "2021-07-22", - "socket:type2_cable": "" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.145726, - 49.486737 - ] - }, - "properties": { - "operator": "SGA Industries", - "owner:ref:FR:SIREN": "428099022", - "email": "contact@sga-automation.com", - "phone": "0232103853", - "network": "Réseau de recharge Bulle de Linge", - "ref:EU:EVSE": "FRSGAP1D2009", - "ref": "", - "name": "D2009", - "capacity": "3", - "socket:typee": "true", - "socket:type2": "false", - "socket:type2_combo": "false", - "socket:chademo": "false", - "fee": "false", - "authentication:none": "false", - "payment:credit_cards": "false", - "reservation": "false", - "wheelchair": "Accessible mais non réservé PMR", - "start_date": "2021-07-19", - "note": "Recharge uniquement disponible pendant les horaires d'ouvertures de la société", - "source:date": "2021-07-22", - "socket:type2_cable": "" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.094714, - 49.474365 - ] - }, - "properties": { - "operator": "SGA Industries", - "owner:ref:FR:SIREN": "449431683", - "email": "contact@sga-industries.com", - "phone": "0232103853", - "network": "Réseau de recharge L2B", - "ref:EU:EVSE": "FRSGAP1M2003", - "ref": "", - "name": "M2003", - "capacity": "3", - "socket:typee": "true", - "socket:type2": "false", - "socket:type2_combo": "false", - "socket:chademo": "false", - "fee": "false", - "authentication:none": "false", - "payment:credit_cards": "false", - "reservation": "false", - "wheelchair": "Accessible mais non réservé PMR", - "start_date": "2021-09-30", - "note": "Recharge uniquement disponible pendant les horaires d'ouvertures de la société", - "source:date": "2021-10-04", - "socket:type2_cable": "" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.094714, - 49.474365 - ] - }, - "properties": { - "operator": "SGA Industries", - "owner:ref:FR:SIREN": "449431683", - "email": "contact@sga-industries.com", - "phone": "0232103853", - "network": "Réseau de recharge L2B", - "ref:EU:EVSE": "FRSGAP1M2003", - "ref": "", - "name": "M2003", - "capacity": "3", - "socket:typee": "false", - "socket:type2": "true", - "socket:type2_combo": "false", - "socket:chademo": "false", - "fee": "false", - "authentication:none": "false", - "payment:credit_cards": "false", - "reservation": "false", - "wheelchair": "Accessible mais non réservé PMR", - "start_date": "2021-09-30", - "note": "Recharge uniquement disponible pendant les horaires d'ouvertures de la société", - "source:date": "2021-10-04", - "socket:type2_cable": "" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.013775, - 49.481695 - ] - }, - "properties": { - "operator": "E-TOTEM", - "owner:ref:FR:SIREN": "", - "email": "contact@e-totem.fr", - "phone": "", - "network": "CLOS DE LA VAUPALIERE", - "ref:EU:EVSE": "FRG10P76150A", - "ref": "FRG10P76150A", - "name": "CLOS DE LA VAUPALIERE", - "capacity": "4", - "socket:typee": "false", - "socket:type2": "true", - "socket:type2_combo": "false", - "socket:chademo": "false", + "amenity": "charging_station", + "email": "info@chargepoint.com", + "network": "CGED ROUEN", + "ref": "FRCPIE6576835", + "socket:type2": "yes", "fee": "false", "authentication:none": "true", - "payment:credit_cards": "", - "reservation": "false", - "wheelchair": "Accessible mais non réservé PMR", - "start_date": "2022-02-11", - "note": "", - "source:date": "2023-06-12", - "socket:type2_cable": "" + "reservation": "no", + "opening_hours": "Mo 06:30-19:00,Tu 06:30-19:00,We 06:30-19:00,Th 06:30-19:00,Fr 06:30-19:00", + "start_date": "2022-10-12", + "socket:type2_cable": "false" } }, { @@ -1026,33 +236,22 @@ "geometry": { "type": "Point", "coordinates": [ - 1.013775, - 49.481695 + 1.014127, + 49.482685 ] }, "properties": { - "operator": "E-TOTEM", - "owner:ref:FR:SIREN": "", - "email": "contact@e-totem.fr", - "phone": "", - "network": "CLOS DE LA VAUPALIERE", - "ref:EU:EVSE": "FRG10P76150A", - "ref": "FRG10P76150A", - "name": "CLOS DE LA VAUPALIERE", - "capacity": "4", - "socket:typee": "false", - "socket:type2": "true", - "socket:type2_combo": "false", - "socket:chademo": "false", + "amenity": "charging_station", + "email": "info@chargepoint.com", + "network": "SONEPAR VAUPALIERE 1", + "ref": "FRCPIE6585645", + "socket:type2": "yes", "fee": "false", "authentication:none": "true", - "payment:credit_cards": "", - "reservation": "false", - "wheelchair": "Accessible mais non réservé PMR", - "start_date": "2022-02-11", - "note": "", - "source:date": "2023-06-12", - "socket:type2_cable": "" + "reservation": "no", + "opening_hours": "Mo 06:30-19:00,Tu 06:30-19:00,We 06:30-19:00,Th 06:30-19:00,Fr 06:30-19:00", + "start_date": "2022-12-06", + "socket:type2_cable": "false" } }, { @@ -1060,33 +259,22 @@ "geometry": { "type": "Point", "coordinates": [ - 1.013775, - 49.481695 + 1.014127, + 49.482685 ] }, "properties": { - "operator": "E-TOTEM", - "owner:ref:FR:SIREN": "", - "email": "contact@e-totem.fr", - "phone": "", - "network": "CLOS DE LA VAUPALIERE", - "ref:EU:EVSE": "FRG10P76150A", - "ref": "FRG10P76150A", - "name": "CLOS DE LA VAUPALIERE", - "capacity": "4", - "socket:typee": "true", - "socket:type2": "true", - "socket:type2_combo": "false", - "socket:chademo": "false", + "amenity": "charging_station", + "email": "info@chargepoint.com", + "network": "SONEPAR VAUPALIERE 1", + "ref": "FRCPIE6585645", + "socket:type2": "yes", "fee": "false", "authentication:none": "true", - "payment:credit_cards": "", - "reservation": "false", - "wheelchair": "Accessible mais non réservé PMR", - "start_date": "2022-02-11", - "note": "", - "source:date": "2023-06-12", - "socket:type2_cable": "" + "reservation": "no", + "opening_hours": "Mo 06:30-19:00,Tu 06:30-19:00,We 06:30-19:00,Th 06:30-19:00,Fr 06:30-19:00", + "start_date": "2022-12-06", + "socket:type2_cable": "false" } }, { @@ -1094,33 +282,380 @@ "geometry": { "type": "Point", "coordinates": [ - 1.013775, - 49.481695 + 1.679052, + 49.904515 ] }, "properties": { - "operator": "E-TOTEM", - "owner:ref:FR:SIREN": "", - "email": "contact@e-totem.fr", - "phone": "", - "network": "CLOS DE LA VAUPALIERE", - "ref:EU:EVSE": "FRG10P76150A", - "ref": "FRG10P76150A", - "name": "CLOS DE LA VAUPALIERE", - "capacity": "4", - "socket:typee": "false", - "socket:type2": "true", - "socket:type2_combo": "false", - "socket:chademo": "false", + "amenity": "charging_station", + "email": "support@iecharge.io", + "phone": "+33 1 84 88 68 00", + "network": "Nesle-Normandeuse", + "ref": "FRIENE007202", + "socket:type2_combo": "yes", "fee": "false", "authentication:none": "true", - "payment:credit_cards": "", - "reservation": "false", - "wheelchair": "Accessible mais non réservé PMR", - "start_date": "2022-02-11", - "note": "", - "source:date": "2023-06-12", - "socket:type2_cable": "" + "reservation": "yes", + "opening_hours": "24/7", + "start_date": "2023-06-23", + "socket:type2_cable": "false" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 1.679052, + 49.904515 + ] + }, + "properties": { + "amenity": "charging_station", + "email": "support@iecharge.io", + "phone": "+33 1 84 88 68 00", + "network": "Nesle-Normandeuse", + "ref": "FRIENE007202", + "socket:type2_combo": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "yes", + "opening_hours": "24/7", + "start_date": "2023-06-23", + "socket:type2_cable": "false" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 1.679052, + 49.904515 + ] + }, + "properties": { + "amenity": "charging_station", + "email": "support@iecharge.io", + "phone": "+33 1 84 88 68 00", + "network": "Nesle-Normandeuse", + "ref": "FRIENE007201", + "socket:type2_combo": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "yes", + "opening_hours": "24/7", + "start_date": "2023-06-23", + "socket:type2_cable": "false" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 1.679052, + 49.904515 + ] + }, + "properties": { + "amenity": "charging_station", + "email": "support@iecharge.io", + "phone": "+33 1 84 88 68 00", + "network": "Nesle-Normandeuse", + "ref": "FRIENE007201", + "socket:type2_combo": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "yes", + "opening_hours": "24/7", + "start_date": "2023-06-23", + "socket:type2_cable": "false" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 1.112229, + 49.397739 + ] + }, + "properties": { + "amenity": "charging_station", + "email": "info@chargepoint.com", + "network": "SONEPAR CONNECT ROUEN SUD", + "ref": "FRCPIE6605035", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "Mo 06:30-19:00,Tu 06:30-19:00,We 06:30-19:00,Th 06:30-19:00,Fr 06:30-19:00", + "start_date": "2022-10-12", + "socket:type2_cable": "false" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 1.112229, + 49.397739 + ] + }, + "properties": { + "amenity": "charging_station", + "email": "info@chargepoint.com", + "network": "SONEPAR CONNECT ROUEN SUD", + "ref": "FRCPIE6605035", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "Mo 06:30-19:00,Tu 06:30-19:00,We 06:30-19:00,Th 06:30-19:00,Fr 06:30-19:00", + "start_date": "2022-10-12", + "socket:type2_cable": "false" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 1.115305, + 49.897972 + ] + }, + "properties": { + "amenity": "charging_station", + "email": "info@chargepoint.com", + "network": "SONEPAR DIEPPE", + "ref": "FRCPIE6596925", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2022-10-12", + "socket:type2_cable": "false" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 1.115305, + 49.897972 + ] + }, + "properties": { + "amenity": "charging_station", + "email": "info@chargepoint.com", + "network": "SONEPAR DIEPPE", + "ref": "FRCPIE6596925", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2022-10-12", + "socket:type2_cable": "false" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 1.031039, + 49.289838 + ] + }, + "properties": { + "amenity": "charging_station", + "email": "info@chargepoint.com", + "network": "SONEPAR CONNECT CAUDEBEC", + "ref": "FRCPIE6612515", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "Mo 06:30-19:00,Tu 06:30-19:00,We 06:30-19:00,Th 06:30-19:00,Fr 06:30-19:00", + "start_date": "2022-10-12", + "socket:type2_cable": "false" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 1.031039, + 49.289838 + ] + }, + "properties": { + "amenity": "charging_station", + "email": "info@chargepoint.com", + "network": "SONEPAR CONNECT CAUDEBEC", + "ref": "FRCPIE6612515", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "Mo 06:30-19:00,Tu 06:30-19:00,We 06:30-19:00,Th 06:30-19:00,Fr 06:30-19:00", + "start_date": "2022-10-12", + "socket:type2_cable": "false" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 0.814847, + 47.357802 + ] + }, + "properties": { + "amenity": "charging_station", + "email": "support@modulo-energies.fr", + "phone": "0800 37 37 40", + "network": "VERETZ 1698", + "ref": "FRS37E170", + "socket:typee": "yes", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2019-03-18", + "socket:type2_cable": "false" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 0.814847, + 47.357802 + ] + }, + "properties": { + "amenity": "charging_station", + "email": "support@modulo-energies.fr", + "phone": "0800 37 37 40", + "network": "VERETZ 1698", + "ref": "FRS37E169", + "socket:typee": "yes", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2019-03-18", + "socket:type2_cable": "false" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 0.0966466, + 49.4928271 + ] + }, + "properties": { + "amenity": "charging_station", + "email": "klantenservice@newmotion.com", + "phone": "+(33)-(9)-69366018", + "network": "ABB Office du tourisme", + "ref": "FRSHEE21", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2023-04-08", + "socket:type2_cable": "false" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 0.0966466, + 49.4928271 + ] + }, + "properties": { + "amenity": "charging_station", + "email": "klantenservice@newmotion.com", + "phone": "+(33)-(9)-69366018", + "network": "ABB Office du tourisme", + "ref": "FRSHEE21", + "socket:type2_combo": "yes", + "socket:chademo": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2023-04-08", + "socket:type2_cable": "false" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 0.0966466, + 49.4928271 + ] + }, + "properties": { + "amenity": "charging_station", + "email": "klantenservice@newmotion.com", + "phone": "+(33)-(9)-69366018", + "network": "ABB Office du tourisme", + "ref": "FRSHEE24", + "socket:type2_combo": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2023-04-08", + "socket:type2_cable": "false" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 0.0966466, + 49.4928271 + ] + }, + "properties": { + "amenity": "charging_station", + "email": "klantenservice@newmotion.com", + "phone": "+(33)-(9)-69366018", + "network": "ABB Office du tourisme", + "ref": "FRSHEE24", + "socket:type2_combo": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2023-04-08", + "socket:type2_cable": "false" } }, { @@ -1133,28 +668,68 @@ ] }, "properties": { - "operator": "IONITY", - "owner:ref:FR:SIREN": "838436145", + "amenity": "charging_station", "email": "info@ionity.eu", - "phone": "33187210891", - "network": "IONITY GMBH", - "ref:EU:EVSE": "FRIONE402300", - "ref": "FRIONE402300", - "name": "IONITY Bolleville Est", - "capacity": "3", - "socket:typee": "FALSE", - "socket:type2": "TRUE", - "socket:type2_combo": "TRUE", - "socket:chademo": "TRUE", - "fee": "FALSE", - "authentication:none": "TRUE", - "payment:credit_cards": "FALSE", - "reservation": "FALSE", - "wheelchair": "Accessible mais non réservé PMR", - "start_date": "2021-06-29", - "note": "Recharge jusqu'à 350KW - CCS", - "source:date": "2023-03-21", - "socket:type2_cable": "TRUE" + "phone": "+(33)-(1)-87210891", + "network": "Bolleville Est", + "ref": "FRIONE40230", + "socket:type2_combo": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2021-07-01", + "socket:type2_cable": "false" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 0.547145, + 49.614324 + ] + }, + "properties": { + "amenity": "charging_station", + "email": "info@ionity.eu", + "phone": "+(33)-(1)-87210891", + "network": "Bolleville Est", + "ref": "FRIONE40230", + "socket:type2_combo": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2021-07-01", + "socket:type2_cable": "false" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 0.547145, + 49.614324 + ] + }, + "properties": { + "amenity": "charging_station", + "email": "info@ionity.eu", + "phone": "+(33)-(1)-87210891", + "network": "Bolleville Est", + "ref": "FRIONE4023", + "socket:type2": "yes", + "socket:type2_combo": "yes", + "socket:chademo": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2021-07-01", + "socket:type2_cable": "false" } }, { @@ -1167,28 +742,6053 @@ ] }, "properties": { + "amenity": "charging_station", + "email": "info@ionity.eu", + "phone": "+(33)-(1)-87210891", + "network": "Bolleville Ouest", + "ref": "FRIONE4319", + "socket:type2": "yes", + "socket:type2_combo": "yes", + "socket:chademo": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2021-07-01", + "socket:type2_cable": "false" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 0.545844, + 49.614343 + ] + }, + "properties": { + "amenity": "charging_station", + "email": "info@ionity.eu", + "phone": "+(33)-(1)-87210891", + "network": "Bolleville Ouest", + "ref": "FRIONE43190", + "socket:type2_combo": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2021-07-01", + "socket:type2_cable": "false" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 0.545844, + 49.614343 + ] + }, + "properties": { + "amenity": "charging_station", + "email": "info@ionity.eu", + "phone": "+(33)-(1)-87210891", + "network": "Bolleville Ouest", + "ref": "FRIONE43190", + "socket:type2_combo": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2021-07-01", + "socket:type2_cable": "false" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 0.968916, + 49.534125 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "Izivia", + "owner:ref:FR:SIREN": "419070180", + "email": "sav@izivia.com", + "phone": "0972668001", + "network": "IZIVIA EXPRESS", + "ref": "FR*SOD*S*OAZS*249*1*_*_", + "socket:type2_combo": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2023-03-16" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 0.968916, + 49.534125 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "Izivia", + "owner:ref:FR:SIREN": "419070180", + "email": "sav@izivia.com", + "phone": "0972668001", + "network": "IZIVIA EXPRESS", + "ref": "FR*SOD*S*OAZS*249*1*_*_", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2023-03-16" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 0.968916, + 49.534125 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "Izivia", + "owner:ref:FR:SIREN": "419070180", + "email": "sav@izivia.com", + "phone": "0972668001", + "network": "IZIVIA EXPRESS", + "ref": "FR*SOD*S*OAZS*249*1*_*_", + "socket:type2_combo": "yes", + "socket:chademo": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2023-03-16" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 0.189267, + 49.529647 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "Izivia", + "owner:ref:FR:SIREN": "419070180", + "email": "sav@izivia.com", + "phone": "0972668001", + "network": "IZIVIA EXPRESS", + "ref": "FR*SOD*S*OAZS*248*2*_*_", + "socket:chademo": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2023-03-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 0.189267, + 49.529647 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "Izivia", + "owner:ref:FR:SIREN": "419070180", + "email": "sav@izivia.com", + "phone": "0972668001", + "network": "IZIVIA EXPRESS", + "ref": "FR*SOD*S*OAZS*248*1*_*_", + "socket:type2_combo": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2023-03-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 0.189267, + 49.529647 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "Izivia", + "owner:ref:FR:SIREN": "419070180", + "email": "sav@izivia.com", + "phone": "0972668001", + "network": "IZIVIA EXPRESS", + "ref": "FR*SOD*S*OAZS*248*2*_*_", + "socket:type2_combo": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2023-03-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 0.189267, + 49.529647 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "Izivia", + "owner:ref:FR:SIREN": "419070180", + "email": "sav@izivia.com", + "phone": "0972668001", + "network": "IZIVIA EXPRESS", + "ref": "FR*SOD*S*OAZS*248*2*_*_", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2023-03-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 0.189267, + 49.529647 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "Izivia", + "owner:ref:FR:SIREN": "419070180", + "email": "sav@izivia.com", + "phone": "0972668001", + "network": "IZIVIA EXPRESS", + "ref": "FR*SOD*S*OAZS*248*1*_*_", + "socket:type2_combo": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2023-03-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 0.99683523, + 49.78908132 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "KVSPKBVOHL", + "socket:typee": "yes", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2022-03-14", + "socket:type2_cable": "false" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 0.99683523, + 49.78908132 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "KVSPKBVOHL", + "socket:typee": "yes", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2022-03-14", + "socket:type2_cable": "false" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 1.39760523, + 50.03117065 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "ZAJRFADFMD", + "socket:typee": "yes", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2022-04-01", + "socket:type2_cable": "false" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 1.39760523, + 50.03117065 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "ZAJRFADFMD", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2022-04-01", + "socket:type2_cable": "false" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 1.39760523, + 50.03117065 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "ZAJRFADFMD", + "socket:typee": "yes", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2022-04-01", + "socket:type2_cable": "false" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 1.39760523, + 50.03117065 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "ZAJRFADFMD", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2022-04-01", + "socket:type2_cable": "false" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 1.04457019, + 49.45808488 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "FD8OWVSZIC", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2022-05-11", + "socket:type2_cable": "false" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 1.04457019, + 49.45808488 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "FD8OWVSZIC", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2022-05-11", + "socket:type2_cable": "false" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 1.04457019, + 49.45808488 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "FD8OWVSZIC", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2022-05-11", + "socket:type2_cable": "false" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 1.04457019, + 49.45808488 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "FD8OWVSZIC", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2022-05-11", + "socket:type2_cable": "false" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 1.04457019, + 49.45808488 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "FD8OWVSZIC", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2022-05-11", + "socket:type2_cable": "false" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 1.04457019, + 49.45808488 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "FD8OWVSZIC", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2022-05-11", + "socket:type2_cable": "false" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 1.018832, + 49.486412 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "M3QO1Y3NBX", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2023-02-24", + "socket:type2_cable": "false" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 1.258675, + 49.508633 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "ACRYNFDCV8", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2022-07-12", + "socket:type2_cable": "false" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 1.072434, + 49.447921 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "LL76TVKIP4", + "socket:type2_combo": "yes", + "socket:chademo": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2021-11-09", + "socket:type2_cable": "false" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 1.072434, + 49.447921 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "LL76TVKIP4", + "socket:type2": "yes", + "socket:type2_combo": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2021-11-09", + "socket:type2_cable": "false" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 1.149003, + 49.414058 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "P7ZEAJRSCL", + "socket:typee": "yes", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2022-11-25", + "socket:type2_cable": "false" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 1.149003, + 49.414058 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "P7ZEAJRSCL", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2022-11-25", + "socket:type2_cable": "false" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 1.37968, + 49.4055 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "HIAAJ792SH", + "socket:type2": "yes", + "socket:type2_combo": "yes", + "socket:chademo": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2021-09-21", + "socket:type2_cable": "false" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 1.03729903, + 49.28873608 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "HIAAJ792SH", + "socket:type2": "yes", + "socket:type2_combo": "yes", + "socket:chademo": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2021-09-21", + "socket:type2_cable": "false" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 1.09836744, + 49.32627577 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "V9EYPVI8LD", + "socket:type2": "yes", + "socket:type2_combo": "yes", + "socket:chademo": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2022-03-15", + "socket:type2_cable": "false" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 1.09836744, + 49.32627577 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "V9EYPVI8LD", + "socket:type2": "yes", + "socket:type2_combo": "yes", + "socket:chademo": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2022-03-15", + "socket:type2_cable": "false" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 1.17950063, + 49.39504655 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "K5OWM91ZVL", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2022-05-06", + "socket:type2_cable": "false" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 1.17950063, + 49.39504655 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "K5OWM91ZVL", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2022-05-06", + "socket:type2_cable": "false" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 1.17950063, + 49.39504655 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "K5OWM91ZVL", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2022-05-06", + "socket:type2_cable": "false" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 1.17950063, + 49.39504655 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "K5OWM91ZVL", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2022-05-06", + "socket:type2_cable": "false" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 1.17950063, + 49.39504655 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "K5OWM91ZVL", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2022-05-06", + "socket:type2_cable": "false" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 1.17950063, + 49.39504655 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "K5OWM91ZVL", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2022-05-06", + "socket:type2_cable": "false" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 1.17950063, + 49.39504655 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "K5OWM91ZVL", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2022-05-06", + "socket:type2_cable": "false" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 1.17950063, + 49.39504655 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "K5OWM91ZVL", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2022-05-06", + "socket:type2_cable": "false" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 1.17950063, + 49.39504655 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "K5OWM91ZVL", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2022-05-06", + "socket:type2_cable": "false" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 1.17950063, + 49.39504655 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "K5OWM91ZVL", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2022-05-06", + "socket:type2_cable": "false" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 1.17950063, + 49.39504655 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "K5OWM91ZVL", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2022-05-06", + "socket:type2_cable": "false" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 1.17950063, + 49.39504655 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "K5OWM91ZVL", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2022-05-06", + "socket:type2_cable": "false" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 1.17950063, + 49.39504655 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "K5OWM91ZVL", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2022-05-06", + "socket:type2_cable": "false" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 1.17950063, + 49.39504655 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "K5OWM91ZVL", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2022-05-06", + "socket:type2_cable": "false" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 1.17950063, + 49.39504655 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "K5OWM91ZVL", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2022-05-06", + "socket:type2_cable": "false" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 1.17950063, + 49.39504655 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "K5OWM91ZVL", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2022-05-06", + "socket:type2_cable": "false" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 1.17950063, + 49.39504655 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "K5OWM91ZVL", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2022-05-06", + "socket:type2_cable": "false" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 1.08563248, + 49.91905333 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "PMNDERSS7U", + "socket:type2_combo": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2022-05-03", + "socket:type2_cable": "false" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 1.08563248, + 49.91905333 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "PMNDERSS7U", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2022-05-03", + "socket:type2_cable": "false" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 1.17950063, + 49.39504655 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "K5OWM91ZVL", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2022-05-06", + "socket:type2_cable": "false" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 1.08563248, + 49.91905333 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "PMNDERSS7U", + "socket:type2_combo": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2022-05-03", + "socket:type2_cable": "false" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 1.08563248, + 49.91905333 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "PMNDERSS7U", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2022-05-03", + "socket:type2_cable": "false" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 1.08563248, + 49.91905333 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "PMNDERSS7U", + "socket:type2_combo": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2022-05-03", + "socket:type2_cable": "false" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 1.08563248, + 49.91905333 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "PMNDERSS7U", + "socket:type2_combo": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2022-05-03", + "socket:type2_cable": "false" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 1.17950063, + 49.39504655 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "K5OWM91ZVL", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2022-05-06", + "socket:type2_cable": "false" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 1.17950063, + 49.39504655 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "K5OWM91ZVL", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2022-05-06", + "socket:type2_cable": "false" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 1.13365823, + 49.41753476 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "ZBM4NFEKPJ", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2022-07-29", + "socket:type2_cable": "false" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 1.13365823, + 49.41753476 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "ZBM4NFEKPJ", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2022-07-29", + "socket:type2_cable": "false" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 1.13365823, + 49.41753476 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "ZBM4NFEKPJ", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2022-07-29", + "socket:type2_cable": "false" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 1.13365823, + 49.41753476 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "ZBM4NFEKPJ", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2022-07-29", + "socket:type2_cable": "false" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 1.13365823, + 49.41753476 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "ZBM4NFEKPJ", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2022-07-29", + "socket:type2_cable": "false" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 1.13365823, + 49.41753476 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "ZBM4NFEKPJ", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2022-07-29", + "socket:type2_cable": "false" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 1.13365823, + 49.41753476 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "ZBM4NFEKPJ", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2022-07-29", + "socket:type2_cable": "false" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 1.0463778, + 49.64518414 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "KIDYA8RB2N", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2022-10-28", + "socket:type2_cable": "false" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 1.0463778, + 49.64518414 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "KIDYA8RB2N", + "socket:type2_combo": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2022-10-28", + "socket:type2_cable": "false" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 1.0463778, + 49.64518414 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "KIDYA8RB2N", + "socket:type2_combo": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2022-10-28", + "socket:type2_cable": "false" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 0.32457891, + 49.47435194 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "TBTJI4QVE3", + "socket:typee": "yes", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "Mo-Fr 07:00-18:00,Sa 07:00-12:30", + "start_date": "2022-08-26", + "socket:type2_cable": "false" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 0.32457891, + 49.47435194 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "TBTJI4QVE3", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "Mo-Fr 07:00-18:00,Sa 07:00-12:30", + "start_date": "2022-08-26", + "socket:type2_cable": "false" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 1.019612, + 49.485848 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "ALEJNTJITP", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2023-02-24", + "socket:type2_cable": "false" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 0.36551805, + 49.72609867 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "MMIX8ETSRI", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2022-08-10", + "socket:type2_cable": "false" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 0.36551805, + 49.72609867 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "MMIX8ETSRI", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2022-08-10", + "socket:type2_cable": "false" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 0.36551805, + 49.72609867 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "MMIX8ETSRI", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2022-08-10", + "socket:type2_cable": "false" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 0.36467022, + 49.7261819 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "L0KOZZ2ARU", + "socket:typee": "yes", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2022-08-10", + "socket:type2_cable": "false" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 0.36467022, + 49.7261819 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "L0KOZZ2ARU", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2022-08-10", + "socket:type2_cable": "false" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 0.36551805, + 49.72609867 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "MMIX8ETSRI", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2022-08-10", + "socket:type2_cable": "false" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 0.36551805, + 49.72609867 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "MMIX8ETSRI", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2022-08-10", + "socket:type2_cable": "false" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 0.36467022, + 49.7261819 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "L0KOZZ2ARU", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2022-08-10", + "socket:type2_cable": "false" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 0.36467022, + 49.7261819 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "L0KOZZ2ARU", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2022-08-10", + "socket:type2_cable": "false" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 0.36551805, + 49.72609867 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "MMIX8ETSRI", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2022-08-10", + "socket:type2_cable": "false" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 0.36551805, + 49.72609867 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "MMIX8ETSRI", + "socket:typee": "yes", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2022-08-10", + "socket:type2_cable": "false" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 0.36551805, + 49.72609867 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "MMIX8ETSRI", + "socket:typee": "yes", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2022-08-10", + "socket:type2_cable": "false" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 0.36467022, + 49.7261819 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "L0KOZZ2ARU", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2022-08-10", + "socket:type2_cable": "false" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 0.36551805, + 49.72609867 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "MMIX8ETSRI", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2022-08-10", + "socket:type2_cable": "false" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 0.36551805, + 49.72609867 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "MMIX8ETSRI", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2022-08-10", + "socket:type2_cable": "false" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 0.36551805, + 49.72609867 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "MMIX8ETSRI", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2022-08-10", + "socket:type2_cable": "false" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 0.36551805, + 49.72609867 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "MMIX8ETSRI", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2022-08-10", + "socket:type2_cable": "false" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 0.36551805, + 49.72609867 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "MMIX8ETSRI", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2022-08-10", + "socket:type2_cable": "false" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 0.36551805, + 49.72609867 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "MMIX8ETSRI", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2022-08-10", + "socket:type2_cable": "false" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 0.36551805, + 49.72609867 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "MMIX8ETSRI", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2022-08-10", + "socket:type2_cable": "false" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 0.36551805, + 49.72609867 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "MMIX8ETSRI", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2022-08-10", + "socket:type2_cable": "false" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 0.36551805, + 49.72609867 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "MMIX8ETSRI", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2022-08-10", + "socket:type2_cable": "false" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 0.36467022, + 49.7261819 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "L0KOZZ2ARU", + "socket:typee": "yes", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2022-08-10", + "socket:type2_cable": "false" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 0.36551805, + 49.72609867 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "MMIX8ETSRI", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2022-08-10", + "socket:type2_cable": "false" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 0.36551805, + 49.72609867 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "MMIX8ETSRI", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2022-08-10", + "socket:type2_cable": "false" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 0.36551805, + 49.72609867 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "MMIX8ETSRI", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2022-08-10", + "socket:type2_cable": "false" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 0.774255, + 49.612418 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "YE4ZWF9SHX", + "socket:typee": "yes", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2022-04-27", + "socket:type2_cable": "false" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 0.774255, + 49.612418 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "YE4ZWF9SHX", + "socket:typee": "yes", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2022-04-27", + "socket:type2_cable": "false" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 0.774255, + 49.612418 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "YE4ZWF9SHX", + "socket:typee": "yes", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2022-04-27", + "socket:type2_cable": "false" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 0.774255, + 49.612418 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "YE4ZWF9SHX", + "socket:typee": "yes", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2022-04-27", + "socket:type2_cable": "false" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 0.774255, + 49.612418 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "YE4ZWF9SHX", + "socket:typee": "yes", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2022-04-27", + "socket:type2_cable": "false" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 0.774255, + 49.612418 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "YE4ZWF9SHX", + "socket:typee": "yes", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2022-04-27", + "socket:type2_cable": "false" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 0.774255, + 49.612418 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "YE4ZWF9SHX", + "socket:typee": "yes", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2022-04-27", + "socket:type2_cable": "false" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 0.774255, + 49.612418 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "YE4ZWF9SHX", + "socket:typee": "yes", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2022-04-27", + "socket:type2_cable": "false" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 0.774255, + 49.612418 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "YE4ZWF9SHX", + "socket:typee": "yes", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2022-04-27", + "socket:type2_cable": "false" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 0.774255, + 49.612418 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "YE4ZWF9SHX", + "socket:typee": "yes", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2022-04-27", + "socket:type2_cable": "false" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 0.774255, + 49.612418 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "YE4ZWF9SHX", + "socket:typee": "yes", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2022-04-27", + "socket:type2_cable": "false" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 0.774255, + 49.612418 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "YE4ZWF9SHX", + "socket:typee": "yes", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2022-04-27", + "socket:type2_cable": "false" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 0.774255, + 49.612418 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "YE4ZWF9SHX", + "socket:typee": "yes", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2022-04-27", + "socket:type2_cable": "false" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 0.774255, + 49.612418 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "YE4ZWF9SHX", + "socket:typee": "yes", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2022-04-27", + "socket:type2_cable": "false" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 0.774255, + 49.612418 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "YE4ZWF9SHX", + "socket:typee": "yes", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2022-04-27", + "socket:type2_cable": "false" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 0.774255, + 49.612418 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "YE4ZWF9SHX", + "socket:typee": "yes", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2022-04-27", + "socket:type2_cable": "false" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 0.774255, + 49.612418 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "YE4ZWF9SHX", + "socket:typee": "yes", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2022-04-27", + "socket:type2_cable": "false" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 0.774255, + 49.612418 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "YE4ZWF9SHX", + "socket:typee": "yes", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2022-04-27", + "socket:type2_cable": "false" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 0.774255, + 49.612418 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "YE4ZWF9SHX", + "socket:typee": "yes", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2022-04-27", + "socket:type2_cable": "false" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 0.774255, + 49.612418 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "YE4ZWF9SHX", + "socket:typee": "yes", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2022-04-27", + "socket:type2_cable": "false" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 0.774255, + 49.612418 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "YE4ZWF9SHX", + "socket:typee": "yes", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2022-04-27", + "socket:type2_cable": "false" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 0.774255, + 49.612418 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "YE4ZWF9SHX", + "socket:typee": "yes", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2022-04-27", + "socket:type2_cable": "false" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 0.774255, + 49.612418 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "YE4ZWF9SHX", + "socket:typee": "yes", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2022-04-27", + "socket:type2_cable": "false" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 0.774255, + 49.612418 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "YE4ZWF9SHX", + "socket:typee": "yes", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2022-04-27", + "socket:type2_cable": "false" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 0.774255, + 49.612418 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "YE4ZWF9SHX", + "socket:typee": "yes", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2022-04-27", + "socket:type2_cable": "false" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 0.774255, + 49.612418 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "YE4ZWF9SHX", + "socket:typee": "yes", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2022-04-27", + "socket:type2_cable": "false" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 0.774255, + 49.612418 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "YE4ZWF9SHX", + "socket:typee": "yes", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2022-04-27", + "socket:type2_cable": "false" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 0.774255, + 49.612418 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "YE4ZWF9SHX", + "socket:typee": "yes", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2022-04-27", + "socket:type2_cable": "false" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 0.774255, + 49.612418 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "YE4ZWF9SHX", + "socket:typee": "yes", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2022-04-27", + "socket:type2_cable": "false" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 0.774255, + 49.612418 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "YE4ZWF9SHX", + "socket:typee": "yes", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2022-04-27", + "socket:type2_cable": "false" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 0.774255, + 49.612418 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "YE4ZWF9SHX", + "socket:typee": "yes", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2022-04-27", + "socket:type2_cable": "false" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 0.774255, + 49.612418 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "YE4ZWF9SHX", + "socket:typee": "yes", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2022-04-27", + "socket:type2_cable": "false" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 0.774255, + 49.612418 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "YE4ZWF9SHX", + "socket:typee": "yes", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2022-04-27", + "socket:type2_cable": "false" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 0.774255, + 49.612418 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "YE4ZWF9SHX", + "socket:typee": "yes", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2022-04-27", + "socket:type2_cable": "false" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 0.774255, + 49.612418 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "YE4ZWF9SHX", + "socket:typee": "yes", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2022-04-27", + "socket:type2_cable": "false" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 0.774255, + 49.612418 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "YE4ZWF9SHX", + "socket:typee": "yes", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2022-04-27", + "socket:type2_cable": "false" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 0.774255, + 49.612418 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "YE4ZWF9SHX", + "socket:typee": "yes", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2022-04-27", + "socket:type2_cable": "false" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 0.774255, + 49.612418 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "YE4ZWF9SHX", + "socket:typee": "yes", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2022-04-27", + "socket:type2_cable": "false" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 1.07381283, + 49.38695036 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "GDZIWFR8Y4", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "Mo-Sa 08:00-20:00", + "start_date": "2021-07-19", + "socket:type2_cable": "false" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 1.07381283, + 49.38695036 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "GDZIWFR8Y4", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "Mo-Sa 08:00-20:00", + "start_date": "2021-07-19", + "socket:type2_cable": "false" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 1.07381283, + 49.38695036 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "GDZIWFR8Y4", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "Mo-Sa 08:00-20:00", + "start_date": "2021-07-19", + "socket:type2_cable": "false" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 1.07381283, + 49.38695036 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "GDZIWFR8Y4", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "Mo-Sa 08:00-20:00", + "start_date": "2021-07-19", + "socket:type2_cable": "false" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 1.07381283, + 49.38695036 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "GDZIWFR8Y4", + "socket:type2_combo": "yes", + "socket:chademo": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "Mo-Sa 08:00-20:00", + "start_date": "2021-07-19", + "socket:type2_cable": "false" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 1.07381283, + 49.38695036 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "GDZIWFR8Y4", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "Mo-Sa 08:00-20:00", + "start_date": "2021-07-19", + "socket:type2_cable": "false" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 1.07381283, + 49.38695036 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "GDZIWFR8Y4", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "Mo-Sa 08:00-20:00", + "start_date": "2021-07-19", + "socket:type2_cable": "false" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 1.07381283, + 49.38695036 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "GDZIWFR8Y4", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "Mo-Sa 08:00-20:00", + "start_date": "2021-07-13", + "socket:type2_cable": "false" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 1.07381283, + 49.38695036 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "GDZIWFR8Y4", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "Mo-Sa 08:00-20:00", + "start_date": "2021-07-13", + "socket:type2_cable": "false" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 1.07381283, + 49.38695036 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "GDZIWFR8Y4", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "Mo-Sa 08:00-20:00", + "start_date": "2021-07-19", + "socket:type2_cable": "false" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 1.07381283, + 49.38695036 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "GDZIWFR8Y4", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "Mo-Sa 08:00-20:00", + "start_date": "2021-07-19", + "socket:type2_cable": "false" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 1.07381283, + 49.38695036 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "GDZIWFR8Y4", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "Mo-Sa 08:00-20:00", + "start_date": "2021-07-19", + "socket:type2_cable": "false" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 1.43276288, + 49.73437363 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "HL3QNBDPQC", + "socket:typee": "yes", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2021-06-09", + "socket:type2_cable": "false" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 1.43276288, + 49.73437363 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "HL3QNBDPQC", + "socket:typee": "yes", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2021-06-09", + "socket:type2_cable": "false" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 1.43276288, + 49.73437363 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "HL3QNBDPQC", + "socket:typee": "yes", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2021-06-09", + "socket:type2_cable": "false" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 1.43276288, + 49.73437363 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "HL3QNBDPQC", + "socket:typee": "yes", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2021-06-09", + "socket:type2_cable": "false" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 1.43276288, + 49.73437363 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "HL3QNBDPQC", + "socket:typee": "yes", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2021-06-09", + "socket:type2_cable": "false" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 1.43276288, + 49.73437363 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "HL3QNBDPQC", + "socket:typee": "yes", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2021-09-06", + "socket:type2_cable": "false" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 1.43276288, + 49.73437363 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "HL3QNBDPQC", + "socket:typee": "yes", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2021-06-09", + "socket:type2_cable": "false" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 1.43276288, + 49.73437363 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "HL3QNBDPQC", + "socket:typee": "yes", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2021-06-09", + "socket:type2_cable": "false" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 1.43276288, + 49.73437363 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "HL3QNBDPQC", + "socket:typee": "yes", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2021-09-06", + "socket:type2_cable": "false" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 1.43276288, + 49.73437363 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "HL3QNBDPQC", + "socket:typee": "yes", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2021-06-09", + "socket:type2_cable": "false" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 1.03791806, + 49.51315177 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "LLJIJ0TTT18I05", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2023-06-30", + "socket:type2_cable": "false" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 1.03791806, + 49.51315177 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "LLJIJ0TTT18I05", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2023-06-30", + "socket:type2_cable": "false" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 1.03791806, + 49.51315177 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "LLJIJ0TTT18I05", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2023-06-30", + "socket:type2_cable": "false" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 1.03791806, + 49.51315177 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "LLJIJ0TTT18I05", + "socket:typee": "yes", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2023-06-30", + "socket:type2_cable": "false" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 1.03791806, + 49.51315177 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "LLJIJ0TTT18I05", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2023-06-30", + "socket:type2_cable": "false" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 0.36597, + 49.760985 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "QOS8EYYCTL", + "socket:typee": "yes", + "socket:type2": "yes", + "fee": "true", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2022-05-09", + "socket:type2_cable": "false" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 0.36597, + 49.760985 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "QOS8EYYCTL", + "socket:typee": "yes", + "socket:type2": "yes", + "fee": "true", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2022-05-09", + "socket:type2_cable": "false" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 0.36597, + 49.760985 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "QOS8EYYCTL", + "socket:typee": "yes", + "socket:type2": "yes", + "fee": "true", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2022-05-09", + "socket:type2_cable": "false" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 0.36597, + 49.760985 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "QOS8EYYCTL", + "socket:typee": "yes", + "socket:type2": "yes", + "fee": "true", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2022-05-09", + "socket:type2_cable": "false" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 0.36597, + 49.760985 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "QOS8EYYCTL", + "socket:typee": "yes", + "socket:type2": "yes", + "fee": "true", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2022-05-09", + "socket:type2_cable": "false" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 0.36597, + 49.760985 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "QOS8EYYCTL", + "socket:typee": "yes", + "socket:type2": "yes", + "fee": "true", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2022-05-09", + "socket:type2_cable": "false" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 0.36597, + 49.760985 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "QOS8EYYCTL", + "socket:typee": "yes", + "socket:type2": "yes", + "fee": "true", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2022-05-09", + "socket:type2_cable": "false" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 0.36597, + 49.760985 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "QOS8EYYCTL", + "socket:typee": "yes", + "socket:type2": "yes", + "fee": "true", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2022-05-09", + "socket:type2_cable": "false" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 0.49336, + 49.5474 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "AGLFNH", + "socket:typee": "yes", + "socket:type2": "yes", + "fee": "true", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2019-07-04", + "socket:type2_cable": "false" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 0.49336, + 49.5474 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "AGLFNH", + "socket:typee": "yes", + "socket:type2": "yes", + "fee": "true", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2019-07-04", + "socket:type2_cable": "false" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 0.49336, + 49.5474 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "AGLFNH", + "socket:typee": "yes", + "socket:type2": "yes", + "fee": "true", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2019-07-18", + "socket:type2_cable": "false" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 0.49336, + 49.5474 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "AGLFNH", + "socket:typee": "yes", + "socket:type2": "yes", + "fee": "true", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2019-07-18", + "socket:type2_cable": "false" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 1.06978178, + 49.44698715 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "XDCMNUFZH1", + "socket:typee": "yes", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2021-06-23", + "socket:type2_cable": "false" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 1.06978178, + 49.44698715 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "XDCMNUFZH1", + "socket:typee": "yes", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2021-06-23", + "socket:type2_cable": "false" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 1.06978178, + 49.44698715 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "XDCMNUFZH1", + "socket:typee": "yes", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2021-06-23", + "socket:type2_cable": "false" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 1.06978178, + 49.44698715 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "XDCMNUFZH1", + "socket:typee": "yes", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2021-06-23", + "socket:type2_cable": "false" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 0.95996435, + 49.53778454 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "UKQGBDK3E7", + "socket:typee": "yes", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2021-06-23", + "socket:type2_cable": "false" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 0.95996435, + 49.53778454 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "UKQGBDK3E7", + "socket:typee": "yes", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2021-06-23", + "socket:type2_cable": "false" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 0.14688354, + 49.49387319 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "M97MI77NNA", + "socket:typee": "yes", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2022-01-03", + "socket:type2_cable": "false" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 0.14688354, + 49.49387319 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "M97MI77NNA", + "socket:typee": "yes", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2022-01-03", + "socket:type2_cable": "false" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 0.14688354, + 49.49387319 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "M97MI77NNA", + "socket:typee": "yes", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2022-01-03", + "socket:type2_cable": "false" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 0.14688354, + 49.49387319 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "M97MI77NNA", + "socket:typee": "yes", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2022-01-03", + "socket:type2_cable": "false" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 0.14688354, + 49.49387319 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "M97MI77NNA", + "socket:typee": "yes", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2022-01-03", + "socket:type2_cable": "false" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 0.14688354, + 49.49387319 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "M97MI77NNA", + "socket:typee": "yes", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2022-01-03", + "socket:type2_cable": "false" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 1.06978178, + 49.44698715 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "XDCMNUFZH1", + "socket:typee": "yes", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2021-06-23", + "socket:type2_cable": "false" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 1.094046, + 49.477319 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "Last Mile Solutions", + "owner:ref:FR:SIREN": "909073363", + "email": "support@lastmilesolutions.com", + "phone": "+31 10 312 6000", + "network": "Last Mile Solutions", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2023-05-12" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 1.094046, + 49.477319 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "Last Mile Solutions", + "owner:ref:FR:SIREN": "909073363", + "email": "support@lastmilesolutions.com", + "phone": "+31 10 312 6000", + "network": "Last Mile Solutions", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2023-05-12" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 0.959227, + 49.540126 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "Last Mile Solutions", + "owner:ref:FR:SIREN": "909073363", + "email": "support@lastmilesolutions.com", + "phone": "+31 10 312 6000", + "network": "Last Mile Solutions", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2023-05-12" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 1.094046, + 49.477319 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "Last Mile Solutions", + "owner:ref:FR:SIREN": "909073363", + "email": "support@lastmilesolutions.com", + "phone": "+31 10 312 6000", + "network": "Last Mile Solutions", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2023-05-12" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 0.959227, + 49.540126 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "Last Mile Solutions", + "owner:ref:FR:SIREN": "909073363", + "email": "support@lastmilesolutions.com", + "phone": "+31 10 312 6000", + "network": "Last Mile Solutions", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2023-05-12" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 0.959227, + 49.540126 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "Last Mile Solutions", + "owner:ref:FR:SIREN": "909073363", + "email": "support@lastmilesolutions.com", + "phone": "+31 10 312 6000", + "network": "Last Mile Solutions", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2023-05-12" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 0.959227, + 49.540126 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "Last Mile Solutions", + "owner:ref:FR:SIREN": "909073363", + "email": "support@lastmilesolutions.com", + "phone": "+31 10 312 6000", + "network": "Last Mile Solutions", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2023-05-12" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 1.094046, + 49.477319 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "Last Mile Solutions", + "owner:ref:FR:SIREN": "909073363", + "email": "support@lastmilesolutions.com", + "phone": "+31 10 312 6000", + "network": "Last Mile Solutions", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2023-05-12" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 1.0151949687525528, + 49.491605515295085 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "EVERON", + "owner:ref:FR:SIREN": "310818000", + "email": "frsupport@ev-box.com", + "phone": "0141447047", + "network": "point p", + "ref": "EVB-P2211454", + "socket:typee": "yes", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "false", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2022-12-22", + "socket:type2_cable": "false" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 1.077468, + 49.905174 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "CAR2PLUG", + "owner:ref:FR:SIREN": "881560676", + "email": "contact@car2plug.fr", + "phone": "988991011", + "network": "AB DIEPPE", + "ref": "FRC2P006901", + "socket:typee": "yes", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2023-06-09" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 1.077468, + 49.905174 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "CAR2PLUG", + "owner:ref:FR:SIREN": "881560676", + "email": "contact@car2plug.fr", + "phone": "988991011", + "network": "AB DIEPPE", + "ref": "FRC2P006901", + "socket:typee": "yes", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2023-06-09" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 1.115675, + 49.39352 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "ZEENCO", + "owner:ref:FR:SIREN": "668502966", + "email": "franck.legardeur@zeenco.tech", + "phone": "0618727251", + "network": "ZEENCO", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "false", + "reservation": "no", + "opening_hours": "Mo-Th 7:30-12:00,Mo-Th 13:15-18:00,Fr 7:30-12:00,Fr13:15-17:00", + "start_date": "2022-11-18" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 1.115675, + 49.39352 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "ZEENCO", + "owner:ref:FR:SIREN": "668502966", + "email": "franck.legardeur@zeenco.tech", + "phone": "0618727251", + "network": "ZEENCO", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "false", + "reservation": "no", + "opening_hours": "Mo-Th 7:30-12:00,Mo-Th 13:15-18:00,Fr 7:30-12:00,Fr13:15-17:00", + "start_date": "2022-11-18" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 1.145726, + 49.486737 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "SGA Industries", + "owner:ref:FR:SIREN": "428099022", + "email": "contact@sga-automation.com", + "phone": "0232103853", + "network": "Réseau de recharge Bulle de Linge", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "false", + "reservation": "no", + "opening_hours": "Mo-Fr 08:00-19:00", + "start_date": "2021-07-19" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 1.145726, + 49.486737 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "SGA Industries", + "owner:ref:FR:SIREN": "428099022", + "email": "contact@sga-automation.com", + "phone": "0232103853", + "network": "Réseau de recharge Bulle de Linge", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "false", + "reservation": "no", + "opening_hours": "Mo-Fr 08:00-19:00", + "start_date": "2021-07-19" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 1.145726, + 49.486737 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "SGA Industries", + "owner:ref:FR:SIREN": "428099022", + "email": "contact@sga-automation.com", + "phone": "0232103853", + "network": "Réseau de recharge Bulle de Linge", + "socket:typee": "yes", + "fee": "false", + "authentication:none": "false", + "reservation": "no", + "opening_hours": "Mo-Fr 08:00-19:00", + "start_date": "2021-07-19" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 0.149616, + 49.487559 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "TotalEnergies Charging Services", + "owner:ref:FR:SIREN": "844192443", + "email": "supervision-ev.france@totalenergies.com", + "phone": "01 41 35 40 00", + "network": "TotalEnergies Charge Rapide", + "ref": "FR*HPC*PNF078171", + "socket:type2_combo": "yes", + "fee": "False", + "authentication:none": "True", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2023-06-09" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 0.149616, + 49.487559 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "TotalEnergies Charging Services", + "owner:ref:FR:SIREN": "844192443", + "email": "supervision-ev.france@totalenergies.com", + "phone": "01 41 35 40 00", + "network": "TotalEnergies Charge Rapide", + "ref": "FR*HPC*PNF078171", + "socket:type2": "yes", + "socket:type2_combo": "yes", + "socket:chademo": "yes", + "fee": "False", + "authentication:none": "True", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2023-06-09" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 0.149616, + 49.487559 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "TotalEnergies Charging Services", + "owner:ref:FR:SIREN": "844192443", + "email": "supervision-ev.france@totalenergies.com", + "phone": "01 41 35 40 00", + "network": "TotalEnergies Charge Rapide", + "ref": "FR*HPC*PNF078171", + "socket:type2_combo": "yes", + "fee": "False", + "authentication:none": "True", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2023-06-09" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 1.076274, + 49.444077 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "TotalEnergies Charging Services", + "owner:ref:FR:SIREN": "844192443", + "email": "supervision-ev.france@totalenergies.com", + "phone": "01 41 35 40 00", + "network": "TotalEnergies Charge Rapide", + "ref": "FR*HPC*PNF010263", + "socket:type2": "yes", + "socket:type2_combo": "yes", + "fee": "False", + "authentication:none": "True", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2023-06-02" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 1.076274, + 49.444077 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "TotalEnergies Charging Services", + "owner:ref:FR:SIREN": "844192443", + "email": "supervision-ev.france@totalenergies.com", + "phone": "01 41 35 40 00", + "network": "TotalEnergies Charge Rapide", + "ref": "FR*HPC*PNF010263", + "socket:type2_combo": "yes", + "fee": "False", + "authentication:none": "True", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2023-06-02" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 1.076274, + 49.444077 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "TotalEnergies Charging Services", + "owner:ref:FR:SIREN": "844192443", + "email": "supervision-ev.france@totalenergies.com", + "phone": "01 41 35 40 00", + "network": "TotalEnergies Charge Rapide", + "ref": "FR*HPC*PNF010263", + "socket:type2_combo": "yes", + "fee": "False", + "authentication:none": "True", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2023-06-02" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 1.076274, + 49.444077 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "TotalEnergies Charging Services", + "owner:ref:FR:SIREN": "844192443", + "email": "supervision-ev.france@totalenergies.com", + "phone": "01 41 35 40 00", + "network": "TotalEnergies Charge Rapide", + "ref": "FR*HPC*PNF010263", + "socket:type2": "yes", + "socket:type2_combo": "yes", + "fee": "False", + "authentication:none": "True", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2023-06-02" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 1.076274, + 49.444077 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "TotalEnergies Charging Services", + "owner:ref:FR:SIREN": "844192443", + "email": "supervision-ev.france@totalenergies.com", + "phone": "01 41 35 40 00", + "network": "TotalEnergies Charge Rapide", + "ref": "FR*HPC*PNF010263", + "socket:type2_combo": "yes", + "socket:chademo": "yes", + "fee": "False", + "authentication:none": "True", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2023-06-02" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 1.076274, + 49.444077 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "TotalEnergies Charging Services", + "owner:ref:FR:SIREN": "844192443", + "email": "supervision-ev.france@totalenergies.com", + "phone": "01 41 35 40 00", + "network": "TotalEnergies Charge Rapide", + "ref": "FR*HPC*PNF010263", + "socket:type2_combo": "yes", + "socket:chademo": "yes", + "fee": "False", + "authentication:none": "True", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2023-06-02" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 1.076274, + 49.444077 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "TotalEnergies Charging Services", + "owner:ref:FR:SIREN": "844192443", + "email": "supervision-ev.france@totalenergies.com", + "phone": "01 41 35 40 00", + "network": "TotalEnergies Charge Rapide", + "ref": "FR*HPC*PNF010263", + "socket:type2_combo": "yes", + "socket:chademo": "yes", + "fee": "False", + "authentication:none": "True", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2023-06-02" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 1.111099, + 49.403871 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "TotalEnergies Charging Services", + "owner:ref:FR:SIREN": "844192443", + "email": "supervision-ev.france@totalenergies.com", + "phone": "01 41 35 40 00", + "network": "TotalEnergies Charge Rapide", + "ref": "FR*HPC*PNF059380", + "socket:type2": "yes", + "socket:type2_combo": "yes", + "socket:chademo": "yes", + "fee": "False", + "authentication:none": "True", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2023-05-17" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 1.111099, + 49.403871 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "TotalEnergies Charging Services", + "owner:ref:FR:SIREN": "844192443", + "email": "supervision-ev.france@totalenergies.com", + "phone": "01 41 35 40 00", + "network": "TotalEnergies Charge Rapide", + "ref": "FR*HPC*PNF059380", + "socket:type2": "yes", + "socket:type2_combo": "yes", + "socket:chademo": "yes", + "fee": "False", + "authentication:none": "True", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2023-05-17" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 1.111099, + 49.403871 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "TotalEnergies Charging Services", + "owner:ref:FR:SIREN": "844192443", + "email": "supervision-ev.france@totalenergies.com", + "phone": "01 41 35 40 00", + "network": "TotalEnergies Charge Rapide", + "ref": "FR*HPC*PNF059380", + "socket:type2": "yes", + "socket:type2_combo": "yes", + "fee": "False", + "authentication:none": "True", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2023-05-17" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 1.111099, + 49.403871 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "TotalEnergies Charging Services", + "owner:ref:FR:SIREN": "844192443", + "email": "supervision-ev.france@totalenergies.com", + "phone": "01 41 35 40 00", + "network": "TotalEnergies Charge Rapide", + "ref": "FR*HPC*PNF059380", + "socket:type2_combo": "yes", + "fee": "False", + "authentication:none": "True", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2023-05-17" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 1.094714, + 49.474365 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "SGA Industries", + "owner:ref:FR:SIREN": "449431683", + "email": "contact@sga-industries.com", + "phone": "0232103853", + "network": "Réseau de recharge L2B", + "socket:typee": "yes", + "fee": "false", + "authentication:none": "false", + "reservation": "no", + "opening_hours": "Mo-Fr 09:00-18:00", + "start_date": "2021-09-30" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 1.094714, + 49.474365 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "SGA Industries", + "owner:ref:FR:SIREN": "449431683", + "email": "contact@sga-industries.com", + "phone": "0232103853", + "network": "Réseau de recharge L2B", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "false", + "reservation": "no", + "opening_hours": "Mo-Fr 09:00-18:00", + "start_date": "2021-09-30" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 0.12882767066976641, + 49.487331285074724 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "STATIONS-E", + "owner:ref:FR:SIREN": "835124280", + "email": "support@stations-e.com", + "phone": "Stations-e", + "network": "805035100", + "socket:type2_combo": "yes", + "socket:chademo": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2021-10-26" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 0.12882767066976641, + 49.487331285074724 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "STATIONS-E", + "owner:ref:FR:SIREN": "835124280", + "email": "support@stations-e.com", + "phone": "Stations-e", + "network": "805035100", + "socket:type2_combo": "yes", + "socket:chademo": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2021-10-26" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 0.12882767066976641, + 49.487331285074724 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "STATIONS-E", + "owner:ref:FR:SIREN": "835124280", + "email": "support@stations-e.com", + "phone": "Stations-e", + "network": "805035100", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2021-10-26" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 0.12882767066976641, + 49.487331285074724 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "STATIONS-E", + "owner:ref:FR:SIREN": "835124280", + "email": "support@stations-e.com", + "phone": "Stations-e", + "network": "805035100", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2021-10-26" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 0.153293, + 49.48322 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "SGA Industries", + "owner:ref:FR:SIREN": "304891641", + "email": "contact@sga-automation.com", + "phone": "0232103853", + "network": "Réseau de recharge Sogestran", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "false", + "reservation": "no", + "opening_hours": "Mo-Fr 08:00-19:00", + "start_date": "2021-03-10" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 0.15306, + 49.483216 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "SGA Industries", + "owner:ref:FR:SIREN": "304891641", + "email": "contact@sga-automation.com", + "phone": "0232103853", + "network": "Réseau de recharge Sogestran", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "false", + "reservation": "no", + "opening_hours": "Mo-Fr 08:00-19:00", + "start_date": "2021-03-10" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 0.153293, + 49.48322 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "SGA Industries", + "owner:ref:FR:SIREN": "304891641", + "email": "contact@sga-automation.com", + "phone": "0232103853", + "network": "Réseau de recharge Sogestran", + "socket:typee": "yes", + "fee": "false", + "authentication:none": "false", + "reservation": "no", + "opening_hours": "Mo-Fr 08:00-19:00", + "start_date": "2021-03-10" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 0.153293, + 49.48322 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "SGA Industries", + "owner:ref:FR:SIREN": "304891641", + "email": "contact@sga-automation.com", + "phone": "0232103853", + "network": "Réseau de recharge Sogestran", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "false", + "reservation": "no", + "opening_hours": "Mo-Fr 08:00-19:00", + "start_date": "2021-03-10" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 0.15306, + 49.483216 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "SGA Industries", + "owner:ref:FR:SIREN": "304891641", + "email": "contact@sga-automation.com", + "phone": "0232103853", + "network": "Réseau de recharge Sogestran", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "false", + "reservation": "no", + "opening_hours": "Mo-Fr 08:00-19:00", + "start_date": "2021-03-10" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 0.153177, + 49.48322 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "SGA Industries", + "owner:ref:FR:SIREN": "304891641", + "email": "contact@sga-automation.com", + "phone": "0232103853", + "network": "Réseau de recharge Sogestran", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "false", + "reservation": "no", + "opening_hours": "Mo-Fr 08:00-19:00", + "start_date": "2021-03-10" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 0.153177, + 49.48322 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "SGA Industries", + "owner:ref:FR:SIREN": "304891641", + "email": "contact@sga-automation.com", + "phone": "0232103853", + "network": "Réseau de recharge Sogestran", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "false", + "reservation": "no", + "opening_hours": "Mo-Fr 08:00-19:00", + "start_date": "2021-03-10" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 0.153177, + 49.48322 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "SGA Industries", + "owner:ref:FR:SIREN": "304891641", + "email": "contact@sga-automation.com", + "phone": "0232103853", + "network": "Réseau de recharge Sogestran", + "socket:typee": "yes", + "fee": "false", + "authentication:none": "false", + "reservation": "no", + "opening_hours": "Mo-Fr 08:00-19:00", + "start_date": "2021-03-10" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 0.15306, + 49.483216 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "SGA Industries", + "owner:ref:FR:SIREN": "304891641", + "email": "contact@sga-automation.com", + "phone": "0232103853", + "network": "Réseau de recharge Sogestran", + "socket:typee": "yes", + "fee": "false", + "authentication:none": "false", + "reservation": "no", + "opening_hours": "Mo-Fr 08:00-19:00", + "start_date": "2021-03-10" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 1.013775, + 49.481695 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "E-TOTEM", + "email": "contact@e-totem.fr", + "network": "CLOS DE LA VAUPALIERE", + "ref": "FRG10P76150A", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2022-02-11" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 1.013775, + 49.481695 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "E-TOTEM", + "email": "contact@e-totem.fr", + "network": "CLOS DE LA VAUPALIERE", + "ref": "FRG10P76150A", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2022-02-11" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 1.013775, + 49.481695 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "E-TOTEM", + "email": "contact@e-totem.fr", + "network": "CLOS DE LA VAUPALIERE", + "ref": "FRG10P76150A", + "socket:typee": "yes", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2022-02-11" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 1.013775, + 49.481695 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "E-TOTEM", + "email": "contact@e-totem.fr", + "network": "CLOS DE LA VAUPALIERE", + "ref": "FRG10P76150A", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2022-02-11" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 0.547145, + 49.614324 + ] + }, + "properties": { + "amenity": "charging_station", "operator": "IONITY", "owner:ref:FR:SIREN": "838436145", "email": "info@ionity.eu", "phone": "33187210891", "network": "IONITY GMBH", - "ref:EU:EVSE": "FRIONE431900", - "ref": "FRIONE431900", - "name": "IONITY Bolleville Ouest", - "capacity": "3", - "socket:typee": "FALSE", - "socket:type2": "TRUE", - "socket:type2_combo": "TRUE", - "socket:chademo": "TRUE", + "ref": "FRIONE402300", + "socket:type2": "yes", + "socket:type2_combo": "yes", + "socket:chademo": "yes", "fee": "FALSE", "authentication:none": "TRUE", - "payment:credit_cards": "FALSE", - "reservation": "FALSE", - "wheelchair": "Accessible mais non réservé PMR", + "reservation": "no", + "opening_hours": "24/7", "start_date": "2021-06-29", - "note": "Recharge jusqu'à 350KW - CCS", - "source:date": "2023-03-21", - "socket:type2_cable": "TRUE" + "socket:type2_cable": "1" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 0.545844, + 49.614343 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "IONITY", + "owner:ref:FR:SIREN": "838436145", + "email": "info@ionity.eu", + "phone": "33187210891", + "network": "IONITY GMBH", + "ref": "FRIONE431900", + "socket:type2": "yes", + "socket:type2_combo": "yes", + "socket:chademo": "yes", + "fee": "FALSE", + "authentication:none": "TRUE", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2021-06-29", + "socket:type2_cable": "1" } }, { @@ -1201,28 +6801,18 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "UBITRICITY GMBH", "owner:ref:FR:SIREN": "310505771", "email": "contact@ubitricity.com", - "phone": "", "network": "Ubitricity France Network", - "ref:EU:EVSE": "FRUBIE10008605", - "ref": "", - "name": "Rue de Chemin de Fer - Epouville", - "capacity": "1", - "socket:typee": "TRUE", - "socket:type2": "TRUE", - "socket:type2_combo": "FALSE", - "socket:chademo": "FALSE", + "socket:typee": "yes", + "socket:type2": "yes", "fee": "FALSE", "authentication:none": "TRUE", - "payment:credit_cards": "FALSE", - "reservation": "FALSE", - "wheelchair": "Accessible mais non réservé PMR", - "start_date": "2023-06-09", - "note": "Paiement par carte d'abonnement op�rateur de service de mobilit� �lectrique", - "source:date": "2023-07-03", - "socket:type2_cable": "" + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2023-06-09" } }, { @@ -1235,28 +6825,18 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "UBITRICITY GMBH", "owner:ref:FR:SIREN": "310505771", "email": "contact@ubitricity.com", - "phone": "", "network": "Ubitricity France Network", - "ref:EU:EVSE": "FRUBIE10091710", - "ref": "", - "name": " 30 Rue Georges Boissaye du Bocage - Sainte-Adresse ", - "capacity": "1", - "socket:typee": "TRUE", - "socket:type2": "TRUE", - "socket:type2_combo": "FALSE", - "socket:chademo": "FALSE", + "socket:typee": "yes", + "socket:type2": "yes", "fee": "FALSE", "authentication:none": "TRUE", - "payment:credit_cards": "FALSE", - "reservation": "FALSE", - "wheelchair": "Accessible mais non réservé PMR", - "start_date": "2023-04-17", - "note": "Paiement par carte d'abonnement op�rateur de service de mobilit� �lectrique", - "source:date": "2023-07-03", - "socket:type2_cable": "" + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2023-04-17" } }, { @@ -1269,28 +6849,18 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "UBITRICITY GMBH", "owner:ref:FR:SIREN": "310505771", "email": "contact@ubitricity.com", - "phone": "", "network": "Ubitricity France Network", - "ref:EU:EVSE": "FRUBIE10093725", - "ref": "", - "name": " 30 Rue Georges Boissaye du Bocage - Sainte-Adresse ", - "capacity": "1", - "socket:typee": "TRUE", - "socket:type2": "TRUE", - "socket:type2_combo": "FALSE", - "socket:chademo": "FALSE", + "socket:typee": "yes", + "socket:type2": "yes", "fee": "FALSE", "authentication:none": "TRUE", - "payment:credit_cards": "FALSE", - "reservation": "FALSE", - "wheelchair": "Accessible mais non réservé PMR", - "start_date": "2023-04-17", - "note": "Paiement par carte d'abonnement op�rateur de service de mobilit� �lectrique", - "source:date": "2023-07-03", - "socket:type2_cable": "" + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2023-04-17" } }, { @@ -1303,28 +6873,18 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "UBITRICITY GMBH", "owner:ref:FR:SIREN": "310505771", "email": "contact@ubitricity.com", - "phone": "", "network": "Ubitricity France Network", - "ref:EU:EVSE": "FRUBIE10062883", - "ref": "", - "name": "Rue de Chemin de Fer - Epouville", - "capacity": "1", - "socket:typee": "TRUE", - "socket:type2": "TRUE", - "socket:type2_combo": "FALSE", - "socket:chademo": "FALSE", + "socket:typee": "yes", + "socket:type2": "yes", "fee": "FALSE", "authentication:none": "TRUE", - "payment:credit_cards": "FALSE", - "reservation": "FALSE", - "wheelchair": "Accessible mais non réservé PMR", - "start_date": "2023-06-09", - "note": "Paiement par carte d'abonnement op�rateur de service de mobilit� �lectrique", - "source:date": "2023-07-03", - "socket:type2_cable": "" + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2023-06-09" } }, { @@ -1337,28 +6897,18 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "UBITRICITY GMBH", "owner:ref:FR:SIREN": "310505771", "email": "contact@ubitricity.com", - "phone": "", "network": "Ubitricity France Network", - "ref:EU:EVSE": "FRUBIE10002785", - "ref": "", - "name": "Rue Noir Pel - Sainte-Adresse ", - "capacity": "1", - "socket:typee": "TRUE", - "socket:type2": "TRUE", - "socket:type2_combo": "FALSE", - "socket:chademo": "FALSE", + "socket:typee": "yes", + "socket:type2": "yes", "fee": "FALSE", "authentication:none": "TRUE", - "payment:credit_cards": "FALSE", - "reservation": "FALSE", - "wheelchair": "Accessible mais non réservé PMR", - "start_date": "2023-06-09", - "note": "Paiement par carte d'abonnement op�rateur de service de mobilit� �lectrique", - "source:date": "2023-07-03", - "socket:type2_cable": "" + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2023-06-09" } }, { @@ -1371,28 +6921,18 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "UBITRICITY GMBH", "owner:ref:FR:SIREN": "310505771", "email": "contact@ubitricity.com", - "phone": "", "network": "Ubitricity France Network", - "ref:EU:EVSE": "FRUBIE10022618", - "ref": "", - "name": "Rue Noir Pel - Sainte-Adresse ", - "capacity": "1", - "socket:typee": "TRUE", - "socket:type2": "TRUE", - "socket:type2_combo": "FALSE", - "socket:chademo": "FALSE", + "socket:typee": "yes", + "socket:type2": "yes", "fee": "FALSE", "authentication:none": "TRUE", - "payment:credit_cards": "FALSE", - "reservation": "FALSE", - "wheelchair": "Accessible mais non réservé PMR", - "start_date": "2023-06-09", - "note": "Paiement par carte d'abonnement op�rateur de service de mobilit� �lectrique", - "source:date": "2023-07-03", - "socket:type2_cable": "" + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2023-06-09" } }, { @@ -1405,28 +6945,18 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "UBITRICITY GMBH", "owner:ref:FR:SIREN": "310505771", "email": "contact@ubitricity.com", - "phone": "", "network": "Ubitricity France Network", - "ref:EU:EVSE": "FRUBIE10076688", - "ref": "", - "name": "Pierre Rousseau - Montivilliers", - "capacity": "1", - "socket:typee": "TRUE", - "socket:type2": "TRUE", - "socket:type2_combo": "FALSE", - "socket:chademo": "FALSE", + "socket:typee": "yes", + "socket:type2": "yes", "fee": "FALSE", "authentication:none": "TRUE", - "payment:credit_cards": "FALSE", - "reservation": "FALSE", - "wheelchair": "Accessible mais non réservé PMR", - "start_date": "2023-04-17", - "note": "Paiement par carte d'abonnement op�rateur de service de mobilit� �lectrique", - "source:date": "2023-05-10", - "socket:type2_cable": "" + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2023-04-17" } }, { @@ -1439,28 +6969,18 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "UBITRICITY GMBH", "owner:ref:FR:SIREN": "310505771", "email": "contact@ubitricity.com", - "phone": "", "network": "Ubitricity France Network", - "ref:EU:EVSE": "FRUBIE10080710", - "ref": "", - "name": "Pierre Rousseau - Montivilliers", - "capacity": "1", - "socket:typee": "TRUE", - "socket:type2": "TRUE", - "socket:type2_combo": "FALSE", - "socket:chademo": "FALSE", + "socket:typee": "yes", + "socket:type2": "yes", "fee": "FALSE", "authentication:none": "TRUE", - "payment:credit_cards": "FALSE", - "reservation": "FALSE", - "wheelchair": "Accessible mais non réservé PMR", - "start_date": "2023-04-17", - "note": "Paiement par carte d'abonnement op�rateur de service de mobilit� �lectrique", - "source:date": "2023-05-10", - "socket:type2_cable": "" + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2023-04-17" } }, { @@ -1473,28 +6993,18 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "UBITRICITY GMBH", "owner:ref:FR:SIREN": "310505771", "email": "contact@ubitricity.com", - "phone": "", "network": "Ubitricity France Network", - "ref:EU:EVSE": "FRUBIE10079601", - "ref": "", - "name": "Pierre Rousseau - Montivilliers", - "capacity": "1", - "socket:typee": "TRUE", - "socket:type2": "TRUE", - "socket:type2_combo": "FALSE", - "socket:chademo": "FALSE", + "socket:typee": "yes", + "socket:type2": "yes", "fee": "FALSE", "authentication:none": "TRUE", - "payment:credit_cards": "FALSE", - "reservation": "FALSE", - "wheelchair": "Accessible mais non réservé PMR", - "start_date": "2023-04-17", - "note": "Paiement par carte d'abonnement op�rateur de service de mobilit� �lectrique", - "source:date": "2023-05-10", - "socket:type2_cable": "" + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2023-04-17" } }, { @@ -1507,28 +7017,18 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "UBITRICITY GMBH", "owner:ref:FR:SIREN": "310505771", "email": "contact@ubitricity.com", - "phone": "", "network": "Ubitricity France Network", - "ref:EU:EVSE": "FRUBIE10079395", - "ref": "", - "name": "Pierre Rousseau - Montivilliers", - "capacity": "1", - "socket:typee": "TRUE", - "socket:type2": "TRUE", - "socket:type2_combo": "FALSE", - "socket:chademo": "FALSE", + "socket:typee": "yes", + "socket:type2": "yes", "fee": "FALSE", "authentication:none": "TRUE", - "payment:credit_cards": "FALSE", - "reservation": "FALSE", - "wheelchair": "Accessible mais non réservé PMR", - "start_date": "2023-04-17", - "note": "Paiement par carte d'abonnement op�rateur de service de mobilit� �lectrique", - "source:date": "2023-05-10", - "socket:type2_cable": "" + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2023-04-17" } }, { @@ -1541,28 +7041,18 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "UBITRICITY GMBH", "owner:ref:FR:SIREN": "310505771", "email": "contact@ubitricity.com", - "phone": "", "network": "Ubitricity France Network", - "ref:EU:EVSE": "FRUBIE10077325", - "ref": "", - "name": "Pierre Rousseau - Montivilliers", - "capacity": "1", - "socket:typee": "TRUE", - "socket:type2": "TRUE", - "socket:type2_combo": "FALSE", - "socket:chademo": "FALSE", + "socket:typee": "yes", + "socket:type2": "yes", "fee": "FALSE", "authentication:none": "TRUE", - "payment:credit_cards": "FALSE", - "reservation": "FALSE", - "wheelchair": "Accessible mais non réservé PMR", - "start_date": "2023-04-17", - "note": "Paiement par carte d'abonnement op�rateur de service de mobilit� �lectrique", - "source:date": "2023-05-10", - "socket:type2_cable": "" + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2023-04-17" } }, { @@ -1575,28 +7065,18 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "UBITRICITY GMBH", "owner:ref:FR:SIREN": "310505771", "email": "contact@ubitricity.com", - "phone": "", "network": "Ubitricity France Network", - "ref:EU:EVSE": "FRUBIE10076984", - "ref": "", - "name": "Pierre Rousseau - Montivilliers", - "capacity": "1", - "socket:typee": "TRUE", - "socket:type2": "TRUE", - "socket:type2_combo": "FALSE", - "socket:chademo": "FALSE", + "socket:typee": "yes", + "socket:type2": "yes", "fee": "FALSE", "authentication:none": "TRUE", - "payment:credit_cards": "FALSE", - "reservation": "FALSE", - "wheelchair": "Accessible mais non réservé PMR", - "start_date": "2023-04-17", - "note": "Paiement par carte d'abonnement op�rateur de service de mobilit� �lectrique", - "source:date": "2023-05-10", - "socket:type2_cable": "" + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2023-04-17" } }, { @@ -1609,28 +7089,18 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "UBITRICITY GMBH", "owner:ref:FR:SIREN": "310505771", "email": "contact@ubitricity.com", - "phone": "", "network": "Ubitricity France Network", - "ref:EU:EVSE": "FRUBIE10068896", - "ref": "", - "name": "Piscine Gd'O-Georges Brassens - Gonfreville L'Orcher ", - "capacity": "1", - "socket:typee": "TRUE", - "socket:type2": "TRUE", - "socket:type2_combo": "FALSE", - "socket:chademo": "FALSE", + "socket:typee": "yes", + "socket:type2": "yes", "fee": "FALSE", "authentication:none": "TRUE", - "payment:credit_cards": "FALSE", - "reservation": "FALSE", - "wheelchair": "Accessible mais non réservé PMR", - "start_date": "2023-04-11", - "note": "Paiement par carte d'abonnement op�rateur de service de mobilit� �lectrique", - "source:date": "2023-05-10", - "socket:type2_cable": "" + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2023-04-11" } }, { @@ -1643,28 +7113,18 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "UBITRICITY GMBH", "owner:ref:FR:SIREN": "310505771", "email": "contact@ubitricity.com", - "phone": "", "network": "Ubitricity France Network", - "ref:EU:EVSE": "FRUBIE10072145", - "ref": "", - "name": "Piscine Gd'O-Georges Brassens - Gonfreville L'Orcher ", - "capacity": "1", - "socket:typee": "TRUE", - "socket:type2": "TRUE", - "socket:type2_combo": "FALSE", - "socket:chademo": "FALSE", + "socket:typee": "yes", + "socket:type2": "yes", "fee": "FALSE", "authentication:none": "TRUE", - "payment:credit_cards": "FALSE", - "reservation": "FALSE", - "wheelchair": "Accessible mais non réservé PMR", - "start_date": "2023-04-11", - "note": "Paiement par carte d'abonnement op�rateur de service de mobilit� �lectrique", - "source:date": "2023-05-10", - "socket:type2_cable": "" + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2023-04-11" } }, { @@ -1677,28 +7137,18 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "UBITRICITY GMBH", "owner:ref:FR:SIREN": "310505771", "email": "contact@ubitricity.com", - "phone": "", "network": "Ubitricity France Network", - "ref:EU:EVSE": "FRUBIE10069696", - "ref": "", - "name": "Piscine Gd'O-Georges Brassens - Gonfreville L'Orcher ", - "capacity": "1", - "socket:typee": "TRUE", - "socket:type2": "TRUE", - "socket:type2_combo": "FALSE", - "socket:chademo": "FALSE", + "socket:typee": "yes", + "socket:type2": "yes", "fee": "FALSE", "authentication:none": "TRUE", - "payment:credit_cards": "FALSE", - "reservation": "FALSE", - "wheelchair": "Accessible mais non réservé PMR", - "start_date": "2023-04-11", - "note": "Paiement par carte d'abonnement op�rateur de service de mobilit� �lectrique", - "source:date": "2023-05-10", - "socket:type2_cable": "" + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2023-04-11" } }, { @@ -1711,28 +7161,18 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "UBITRICITY GMBH", "owner:ref:FR:SIREN": "310505771", "email": "contact@ubitricity.com", - "phone": "", "network": "Ubitricity France Network", - "ref:EU:EVSE": "FRUBIE10068375", - "ref": "", - "name": "Piscine Gd'O-Georges Brassens - Gonfreville L'Orcher ", - "capacity": "1", - "socket:typee": "TRUE", - "socket:type2": "TRUE", - "socket:type2_combo": "FALSE", - "socket:chademo": "FALSE", + "socket:typee": "yes", + "socket:type2": "yes", "fee": "FALSE", "authentication:none": "TRUE", - "payment:credit_cards": "FALSE", - "reservation": "FALSE", - "wheelchair": "Accessible mais non réservé PMR", - "start_date": "2023-04-11", - "note": "Paiement par carte d'abonnement op�rateur de service de mobilit� �lectrique", - "source:date": "2023-05-10", - "socket:type2_cable": "" + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2023-04-11" } }, { @@ -1745,28 +7185,18 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "UBITRICITY GMBH", "owner:ref:FR:SIREN": "310505771", "email": "contact@ubitricity.com", - "phone": "", "network": "Ubitricity France Network", - "ref:EU:EVSE": "FRUBIE10066063", - "ref": "", - "name": "Piscine Gd'O-Georges Brassens - Gonfreville L'Orcher ", - "capacity": "1", - "socket:typee": "TRUE", - "socket:type2": "TRUE", - "socket:type2_combo": "FALSE", - "socket:chademo": "FALSE", + "socket:typee": "yes", + "socket:type2": "yes", "fee": "FALSE", "authentication:none": "TRUE", - "payment:credit_cards": "FALSE", - "reservation": "FALSE", - "wheelchair": "Accessible mais non réservé PMR", - "start_date": "2023-04-11", - "note": "Paiement par carte d'abonnement op�rateur de service de mobilit� �lectrique", - "source:date": "2023-05-10", - "socket:type2_cable": "" + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2023-04-11" } }, { @@ -1779,28 +7209,18 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "UBITRICITY GMBH", "owner:ref:FR:SIREN": "310505771", "email": "contact@ubitricity.com", - "phone": "", "network": "Ubitricity France Network", - "ref:EU:EVSE": "FRUBIE10064245", - "ref": "", - "name": "Piscine Gd'O-Georges Brassens - Gonfreville L'Orcher ", - "capacity": "1", - "socket:typee": "TRUE", - "socket:type2": "TRUE", - "socket:type2_combo": "FALSE", - "socket:chademo": "FALSE", + "socket:typee": "yes", + "socket:type2": "yes", "fee": "FALSE", "authentication:none": "TRUE", - "payment:credit_cards": "FALSE", - "reservation": "FALSE", - "wheelchair": "Accessible mais non réservé PMR", - "start_date": "2023-04-11", - "note": "Paiement par carte d'abonnement op�rateur de service de mobilit� �lectrique", - "source:date": "2023-05-10", - "socket:type2_cable": "" + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2023-04-11" } }, { @@ -1813,28 +7233,18 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "UBITRICITY GMBH", "owner:ref:FR:SIREN": "310505771", "email": "contact@ubitricity.com", - "phone": "", "network": "Ubitricity France Network", - "ref:EU:EVSE": "FRUBIE10074197", - "ref": "", - "name": "5 Rue Henri Matisse - Montivilliers", - "capacity": "1", - "socket:typee": "TRUE", - "socket:type2": "TRUE", - "socket:type2_combo": "FALSE", - "socket:chademo": "FALSE", + "socket:typee": "yes", + "socket:type2": "yes", "fee": "FALSE", "authentication:none": "TRUE", - "payment:credit_cards": "FALSE", - "reservation": "FALSE", - "wheelchair": "Accessible mais non réservé PMR", - "start_date": "2023-04-17", - "note": "Paiement par carte d'abonnement op�rateur de service de mobilit� �lectrique", - "source:date": "2023-05-10", - "socket:type2_cable": "" + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2023-04-17" } }, { @@ -1847,28 +7257,18 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "UBITRICITY GMBH", "owner:ref:FR:SIREN": "310505771", "email": "contact@ubitricity.com", - "phone": "", "network": "Ubitricity France Network", - "ref:EU:EVSE": "FRUBIE10076241", - "ref": "", - "name": "5 Rue Henri Matisse - Montivilliers", - "capacity": "1", - "socket:typee": "TRUE", - "socket:type2": "TRUE", - "socket:type2_combo": "FALSE", - "socket:chademo": "FALSE", + "socket:typee": "yes", + "socket:type2": "yes", "fee": "FALSE", "authentication:none": "TRUE", - "payment:credit_cards": "FALSE", - "reservation": "FALSE", - "wheelchair": "Accessible mais non réservé PMR", - "start_date": "2023-04-17", - "note": "Paiement par carte d'abonnement op�rateur de service de mobilit� �lectrique", - "source:date": "2023-05-10", - "socket:type2_cable": "" + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2023-04-17" } }, { @@ -1881,28 +7281,18 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "UBITRICITY GMBH", "owner:ref:FR:SIREN": "310505771", "email": "contact@ubitricity.com", - "phone": "", "network": "Ubitricity France Network", - "ref:EU:EVSE": "FRUBIE10099360", - "ref": "", - "name": "30 Rue Georges Boissaye du Bocage - Sainte-Adresse ", - "capacity": "1", - "socket:typee": "TRUE", - "socket:type2": "TRUE", - "socket:type2_combo": "FALSE", - "socket:chademo": "FALSE", + "socket:typee": "yes", + "socket:type2": "yes", "fee": "FALSE", "authentication:none": "TRUE", - "payment:credit_cards": "FALSE", - "reservation": "FALSE", - "wheelchair": "Accessible mais non réservé PMR", - "start_date": "2023-04-17", - "note": "Paiement par carte d'abonnement op�rateur de service de mobilit� �lectrique", - "source:date": "2023-05-10", - "socket:type2_cable": "" + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2023-04-17" } }, { @@ -1915,28 +7305,18 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "UBITRICITY GMBH", "owner:ref:FR:SIREN": "310505771", "email": "contact@ubitricity.com", - "phone": "", "network": "Ubitricity France Network", - "ref:EU:EVSE": "FRUBIE10095460", - "ref": "", - "name": "30 Rue Georges Boissaye du Bocage - Sainte-Adresse ", - "capacity": "1", - "socket:typee": "TRUE", - "socket:type2": "TRUE", - "socket:type2_combo": "FALSE", - "socket:chademo": "FALSE", + "socket:typee": "yes", + "socket:type2": "yes", "fee": "FALSE", "authentication:none": "TRUE", - "payment:credit_cards": "FALSE", - "reservation": "FALSE", - "wheelchair": "Accessible mais non réservé PMR", - "start_date": "2023-04-17", - "note": "Paiement par carte d'abonnement op�rateur de service de mobilit� �lectrique", - "source:date": "2023-05-10", - "socket:type2_cable": "" + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2023-04-17" } }, { @@ -1949,28 +7329,18 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "UBITRICITY GMBH", "owner:ref:FR:SIREN": "310505771", "email": "contact@ubitricity.com", - "phone": "", "network": "Ubitricity France Network", - "ref:EU:EVSE": "FRUBIE10062826", - "ref": "", - "name": "Rue du Chemin de Fer - Épouville", - "capacity": "1", - "socket:typee": "TRUE", - "socket:type2": "TRUE", - "socket:type2_combo": "FALSE", - "socket:chademo": "FALSE", + "socket:typee": "yes", + "socket:type2": "yes", "fee": "FALSE", "authentication:none": "TRUE", - "payment:credit_cards": "FALSE", - "reservation": "FALSE", - "wheelchair": "Accessible mais non réservé PMR", - "start_date": "2023-04-05", - "note": "Paiement par carte d'abonnement op�rateur de service de mobilit� �lectrique", - "source:date": "2023-05-10", - "socket:type2_cable": "" + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2023-04-05" } }, { @@ -1983,28 +7353,18 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "UBITRICITY GMBH", "owner:ref:FR:SIREN": "310505771", "email": "contact@ubitricity.com", - "phone": "", "network": "Ubitricity France Network", - "ref:EU:EVSE": "FRUBIE10062738", - "ref": "", - "name": "Rue du Chemin de Fer - Épouville", - "capacity": "1", - "socket:typee": "TRUE", - "socket:type2": "TRUE", - "socket:type2_combo": "FALSE", - "socket:chademo": "FALSE", + "socket:typee": "yes", + "socket:type2": "yes", "fee": "FALSE", "authentication:none": "TRUE", - "payment:credit_cards": "FALSE", - "reservation": "FALSE", - "wheelchair": "Accessible mais non réservé PMR", - "start_date": "2023-04-05", - "note": "Paiement par carte d'abonnement op�rateur de service de mobilit� �lectrique", - "source:date": "2023-05-10", - "socket:type2_cable": "" + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2023-04-05" } }, { @@ -2017,28 +7377,18 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "UBITRICITY GMBH", "owner:ref:FR:SIREN": "310505771", "email": "contact@ubitricity.com", - "phone": "", "network": "Ubitricity France Network", - "ref:EU:EVSE": "FRUBIE10075551", - "ref": "", - "name": "5 Rue Henri Matisse - Montivilliers", - "capacity": "1", - "socket:typee": "TRUE", - "socket:type2": "TRUE", - "socket:type2_combo": "FALSE", - "socket:chademo": "FALSE", + "socket:typee": "yes", + "socket:type2": "yes", "fee": "FALSE", "authentication:none": "TRUE", - "payment:credit_cards": "FALSE", - "reservation": "FALSE", - "wheelchair": "Accessible mais non réservé PMR", - "start_date": "2023-04-17", - "note": "Paiement par carte d'abonnement op�rateur de service de mobilit� �lectrique", - "source:date": "2023-05-10", - "socket:type2_cable": "" + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2023-04-17" } }, { @@ -2051,28 +7401,18 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "UBITRICITY GMBH", "owner:ref:FR:SIREN": "310505771", "email": "contact@ubitricity.com", - "phone": "", "network": "Ubitricity France Network", - "ref:EU:EVSE": "FRUBIE10074232", - "ref": "", - "name": "5 Rue Henri Matisse - Montivilliers", - "capacity": "1", - "socket:typee": "TRUE", - "socket:type2": "TRUE", - "socket:type2_combo": "FALSE", - "socket:chademo": "FALSE", + "socket:typee": "yes", + "socket:type2": "yes", "fee": "FALSE", "authentication:none": "TRUE", - "payment:credit_cards": "FALSE", - "reservation": "FALSE", - "wheelchair": "Accessible mais non réservé PMR", - "start_date": "2023-04-17", - "note": "Paiement par carte d'abonnement op�rateur de service de mobilit� �lectrique", - "source:date": "2023-05-10", - "socket:type2_cable": "" + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2023-04-17" } }, { @@ -2085,28 +7425,18 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "UBITRICITY GMBH", "owner:ref:FR:SIREN": "310505771", "email": "contact@ubitricity.com", - "phone": "", "network": "Ubitricity France Network", - "ref:EU:EVSE": "FRUBIE10074163", - "ref": "", - "name": "5 Rue Henri Matisse - Montivilliers", - "capacity": "1", - "socket:typee": "TRUE", - "socket:type2": "TRUE", - "socket:type2_combo": "FALSE", - "socket:chademo": "FALSE", + "socket:typee": "yes", + "socket:type2": "yes", "fee": "FALSE", "authentication:none": "TRUE", - "payment:credit_cards": "FALSE", - "reservation": "FALSE", - "wheelchair": "Accessible mais non réservé PMR", - "start_date": "2023-04-11", - "note": "Paiement par carte d'abonnement op�rateur de service de mobilit� �lectrique", - "source:date": "2023-05-10", - "socket:type2_cable": "" + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2023-04-11" } }, { @@ -2119,28 +7449,18 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "UBITRICITY GMBH", "owner:ref:FR:SIREN": "310505771", "email": "contact@ubitricity.com", - "phone": "", "network": "Ubitricity France Network", - "ref:EU:EVSE": "FRUBIE10073129", - "ref": "", - "name": "5 Rue Henri Matisse - Montivilliers", - "capacity": "1", - "socket:typee": "TRUE", - "socket:type2": "TRUE", - "socket:type2_combo": "FALSE", - "socket:chademo": "FALSE", + "socket:typee": "yes", + "socket:type2": "yes", "fee": "FALSE", "authentication:none": "TRUE", - "payment:credit_cards": "FALSE", - "reservation": "FALSE", - "wheelchair": "Accessible mais non réservé PMR", - "start_date": "2023-04-11", - "note": "Paiement par carte d'abonnement op�rateur de service de mobilit� �lectrique", - "source:date": "2023-05-10", - "socket:type2_cable": "" + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2023-04-11" } }, { @@ -2153,28 +7473,19 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "LIDL, Nicolas Barbarin", "owner:ref:FR:SIREN": "387880602", "email": "vgaillon@lidl.fr", - "phone": "", "network": "LIDL", - "ref:EU:EVSE": "Non concerné", "ref": "b409deba-3e91-4894-9a79-36f781fafd82", - "name": "LIDL YVETOT", - "capacity": "2", - "socket:typee": "TRUE", - "socket:type2": "TRUE", - "socket:type2_combo": "FALSE", - "socket:chademo": "FALSE", + "socket:typee": "yes", + "socket:type2": "yes", "fee": "FALSE", "authentication:none": "TRUE", - "payment:credit_cards": "TRUE", - "reservation": "FALSE", - "wheelchair": "Accessible mais non réservé PMR", - "start_date": "2022-04-29", - "note": "Paiement carte abonnement", - "source:date": "2022-04-21", - "socket:type2_cable": "" + "reservation": "no", + "opening_hours": "Mo-Sat 08:30-20:00, Sun 8:30-12:30", + "start_date": "2022-04-29" } }, { @@ -2187,28 +7498,19 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "LIDL, Nicolas Barbarin", "owner:ref:FR:SIREN": "387880602", "email": "vgaillon@lidl.fr", - "phone": "", "network": "LIDL", - "ref:EU:EVSE": "Non concerné", "ref": "b409deba-3e91-4894-9a79-36f781fafd82", - "name": "LIDL YVETOT", - "capacity": "2", - "socket:typee": "TRUE", - "socket:type2": "TRUE", - "socket:type2_combo": "FALSE", - "socket:chademo": "FALSE", + "socket:typee": "yes", + "socket:type2": "yes", "fee": "FALSE", "authentication:none": "TRUE", - "payment:credit_cards": "TRUE", - "reservation": "FALSE", - "wheelchair": "Accessible mais non réservé PMR", - "start_date": "2022-04-29", - "note": "Paiement carte abonnement", - "source:date": "2022-04-21", - "socket:type2_cable": "" + "reservation": "no", + "opening_hours": "Mo-Sat 08:30-20:00, Sun 8:30-12:30", + "start_date": "2022-04-29" } }, { @@ -2221,28 +7523,19 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "LIDL, Nicolas Barbarin", "owner:ref:FR:SIREN": "387880602", "email": "vgaillon@lidl.fr", - "phone": "", "network": "LIDL", - "ref:EU:EVSE": "Non concerné", "ref": "3c0a462e-e7db-4207-b678-d0b1a79f41c6", - "name": "LIDL BARENTIN", - "capacity": "2", - "socket:typee": "TRUE", - "socket:type2": "TRUE", - "socket:type2_combo": "FALSE", - "socket:chademo": "FALSE", + "socket:typee": "yes", + "socket:type2": "yes", "fee": "FALSE", "authentication:none": "TRUE", - "payment:credit_cards": "TRUE", - "reservation": "FALSE", - "wheelchair": "Accessible mais non réservé PMR", - "start_date": "2022-04-29", - "note": "Paiement carte abonnement", - "source:date": "2022-04-21", - "socket:type2_cable": "" + "reservation": "no", + "opening_hours": "Mo-Sat 08:30-20:00, Sun 8:30-12:30", + "start_date": "2022-04-29" } }, { @@ -2255,28 +7548,19 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "LIDL, Nicolas Barbarin", "owner:ref:FR:SIREN": "387880602", "email": "vgaillon@lidl.fr", - "phone": "", "network": "LIDL", - "ref:EU:EVSE": "Non concerné", "ref": "3c0a462e-e7db-4207-b678-d0b1a79f41c6", - "name": "LIDL BARENTIN", - "capacity": "2", - "socket:typee": "TRUE", - "socket:type2": "TRUE", - "socket:type2_combo": "FALSE", - "socket:chademo": "FALSE", + "socket:typee": "yes", + "socket:type2": "yes", "fee": "FALSE", "authentication:none": "TRUE", - "payment:credit_cards": "TRUE", - "reservation": "FALSE", - "wheelchair": "Accessible mais non réservé PMR", - "start_date": "2022-04-29", - "note": "Paiement carte abonnement", - "source:date": "2022-04-21", - "socket:type2_cable": "" + "reservation": "no", + "opening_hours": "Mo-Sat 08:30-20:00, Sun 8:30-12:30", + "start_date": "2022-04-29" } }, { @@ -2289,28 +7573,19 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "LIDL, Nicolas Barbarin", "owner:ref:FR:SIREN": "387880602", "email": "vgaillon@lidl.fr", - "phone": "", "network": "LIDL", - "ref:EU:EVSE": "Non concerné", "ref": "f9fe386d-6bd1-4f19-ad8d-4bbe24ba78c8", - "name": "LIDL CANTELEU", - "capacity": "2", - "socket:typee": "TRUE", - "socket:type2": "TRUE", - "socket:type2_combo": "FALSE", - "socket:chademo": "FALSE", + "socket:typee": "yes", + "socket:type2": "yes", "fee": "FALSE", "authentication:none": "TRUE", - "payment:credit_cards": "TRUE", - "reservation": "FALSE", - "wheelchair": "Accessible mais non réservé PMR", - "start_date": "2022-04-29", - "note": "Paiement carte abonnement", - "source:date": "2022-04-21", - "socket:type2_cable": "" + "reservation": "no", + "opening_hours": "Mo-Sat 08:30-20:00, Sun 8:30-12:30", + "start_date": "2022-04-29" } }, { @@ -2323,28 +7598,19 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "LIDL, Nicolas Barbarin", "owner:ref:FR:SIREN": "387880602", "email": "vgaillon@lidl.fr", - "phone": "", "network": "LIDL", - "ref:EU:EVSE": "Non concerné", "ref": "f9fe386d-6bd1-4f19-ad8d-4bbe24ba78c8", - "name": "LIDL CANTELEU", - "capacity": "2", - "socket:typee": "TRUE", - "socket:type2": "TRUE", - "socket:type2_combo": "FALSE", - "socket:chademo": "FALSE", + "socket:typee": "yes", + "socket:type2": "yes", "fee": "FALSE", "authentication:none": "TRUE", - "payment:credit_cards": "TRUE", - "reservation": "FALSE", - "wheelchair": "Accessible mais non réservé PMR", - "start_date": "2022-04-29", - "note": "Paiement carte abonnement", - "source:date": "2022-04-21", - "socket:type2_cable": "" + "reservation": "no", + "opening_hours": "Mo-Sat 08:30-20:00, Sun 8:30-12:30", + "start_date": "2022-04-29" } }, { @@ -2357,28 +7623,19 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "LIDL, Nicolas Barbarin", "owner:ref:FR:SIREN": "387880602", "email": "vgaillon@lidl.fr", - "phone": "", "network": "LIDL", - "ref:EU:EVSE": "Non concerné", "ref": "db4771df-c298-4707-a5ae-83008a975d01", - "name": "LIDL GRUCHET LE VALASSE", - "capacity": "2", - "socket:typee": "TRUE", - "socket:type2": "TRUE", - "socket:type2_combo": "FALSE", - "socket:chademo": "FALSE", + "socket:typee": "yes", + "socket:type2": "yes", "fee": "FALSE", "authentication:none": "TRUE", - "payment:credit_cards": "TRUE", - "reservation": "FALSE", - "wheelchair": "Accessible mais non réservé PMR", - "start_date": "2022-04-29", - "note": "Paiement carte abonnement", - "source:date": "2022-04-21", - "socket:type2_cable": "" + "reservation": "no", + "opening_hours": "Mo-Sat 08:30-20:00, Sun 8:30-12:30", + "start_date": "2022-04-29" } }, { @@ -2391,28 +7648,19 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "LIDL, Nicolas Barbarin", "owner:ref:FR:SIREN": "387880602", "email": "vgaillon@lidl.fr", - "phone": "", "network": "LIDL", - "ref:EU:EVSE": "Non concerné", "ref": "db4771df-c298-4707-a5ae-83008a975d01", - "name": "LIDL GRUCHET LE VALASSE", - "capacity": "2", - "socket:typee": "TRUE", - "socket:type2": "TRUE", - "socket:type2_combo": "FALSE", - "socket:chademo": "FALSE", + "socket:typee": "yes", + "socket:type2": "yes", "fee": "FALSE", "authentication:none": "TRUE", - "payment:credit_cards": "TRUE", - "reservation": "FALSE", - "wheelchair": "Accessible mais non réservé PMR", - "start_date": "2022-04-29", - "note": "Paiement carte abonnement", - "source:date": "2022-04-21", - "socket:type2_cable": "" + "reservation": "no", + "opening_hours": "Mo-Sat 08:30-20:00, Sun 8:30-12:30", + "start_date": "2022-04-29" } }, { @@ -2425,28 +7673,19 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "LIDL, Nicolas Barbarin", "owner:ref:FR:SIREN": "387880602", "email": "vgaillon@lidl.fr", - "phone": "", "network": "LIDL", - "ref:EU:EVSE": "Non concerné", "ref": "58b09294-5a64-456d-bbda-1839deb8184e", - "name": "LIDL HARFLEUR", - "capacity": "4", - "socket:typee": "TRUE", - "socket:type2": "TRUE", - "socket:type2_combo": "FALSE", - "socket:chademo": "FALSE", + "socket:typee": "yes", + "socket:type2": "yes", "fee": "FALSE", "authentication:none": "TRUE", - "payment:credit_cards": "TRUE", - "reservation": "FALSE", - "wheelchair": "Accessible mais non réservé PMR", - "start_date": "2022-04-29", - "note": "Paiement carte abonnement", - "source:date": "2022-04-21", - "socket:type2_cable": "" + "reservation": "no", + "opening_hours": "Mo-Sat 08:30-20:00, Sun 8:30-12:30", + "start_date": "2022-04-29" } }, { @@ -2459,28 +7698,18 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "LIDL, Nicolas Barbarin", "owner:ref:FR:SIREN": "387880602", "email": "vgaillon@lidl.fr", - "phone": "", "network": "LIDL", - "ref:EU:EVSE": "Non concerné", "ref": "80229f2d-90d8-4262-864f-e9ee72f0a93f", - "name": "LIDL GRAND QUEVILLY", - "capacity": "2", - "socket:typee": "FALSE", - "socket:type2": "FALSE", - "socket:type2_combo": "TRUE", - "socket:chademo": "FALSE", + "socket:type2_combo": "yes", "fee": "FALSE", "authentication:none": "TRUE", - "payment:credit_cards": "TRUE", - "reservation": "FALSE", - "wheelchair": "Accessible mais non réservé PMR", - "start_date": "2022-04-29", - "note": "Paiement carte abonnement", - "source:date": "2022-04-21", - "socket:type2_cable": "" + "reservation": "no", + "opening_hours": "Mo-Sat 08:30-20:00, Sun 8:30-12:30", + "start_date": "2022-04-29" } }, { @@ -2493,28 +7722,19 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "LIDL, Nicolas Barbarin", "owner:ref:FR:SIREN": "387880602", "email": "vgaillon@lidl.fr", - "phone": "", "network": "LIDL", - "ref:EU:EVSE": "Non concerné", "ref": "58b09294-5a64-456d-bbda-1839deb8184e", - "name": "LIDL HARFLEUR", - "capacity": "4", - "socket:typee": "TRUE", - "socket:type2": "TRUE", - "socket:type2_combo": "FALSE", - "socket:chademo": "FALSE", + "socket:typee": "yes", + "socket:type2": "yes", "fee": "FALSE", "authentication:none": "TRUE", - "payment:credit_cards": "TRUE", - "reservation": "FALSE", - "wheelchair": "Accessible mais non réservé PMR", - "start_date": "2022-04-29", - "note": "Paiement carte abonnement", - "source:date": "2022-04-21", - "socket:type2_cable": "" + "reservation": "no", + "opening_hours": "Mo-Sat 08:30-20:00, Sun 8:30-12:30", + "start_date": "2022-04-29" } }, { @@ -2527,28 +7747,18 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "LIDL, Nicolas Barbarin", "owner:ref:FR:SIREN": "387880602", "email": "vgaillon@lidl.fr", - "phone": "", "network": "LIDL", - "ref:EU:EVSE": "Non concerné", "ref": "80229f2d-90d8-4262-864f-e9ee72f0a93f", - "name": "LIDL GRAND QUEVILLY", - "capacity": "2", - "socket:typee": "FALSE", - "socket:type2": "FALSE", - "socket:type2_combo": "TRUE", - "socket:chademo": "FALSE", + "socket:type2_combo": "yes", "fee": "FALSE", "authentication:none": "TRUE", - "payment:credit_cards": "TRUE", - "reservation": "FALSE", - "wheelchair": "Accessible mais non réservé PMR", - "start_date": "2022-04-29", - "note": "Paiement carte abonnement", - "source:date": "2022-04-21", - "socket:type2_cable": "" + "reservation": "no", + "opening_hours": "Mo-Sat 08:30-20:00, Sun 8:30-12:30", + "start_date": "2022-04-29" } }, { @@ -2561,28 +7771,18 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "LIDL, Nicolas Barbarin", "owner:ref:FR:SIREN": "387880602", "email": "vgaillon@lidl.fr", - "phone": "", "network": "LIDL", - "ref:EU:EVSE": "Non concerné", "ref": "7ac8a35d-00d7-4f67-a747-77259dfcb4b8", - "name": "LIDL ST AUBIN SUR SCIE", - "capacity": "2", - "socket:typee": "FALSE", - "socket:type2": "FALSE", - "socket:type2_combo": "TRUE", - "socket:chademo": "FALSE", + "socket:type2_combo": "yes", "fee": "FALSE", "authentication:none": "TRUE", - "payment:credit_cards": "TRUE", - "reservation": "FALSE", - "wheelchair": "Accessible mais non réservé PMR", - "start_date": "2022-04-29", - "note": "Paiement carte abonnement", - "source:date": "2022-04-21", - "socket:type2_cable": "" + "reservation": "no", + "opening_hours": "Mo-Sat 08:30-20:00, Sun 8:30-12:30", + "start_date": "2022-04-29" } }, { @@ -2595,28 +7795,18 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "LIDL, Nicolas Barbarin", "owner:ref:FR:SIREN": "387880602", "email": "vgaillon@lidl.fr", - "phone": "", "network": "LIDL", - "ref:EU:EVSE": "Non concerné", "ref": "7ac8a35d-00d7-4f67-a747-77259dfcb4b8", - "name": "LIDL ST AUBIN SUR SCIE", - "capacity": "2", - "socket:typee": "FALSE", - "socket:type2": "FALSE", - "socket:type2_combo": "TRUE", - "socket:chademo": "FALSE", + "socket:type2_combo": "yes", "fee": "FALSE", "authentication:none": "TRUE", - "payment:credit_cards": "TRUE", - "reservation": "FALSE", - "wheelchair": "Accessible mais non réservé PMR", - "start_date": "2022-04-29", - "note": "Paiement carte abonnement", - "source:date": "2022-04-21", - "socket:type2_cable": "" + "reservation": "no", + "opening_hours": "Mo-Sat 08:30-20:00, Sun 8:30-12:30", + "start_date": "2022-04-29" } }, { @@ -2629,28 +7819,18 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "LIDL, Nicolas Barbarin", "owner:ref:FR:SIREN": "387880602", "email": "vgaillon@lidl.fr", - "phone": "", "network": "LIDL", - "ref:EU:EVSE": "Non concerné", "ref": "a720801f-b0e6-4b2e-a1ea-c596dcc79a1a", - "name": "LIDL ST PIERRE LES ELBEUF", - "capacity": "2", - "socket:typee": "FALSE", - "socket:type2": "FALSE", - "socket:type2_combo": "TRUE", - "socket:chademo": "FALSE", + "socket:type2_combo": "yes", "fee": "FALSE", "authentication:none": "TRUE", - "payment:credit_cards": "TRUE", - "reservation": "FALSE", - "wheelchair": "Accessible mais non réservé PMR", - "start_date": "2022-04-29", - "note": "Paiement carte abonnement", - "source:date": "2022-04-21", - "socket:type2_cable": "" + "reservation": "no", + "opening_hours": "Mo-Sat 08:30-20:00, Sun 8:30-12:30", + "start_date": "2022-04-29" } }, { @@ -2663,28 +7843,18 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "LIDL, Nicolas Barbarin", "owner:ref:FR:SIREN": "387880602", "email": "vgaillon@lidl.fr", - "phone": "", "network": "LIDL", - "ref:EU:EVSE": "Non concerné", "ref": "a720801f-b0e6-4b2e-a1ea-c596dcc79a1a", - "name": "LIDL ST PIERRE LES ELBEUF", - "capacity": "2", - "socket:typee": "FALSE", - "socket:type2": "FALSE", - "socket:type2_combo": "TRUE", - "socket:chademo": "FALSE", + "socket:type2_combo": "yes", "fee": "FALSE", "authentication:none": "TRUE", - "payment:credit_cards": "TRUE", - "reservation": "FALSE", - "wheelchair": "Accessible mais non réservé PMR", - "start_date": "2022-04-29", - "note": "Paiement carte abonnement", - "source:date": "2022-04-21", - "socket:type2_cable": "" + "reservation": "no", + "opening_hours": "Mo-Sat 08:30-20:00, Sun 8:30-12:30", + "start_date": "2022-04-29" } }, { @@ -2697,28 +7867,18 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "LIDL, Nicolas Barbarin", "owner:ref:FR:SIREN": "387880602", "email": "vgaillon@lidl.fr", - "phone": "", "network": "LIDL", - "ref:EU:EVSE": "Non concerné", "ref": "58b09294-5a64-456d-bbda-1839deb8184e", - "name": "LIDL HARFLEUR", - "capacity": "4", - "socket:typee": "FALSE", - "socket:type2": "FALSE", - "socket:type2_combo": "TRUE", - "socket:chademo": "FALSE", + "socket:type2_combo": "yes", "fee": "FALSE", "authentication:none": "TRUE", - "payment:credit_cards": "TRUE", - "reservation": "FALSE", - "wheelchair": "Accessible mais non réservé PMR", - "start_date": "2022-04-29", - "note": "Paiement carte abonnement", - "source:date": "2022-04-21", - "socket:type2_cable": "" + "reservation": "no", + "opening_hours": "Mo-Sat 08:30-20:00, Sun 8:30-12:30", + "start_date": "2022-04-29" } }, { @@ -2731,28 +7891,18 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "LIDL, Nicolas Barbarin", "owner:ref:FR:SIREN": "387880602", "email": "vgaillon@lidl.fr", - "phone": "", "network": "LIDL", - "ref:EU:EVSE": "Non concerné", "ref": "58b09294-5a64-456d-bbda-1839deb8184e", - "name": "LIDL HARFLEUR", - "capacity": "4", - "socket:typee": "FALSE", - "socket:type2": "FALSE", - "socket:type2_combo": "TRUE", - "socket:chademo": "FALSE", + "socket:type2_combo": "yes", "fee": "FALSE", "authentication:none": "TRUE", - "payment:credit_cards": "TRUE", - "reservation": "FALSE", - "wheelchair": "Accessible mais non réservé PMR", - "start_date": "2022-04-29", - "note": "Paiement carte abonnement", - "source:date": "2022-04-21", - "socket:type2_cable": "" + "reservation": "no", + "opening_hours": "Mo-Sat 08:30-20:00, Sun 8:30-12:30", + "start_date": "2022-04-29" } }, { @@ -2765,28 +7915,18 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "UBITRICITY GMBH", "owner:ref:FR:SIREN": "310505771", "email": "contact@ubitricity.com", - "phone": "", "network": "Ubitricity France Network", - "ref:EU:EVSE": "FRUBIE10058267", - "ref": "", - "name": "Nice Havrais", - "capacity": "1", - "socket:typee": "TRUE", - "socket:type2": "TRUE", - "socket:type2_combo": "FALSE", - "socket:chademo": "FALSE", + "socket:typee": "yes", + "socket:type2": "yes", "fee": "FALSE", "authentication:none": "TRUE", - "payment:credit_cards": "FALSE", - "reservation": "FALSE", - "wheelchair": "Accessible mais non réservé PMR", - "start_date": "2022-12-02", - "note": "Paiement par carte d'abonnement op�rateur de service de mobilit� �lectrique", - "source:date": "2023-01-18", - "socket:type2_cable": "" + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2022-12-02" } }, { @@ -2799,28 +7939,18 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "UBITRICITY GMBH", "owner:ref:FR:SIREN": "310505771", "email": "contact@ubitricity.com", - "phone": "", "network": "Ubitricity France Network", - "ref:EU:EVSE": "FRUBIE10028783", - "ref": "", - "name": "Nice Havrais", - "capacity": "1", - "socket:typee": "TRUE", - "socket:type2": "TRUE", - "socket:type2_combo": "FALSE", - "socket:chademo": "FALSE", + "socket:typee": "yes", + "socket:type2": "yes", "fee": "FALSE", "authentication:none": "TRUE", - "payment:credit_cards": "FALSE", - "reservation": "FALSE", - "wheelchair": "Accessible mais non réservé PMR", - "start_date": "2022-12-02", - "note": "Paiement par carte d'abonnement op�rateur de service de mobilit� �lectrique", - "source:date": "2023-01-18", - "socket:type2_cable": "" + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2022-12-02" } }, { @@ -2833,28 +7963,18 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "UBITRICITY GMBH", "owner:ref:FR:SIREN": "310505771", "email": "contact@ubitricity.com", - "phone": "", "network": "Ubitricity France Network", - "ref:EU:EVSE": "FRUBIE10009607", - "ref": "", - "name": "Octeville-sur-Mer ", - "capacity": "1", - "socket:typee": "TRUE", - "socket:type2": "TRUE", - "socket:type2_combo": "FALSE", - "socket:chademo": "FALSE", + "socket:typee": "yes", + "socket:type2": "yes", "fee": "FALSE", "authentication:none": "TRUE", - "payment:credit_cards": "FALSE", - "reservation": "FALSE", - "wheelchair": "Accessible mais non réservé PMR", - "start_date": "2022-08-04", - "note": "Paiement par carte d'abonnement op�rateur de service de mobilit� �lectrique", - "source:date": "2023-01-18", - "socket:type2_cable": "" + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2022-08-04" } }, { @@ -2867,28 +7987,18 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "UBITRICITY GMBH", "owner:ref:FR:SIREN": "310505771", "email": "contact@ubitricity.com", - "phone": "", "network": "Ubitricity France Network", - "ref:EU:EVSE": "FRUBIE10057997", - "ref": "", - "name": "Beaulieu H.L.M. Harfleur", - "capacity": "1", - "socket:typee": "TRUE", - "socket:type2": "TRUE", - "socket:type2_combo": "FALSE", - "socket:chademo": "FALSE", + "socket:typee": "yes", + "socket:type2": "yes", "fee": "FALSE", "authentication:none": "TRUE", - "payment:credit_cards": "FALSE", - "reservation": "FALSE", - "wheelchair": "Accessible mais non réservé PMR", - "start_date": "2023-01-06", - "note": "Paiement par carte d'abonnement op�rateur de service de mobilit� �lectrique", - "source:date": "2023-01-18", - "socket:type2_cable": "" + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2023-01-06" } }, { @@ -2901,28 +8011,18 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "UBITRICITY GMBH", "owner:ref:FR:SIREN": "310505771", "email": "contact@ubitricity.com", - "phone": "", "network": "Ubitricity France Network", - "ref:EU:EVSE": "FRUBIE10094490", - "ref": "", - "name": "Mayville - Gonfreville-l'Orcher", - "capacity": "1", - "socket:typee": "TRUE", - "socket:type2": "TRUE", - "socket:type2_combo": "FALSE", - "socket:chademo": "FALSE", + "socket:typee": "yes", + "socket:type2": "yes", "fee": "FALSE", "authentication:none": "TRUE", - "payment:credit_cards": "FALSE", - "reservation": "FALSE", - "wheelchair": "Accessible mais non réservé PMR", - "start_date": "2023-01-06", - "note": "Paiement par carte d'abonnement op�rateur de service de mobilit� �lectrique", - "source:date": "2023-01-18", - "socket:type2_cable": "" + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2023-01-06" } }, { @@ -2935,28 +8035,18 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "UBITRICITY GMBH", "owner:ref:FR:SIREN": "310505771", "email": "contact@ubitricity.com", - "phone": "", "network": "Ubitricity France Network", - "ref:EU:EVSE": "FRUBIE10087808", - "ref": "", - "name": "Mayville - Gonfreville-l'Orcher", - "capacity": "1", - "socket:typee": "TRUE", - "socket:type2": "TRUE", - "socket:type2_combo": "FALSE", - "socket:chademo": "FALSE", + "socket:typee": "yes", + "socket:type2": "yes", "fee": "FALSE", "authentication:none": "TRUE", - "payment:credit_cards": "FALSE", - "reservation": "FALSE", - "wheelchair": "Accessible mais non réservé PMR", - "start_date": "2023-01-06", - "note": "Paiement par carte d'abonnement op�rateur de service de mobilit� �lectrique", - "source:date": "2023-01-18", - "socket:type2_cable": "" + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2023-01-06" } }, { @@ -2969,28 +8059,18 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "UBITRICITY GMBH", "owner:ref:FR:SIREN": "310505771", "email": "contact@ubitricity.com", - "phone": "", "network": "Ubitricity France Network", - "ref:EU:EVSE": "FRUBIE10070842", - "ref": "", - "name": "Centre H.L.M. Harfleur", - "capacity": "1", - "socket:typee": "TRUE", - "socket:type2": "TRUE", - "socket:type2_combo": "FALSE", - "socket:chademo": "FALSE", + "socket:typee": "yes", + "socket:type2": "yes", "fee": "FALSE", "authentication:none": "TRUE", - "payment:credit_cards": "FALSE", - "reservation": "FALSE", - "wheelchair": "Accessible mais non réservé PMR", - "start_date": "2023-01-06", - "note": "Paiement par carte d'abonnement op�rateur de service de mobilit� �lectrique", - "source:date": "2023-01-18", - "socket:type2_cable": "" + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2023-01-06" } }, { @@ -3003,28 +8083,18 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "UBITRICITY GMBH", "owner:ref:FR:SIREN": "310505771", "email": "contact@ubitricity.com", - "phone": "", "network": "Ubitricity France Network", - "ref:EU:EVSE": "FRUBIE10047826", - "ref": "", - "name": "Centre H.L.M. Harfleur", - "capacity": "1", - "socket:typee": "TRUE", - "socket:type2": "TRUE", - "socket:type2_combo": "FALSE", - "socket:chademo": "FALSE", + "socket:typee": "yes", + "socket:type2": "yes", "fee": "FALSE", "authentication:none": "TRUE", - "payment:credit_cards": "FALSE", - "reservation": "FALSE", - "wheelchair": "Accessible mais non réservé PMR", - "start_date": "2023-01-06", - "note": "Paiement par carte d'abonnement op�rateur de service de mobilit� �lectrique", - "source:date": "2023-01-18", - "socket:type2_cable": "" + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2023-01-06" } }, { @@ -3037,28 +8107,18 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "UBITRICITY GMBH", "owner:ref:FR:SIREN": "310505771", "email": "contact@ubitricity.com", - "phone": "", "network": "Ubitricity France Network", - "ref:EU:EVSE": "FRUBIE10053447", - "ref": "", - "name": "Octeville-sur-Mer ", - "capacity": "1", - "socket:typee": "TRUE", - "socket:type2": "TRUE", - "socket:type2_combo": "FALSE", - "socket:chademo": "FALSE", + "socket:typee": "yes", + "socket:type2": "yes", "fee": "FALSE", "authentication:none": "TRUE", - "payment:credit_cards": "FALSE", - "reservation": "FALSE", - "wheelchair": "Accessible mais non réservé PMR", - "start_date": "2022-08-04", - "note": "Paiement par carte d'abonnement op�rateur de service de mobilit� �lectrique", - "source:date": "2023-01-18", - "socket:type2_cable": "" + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2022-08-04" } }, { @@ -3071,28 +8131,18 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "UBITRICITY GMBH", "owner:ref:FR:SIREN": "310505771", "email": "contact@ubitricity.com", - "phone": "", "network": "Ubitricity France Network", - "ref:EU:EVSE": "FRUBIE10058428", - "ref": "", - "name": "Centre ville - Montivilliers", - "capacity": "1", - "socket:typee": "TRUE", - "socket:type2": "TRUE", - "socket:type2_combo": "FALSE", - "socket:chademo": "FALSE", + "socket:typee": "yes", + "socket:type2": "yes", "fee": "FALSE", "authentication:none": "TRUE", - "payment:credit_cards": "FALSE", - "reservation": "FALSE", - "wheelchair": "Accessible mais non réservé PMR", - "start_date": "2022-07-27", - "note": "Paiement par carte d'abonnement op�rateur de service de mobilit� �lectrique", - "source:date": "2023-01-18", - "socket:type2_cable": "" + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2022-07-27" } }, { @@ -3105,28 +8155,18 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "UBITRICITY GMBH", "owner:ref:FR:SIREN": "310505771", "email": "contact@ubitricity.com", - "phone": "", "network": "Ubitricity France Network", - "ref:EU:EVSE": "FRUBIE10072897", - "ref": "", - "name": "Beaulieu", - "capacity": "1", - "socket:typee": "TRUE", - "socket:type2": "TRUE", - "socket:type2_combo": "FALSE", - "socket:chademo": "FALSE", + "socket:typee": "yes", + "socket:type2": "yes", "fee": "FALSE", "authentication:none": "TRUE", - "payment:credit_cards": "FALSE", - "reservation": "FALSE", - "wheelchair": "Accessible mais non réservé PMR", - "start_date": "2022-11-23", - "note": "Paiement par carte d'abonnement op�rateur de service de mobilit� �lectrique", - "source:date": "2023-01-18", - "socket:type2_cable": "" + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2022-11-23" } }, { @@ -3139,28 +8179,18 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "UBITRICITY GMBH", "owner:ref:FR:SIREN": "310505771", "email": "contact@ubitricity.com", - "phone": "", "network": "Ubitricity France Network", - "ref:EU:EVSE": "FRUBIE10056568", - "ref": "", - "name": "Centre ville - Montivilliers", - "capacity": "1", - "socket:typee": "TRUE", - "socket:type2": "TRUE", - "socket:type2_combo": "FALSE", - "socket:chademo": "FALSE", + "socket:typee": "yes", + "socket:type2": "yes", "fee": "FALSE", "authentication:none": "TRUE", - "payment:credit_cards": "FALSE", - "reservation": "FALSE", - "wheelchair": "Accessible mais non réservé PMR", - "start_date": "2022-07-27", - "note": "Paiement par carte d'abonnement op�rateur de service de mobilit� �lectrique", - "source:date": "2023-01-18", - "socket:type2_cable": "" + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2022-07-27" } }, { @@ -3173,28 +8203,18 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "UBITRICITY GMBH", "owner:ref:FR:SIREN": "310505771", "email": "contact@ubitricity.com", - "phone": "", "network": "Ubitricity France Network", - "ref:EU:EVSE": "FRUBIE10091696", - "ref": "", - "name": "Beaulieu", - "capacity": "1", - "socket:typee": "TRUE", - "socket:type2": "TRUE", - "socket:type2_combo": "FALSE", - "socket:chademo": "FALSE", + "socket:typee": "yes", + "socket:type2": "yes", "fee": "FALSE", "authentication:none": "TRUE", - "payment:credit_cards": "FALSE", - "reservation": "FALSE", - "wheelchair": "Accessible mais non réservé PMR", - "start_date": "2022-11-23", - "note": "Paiement par carte d'abonnement op�rateur de service de mobilit� �lectrique", - "source:date": "2023-01-18", - "socket:type2_cable": "" + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2022-11-23" } }, { @@ -3207,28 +8227,18 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "UBITRICITY GMBH", "owner:ref:FR:SIREN": "310505771", "email": "contact@ubitricity.com", - "phone": "", "network": "Ubitricity France Network", - "ref:EU:EVSE": "FRUBIE10064662", - "ref": "", - "name": "Beaulieu H.L.M. Harfleur", - "capacity": "1", - "socket:typee": "TRUE", - "socket:type2": "TRUE", - "socket:type2_combo": "FALSE", - "socket:chademo": "FALSE", + "socket:typee": "yes", + "socket:type2": "yes", "fee": "FALSE", "authentication:none": "TRUE", - "payment:credit_cards": "FALSE", - "reservation": "FALSE", - "wheelchair": "Accessible mais non réservé PMR", - "start_date": "2023-01-06", - "note": "Paiement par carte d'abonnement op�rateur de service de mobilit� �lectrique", - "source:date": "2023-01-18", - "socket:type2_cable": "" + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2023-01-06" } }, { @@ -3241,28 +8251,18 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "UBITRICITY GMBH", "owner:ref:FR:SIREN": "310505771", "email": "contact@ubitricity.com", - "phone": "", "network": "Ubitricity France Network", - "ref:EU:EVSE": "FRUBIE10058267", - "ref": "", - "name": "Nice Havrais", - "capacity": "1", - "socket:typee": "TRUE", - "socket:type2": "TRUE", - "socket:type2_combo": "FALSE", - "socket:chademo": "FALSE", + "socket:typee": "yes", + "socket:type2": "yes", "fee": "FALSE", "authentication:none": "TRUE", - "payment:credit_cards": "FALSE", - "reservation": "FALSE", - "wheelchair": "Accessible mais non réservé PMR", - "start_date": "2022-12-02", - "note": "Paiement par carte d'abonnement opérateur de service de mobilité électrique", - "source:date": "2023-01-18", - "socket:type2_cable": "" + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2022-12-02" } }, { @@ -3275,28 +8275,18 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "UBITRICITY GMBH", "owner:ref:FR:SIREN": "310505771", "email": "contact@ubitricity.com", - "phone": "", "network": "Ubitricity France Network", - "ref:EU:EVSE": "FRUBIE10028783", - "ref": "", - "name": "Nice Havrais", - "capacity": "1", - "socket:typee": "TRUE", - "socket:type2": "TRUE", - "socket:type2_combo": "FALSE", - "socket:chademo": "FALSE", + "socket:typee": "yes", + "socket:type2": "yes", "fee": "FALSE", "authentication:none": "TRUE", - "payment:credit_cards": "FALSE", - "reservation": "FALSE", - "wheelchair": "Accessible mais non réservé PMR", - "start_date": "2022-12-02", - "note": "Paiement par carte d'abonnement opérateur de service de mobilité électrique", - "source:date": "2023-01-18", - "socket:type2_cable": "" + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2022-12-02" } }, { @@ -3309,28 +8299,18 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "UBITRICITY GMBH", "owner:ref:FR:SIREN": "310505771", "email": "contact@ubitricity.com", - "phone": "", "network": "Ubitricity France Network", - "ref:EU:EVSE": "FRUBIE10009607", - "ref": "", - "name": "Octeville-sur-Mer ", - "capacity": "1", - "socket:typee": "TRUE", - "socket:type2": "TRUE", - "socket:type2_combo": "FALSE", - "socket:chademo": "FALSE", + "socket:typee": "yes", + "socket:type2": "yes", "fee": "FALSE", "authentication:none": "TRUE", - "payment:credit_cards": "FALSE", - "reservation": "FALSE", - "wheelchair": "Accessible mais non réservé PMR", - "start_date": "2022-08-04", - "note": "Paiement par carte d'abonnement opérateur de service de mobilité électrique", - "source:date": "2023-01-18", - "socket:type2_cable": "" + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2022-08-04" } }, { @@ -3343,28 +8323,18 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "UBITRICITY GMBH", "owner:ref:FR:SIREN": "310505771", "email": "contact@ubitricity.com", - "phone": "", "network": "Ubitricity France Network", - "ref:EU:EVSE": "FRUBIE10064662", - "ref": "", - "name": "Beaulieu H.L.M. Harfleur", - "capacity": "1", - "socket:typee": "TRUE", - "socket:type2": "TRUE", - "socket:type2_combo": "FALSE", - "socket:chademo": "FALSE", + "socket:typee": "yes", + "socket:type2": "yes", "fee": "FALSE", "authentication:none": "TRUE", - "payment:credit_cards": "FALSE", - "reservation": "FALSE", - "wheelchair": "Accessible mais non réservé PMR", - "start_date": "2023-01-06", - "note": "Paiement par carte d'abonnement opérateur de service de mobilité électrique", - "source:date": "2023-01-18", - "socket:type2_cable": "" + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2023-01-06" } }, { @@ -3377,28 +8347,18 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "UBITRICITY GMBH", "owner:ref:FR:SIREN": "310505771", "email": "contact@ubitricity.com", - "phone": "", "network": "Ubitricity France Network", - "ref:EU:EVSE": "FRUBIE10057997", - "ref": "", - "name": "Beaulieu H.L.M. Harfleur", - "capacity": "1", - "socket:typee": "TRUE", - "socket:type2": "TRUE", - "socket:type2_combo": "FALSE", - "socket:chademo": "FALSE", + "socket:typee": "yes", + "socket:type2": "yes", "fee": "FALSE", "authentication:none": "TRUE", - "payment:credit_cards": "FALSE", - "reservation": "FALSE", - "wheelchair": "Accessible mais non réservé PMR", - "start_date": "2023-01-06", - "note": "Paiement par carte d'abonnement opérateur de service de mobilité électrique", - "source:date": "2023-01-18", - "socket:type2_cable": "" + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2023-01-06" } }, { @@ -3411,28 +8371,18 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "UBITRICITY GMBH", "owner:ref:FR:SIREN": "310505771", "email": "contact@ubitricity.com", - "phone": "", "network": "Ubitricity France Network", - "ref:EU:EVSE": "FRUBIE10094490", - "ref": "", - "name": "Mayville - Gonfreville-l'Orcher", - "capacity": "1", - "socket:typee": "TRUE", - "socket:type2": "TRUE", - "socket:type2_combo": "FALSE", - "socket:chademo": "FALSE", + "socket:typee": "yes", + "socket:type2": "yes", "fee": "FALSE", "authentication:none": "TRUE", - "payment:credit_cards": "FALSE", - "reservation": "FALSE", - "wheelchair": "Accessible mais non réservé PMR", - "start_date": "2023-01-06", - "note": "Paiement par carte d'abonnement opérateur de service de mobilité électrique", - "source:date": "2023-01-18", - "socket:type2_cable": "" + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2023-01-06" } }, { @@ -3445,28 +8395,18 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "UBITRICITY GMBH", "owner:ref:FR:SIREN": "310505771", "email": "contact@ubitricity.com", - "phone": "", "network": "Ubitricity France Network", - "ref:EU:EVSE": "FRUBIE10087808", - "ref": "", - "name": "Mayville - Gonfreville-l'Orcher", - "capacity": "1", - "socket:typee": "TRUE", - "socket:type2": "TRUE", - "socket:type2_combo": "FALSE", - "socket:chademo": "FALSE", + "socket:typee": "yes", + "socket:type2": "yes", "fee": "FALSE", "authentication:none": "TRUE", - "payment:credit_cards": "FALSE", - "reservation": "FALSE", - "wheelchair": "Accessible mais non réservé PMR", - "start_date": "2023-01-06", - "note": "Paiement par carte d'abonnement opérateur de service de mobilité électrique", - "source:date": "2023-01-18", - "socket:type2_cable": "" + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2023-01-06" } }, { @@ -3479,28 +8419,18 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "UBITRICITY GMBH", "owner:ref:FR:SIREN": "310505771", "email": "contact@ubitricity.com", - "phone": "", "network": "Ubitricity France Network", - "ref:EU:EVSE": "FRUBIE10070842", - "ref": "", - "name": "Centre H.L.M. Harfleur", - "capacity": "1", - "socket:typee": "TRUE", - "socket:type2": "TRUE", - "socket:type2_combo": "FALSE", - "socket:chademo": "FALSE", + "socket:typee": "yes", + "socket:type2": "yes", "fee": "FALSE", "authentication:none": "TRUE", - "payment:credit_cards": "FALSE", - "reservation": "FALSE", - "wheelchair": "Accessible mais non réservé PMR", - "start_date": "2023-01-06", - "note": "Paiement par carte d'abonnement opérateur de service de mobilité électrique", - "source:date": "2023-01-18", - "socket:type2_cable": "" + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2023-01-06" } }, { @@ -3513,28 +8443,18 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "UBITRICITY GMBH", "owner:ref:FR:SIREN": "310505771", "email": "contact@ubitricity.com", - "phone": "", "network": "Ubitricity France Network", - "ref:EU:EVSE": "FRUBIE10053447", - "ref": "", - "name": "Octeville-sur-Mer ", - "capacity": "1", - "socket:typee": "TRUE", - "socket:type2": "TRUE", - "socket:type2_combo": "FALSE", - "socket:chademo": "FALSE", + "socket:typee": "yes", + "socket:type2": "yes", "fee": "FALSE", "authentication:none": "TRUE", - "payment:credit_cards": "FALSE", - "reservation": "FALSE", - "wheelchair": "Accessible mais non réservé PMR", - "start_date": "2022-08-04", - "note": "Paiement par carte d'abonnement opérateur de service de mobilité électrique", - "source:date": "2023-01-18", - "socket:type2_cable": "" + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2022-08-04" } }, { @@ -3547,28 +8467,18 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "UBITRICITY GMBH", "owner:ref:FR:SIREN": "310505771", "email": "contact@ubitricity.com", - "phone": "", "network": "Ubitricity France Network", - "ref:EU:EVSE": "FRUBIE10047826", - "ref": "", - "name": "Centre H.L.M. Harfleur", - "capacity": "1", - "socket:typee": "TRUE", - "socket:type2": "TRUE", - "socket:type2_combo": "FALSE", - "socket:chademo": "FALSE", + "socket:typee": "yes", + "socket:type2": "yes", "fee": "FALSE", "authentication:none": "TRUE", - "payment:credit_cards": "FALSE", - "reservation": "FALSE", - "wheelchair": "Accessible mais non réservé PMR", - "start_date": "2023-01-06", - "note": "Paiement par carte d'abonnement opérateur de service de mobilité électrique", - "source:date": "2023-01-18", - "socket:type2_cable": "" + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2023-01-06" } }, { @@ -3581,28 +8491,18 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "UBITRICITY GMBH", "owner:ref:FR:SIREN": "310505771", "email": "contact@ubitricity.com", - "phone": "", "network": "Ubitricity France Network", - "ref:EU:EVSE": "FRUBIE10058428", - "ref": "", - "name": "Centre ville - Montivilliers", - "capacity": "1", - "socket:typee": "TRUE", - "socket:type2": "TRUE", - "socket:type2_combo": "FALSE", - "socket:chademo": "FALSE", + "socket:typee": "yes", + "socket:type2": "yes", "fee": "FALSE", "authentication:none": "TRUE", - "payment:credit_cards": "FALSE", - "reservation": "FALSE", - "wheelchair": "Accessible mais non réservé PMR", - "start_date": "2022-07-27", - "note": "Paiement par carte d'abonnement opérateur de service de mobilité électrique", - "source:date": "2023-01-18", - "socket:type2_cable": "" + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2022-07-27" } }, { @@ -3615,28 +8515,18 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "UBITRICITY GMBH", "owner:ref:FR:SIREN": "310505771", "email": "contact@ubitricity.com", - "phone": "", "network": "Ubitricity France Network", - "ref:EU:EVSE": "FRUBIE10056568", - "ref": "", - "name": "Centre ville - Montivilliers", - "capacity": "1", - "socket:typee": "TRUE", - "socket:type2": "TRUE", - "socket:type2_combo": "FALSE", - "socket:chademo": "FALSE", + "socket:typee": "yes", + "socket:type2": "yes", "fee": "FALSE", "authentication:none": "TRUE", - "payment:credit_cards": "FALSE", - "reservation": "FALSE", - "wheelchair": "Accessible mais non réservé PMR", - "start_date": "2022-07-27", - "note": "Paiement par carte d'abonnement opérateur de service de mobilité électrique", - "source:date": "2023-01-18", - "socket:type2_cable": "" + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2022-07-27" } }, { @@ -3649,28 +8539,18 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "UBITRICITY GMBH", "owner:ref:FR:SIREN": "310505771", "email": "contact@ubitricity.com", - "phone": "", "network": "Ubitricity France Network", - "ref:EU:EVSE": "FRUBIE10091696", - "ref": "", - "name": "Beaulieu", - "capacity": "1", - "socket:typee": "TRUE", - "socket:type2": "TRUE", - "socket:type2_combo": "FALSE", - "socket:chademo": "FALSE", + "socket:typee": "yes", + "socket:type2": "yes", "fee": "FALSE", "authentication:none": "TRUE", - "payment:credit_cards": "FALSE", - "reservation": "FALSE", - "wheelchair": "Accessible mais non réservé PMR", - "start_date": "2022-11-23", - "note": "Paiement par carte d'abonnement opérateur de service de mobilité électrique", - "source:date": "2023-01-18", - "socket:type2_cable": "" + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2022-11-23" } }, { @@ -3683,28 +8563,413 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "UBITRICITY GMBH", "owner:ref:FR:SIREN": "310505771", "email": "contact@ubitricity.com", - "phone": "", "network": "Ubitricity France Network", - "ref:EU:EVSE": "FRUBIE10072897", - "ref": "", - "name": "Beaulieu", - "capacity": "1", - "socket:typee": "TRUE", - "socket:type2": "TRUE", - "socket:type2_combo": "FALSE", - "socket:chademo": "FALSE", + "socket:typee": "yes", + "socket:type2": "yes", "fee": "FALSE", "authentication:none": "TRUE", - "payment:credit_cards": "FALSE", - "reservation": "FALSE", - "wheelchair": "Accessible mais non réservé PMR", - "start_date": "2022-11-23", - "note": "Paiement par carte d'abonnement opérateur de service de mobilité électrique", - "source:date": "2023-01-18", - "socket:type2_cable": "" + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2022-11-23" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 0.115145, + 47.512698 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "SPIE CITYNETWORKS", + "owner:ref:FR:SIREN": "254901309", + "email": "assistance-technique@ouestcharge-paysdelaloire-moncompte.fr", + "phone": "0 970 830 213", + "network": "SIEML", + "socket:typee": "yes", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2021-04-15" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 0.115145, + 47.512698 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "SPIE CITYNETWORKS", + "owner:ref:FR:SIREN": "254901309", + "email": "assistance-technique@ouestcharge-paysdelaloire-moncompte.fr", + "phone": "0 970 830 213", + "network": "SIEML", + "socket:typee": "yes", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2021-04-15" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 1.013502, + 49.391457 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "Borneco | FR*BHM", + "email": "technique.borneco@gmail.com", + "network": "BornEco", + "ref": "674789", + "socket:type2": "yes", + "fee": "False", + "authentication:none": "False", + "reservation": "no", + "opening_hours": "24/7", + "socket:type2_cable": "False" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 1.013502, + 49.391457 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "Borneco | FR*BHM", + "email": "technique.borneco@gmail.com", + "network": "BornEco", + "ref": "674789", + "socket:type2": "yes", + "fee": "False", + "authentication:none": "False", + "reservation": "no", + "opening_hours": "24/7", + "socket:type2_cable": "False" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 1.109533, + 49.413475 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "GreenYellow | FR*GYM", + "email": "emobility.exploit@greenyellow.fr", + "network": "GreenYellow Shift Mobility", + "ref": "840456", + "socket:type2": "yes", + "fee": "False", + "authentication:none": "False", + "reservation": "no", + "opening_hours": "24/7", + "socket:type2_cable": "False" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 1.109533, + 49.413475 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "GreenYellow | FR*GYM", + "email": "emobility.exploit@greenyellow.fr", + "network": "GreenYellow Shift Mobility", + "ref": "840456", + "socket:type2": "yes", + "fee": "False", + "authentication:none": "False", + "reservation": "no", + "opening_hours": "24/7", + "socket:type2_cable": "False" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 1.109533, + 49.413475 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "GreenYellow | FR*GYM", + "email": "emobility.exploit@greenyellow.fr", + "network": "GreenYellow Shift Mobility", + "ref": "840456", + "socket:type2": "yes", + "fee": "False", + "authentication:none": "False", + "reservation": "no", + "opening_hours": "24/7", + "socket:type2_cable": "False" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 1.109533, + 49.413475 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "GreenYellow | FR*GYM", + "email": "emobility.exploit@greenyellow.fr", + "network": "GreenYellow Shift Mobility", + "ref": "840456", + "socket:type2": "yes", + "fee": "False", + "authentication:none": "False", + "reservation": "no", + "opening_hours": "24/7", + "socket:type2_cable": "False" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 1.109533, + 49.413475 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "GreenYellow | FR*GYM", + "email": "emobility.exploit@greenyellow.fr", + "network": "GreenYellow Shift Mobility", + "ref": "840456", + "socket:type2": "yes", + "fee": "False", + "authentication:none": "False", + "reservation": "no", + "opening_hours": "24/7", + "socket:type2_cable": "False" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 1.109533, + 49.413475 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "GreenYellow | FR*GYM", + "email": "emobility.exploit@greenyellow.fr", + "network": "GreenYellow Shift Mobility", + "ref": "840456", + "socket:type2": "yes", + "fee": "False", + "authentication:none": "False", + "reservation": "no", + "opening_hours": "24/7", + "socket:type2_cable": "False" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 1.109533, + 49.413475 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "GreenYellow | FR*GYM", + "email": "emobility.exploit@greenyellow.fr", + "network": "GreenYellow Shift Mobility", + "ref": "840456", + "socket:type2": "yes", + "fee": "False", + "authentication:none": "False", + "reservation": "no", + "opening_hours": "24/7", + "socket:type2_cable": "False" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 1.109533, + 49.413475 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "GreenYellow | FR*GYM", + "email": "emobility.exploit@greenyellow.fr", + "network": "GreenYellow Shift Mobility", + "ref": "840456", + "socket:type2": "yes", + "fee": "False", + "authentication:none": "False", + "reservation": "no", + "opening_hours": "24/7", + "socket:type2_cable": "False" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 1.109533, + 49.413475 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "GreenYellow | FR*GYM", + "email": "emobility.exploit@greenyellow.fr", + "network": "GreenYellow Shift Mobility", + "ref": "840456", + "socket:type2": "yes", + "fee": "False", + "authentication:none": "False", + "reservation": "no", + "opening_hours": "24/7", + "socket:type2_cable": "False" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 1.109533, + 49.413475 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "GreenYellow | FR*GYM", + "email": "emobility.exploit@greenyellow.fr", + "network": "GreenYellow Shift Mobility", + "ref": "840456", + "socket:type2": "yes", + "fee": "False", + "authentication:none": "False", + "reservation": "no", + "opening_hours": "24/7", + "socket:type2_cable": "False" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 1.109533, + 49.413475 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "GreenYellow | FR*GYM", + "email": "emobility.exploit@greenyellow.fr", + "network": "GreenYellow Shift Mobility", + "ref": "840456", + "socket:type2": "yes", + "fee": "False", + "authentication:none": "False", + "reservation": "no", + "opening_hours": "24/7", + "socket:type2_cable": "False" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 1.109533, + 49.413475 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "GreenYellow | FR*GYM", + "email": "emobility.exploit@greenyellow.fr", + "network": "GreenYellow Shift Mobility", + "ref": "840456", + "socket:type2": "yes", + "fee": "False", + "authentication:none": "False", + "reservation": "no", + "opening_hours": "24/7", + "socket:type2_cable": "False" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 1.109533, + 49.413475 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "GreenYellow | FR*GYM", + "email": "emobility.exploit@greenyellow.fr", + "network": "GreenYellow Shift Mobility", + "ref": "840456", + "socket:type2": "yes", + "fee": "False", + "authentication:none": "False", + "reservation": "no", + "opening_hours": "24/7", + "socket:type2_cable": "False" } } ] diff --git a/mapping_geojson_to_osm_tags/output/my_converted_data_set_filtered_zipcode_91.json b/mapping_geojson_to_osm_tags/output/my_converted_data_set_filtered_zipcode_91.json index 228ce593..110b6bf2 100644 --- a/mapping_geojson_to_osm_tags/output/my_converted_data_set_filtered_zipcode_91.json +++ b/mapping_geojson_to_osm_tags/output/my_converted_data_set_filtered_zipcode_91.json @@ -11,6 +11,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "ELECTRA", "owner:ref:FR:SIREN": "891624884", "email": "help@electra.com", @@ -20,9 +21,7 @@ "authentication:none": "true", "reservation": "yes", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", - "start_date": "2022-07-12", - "source:date": "2023-07-29" + "start_date": "2022-07-12" } }, { @@ -35,6 +34,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "ELECTRA", "owner:ref:FR:SIREN": "891624884", "email": "help@electra.com", @@ -44,9 +44,7 @@ "authentication:none": "true", "reservation": "yes", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", - "start_date": "2022-07-12", - "source:date": "2023-07-29" + "start_date": "2022-07-12" } }, { @@ -59,6 +57,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "ELECTRA", "owner:ref:FR:SIREN": "891624884", "email": "help@electra.com", @@ -68,9 +67,7 @@ "authentication:none": "true", "reservation": "yes", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", - "start_date": "2022-07-12", - "source:date": "2023-07-29" + "start_date": "2022-07-12" } }, { @@ -83,6 +80,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "ELECTRA", "owner:ref:FR:SIREN": "891624884", "email": "help@electra.com", @@ -92,9 +90,7 @@ "authentication:none": "true", "reservation": "yes", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", - "start_date": "2022-07-12", - "source:date": "2023-07-29" + "start_date": "2022-07-12" } }, { @@ -107,6 +103,7 @@ ] }, "properties": { + "amenity": "charging_station", "email": "info@chargepoint.com", "network": "IRVE CAGPS MAGELLAN 3", "ref": "FRCPIE6591135", @@ -115,9 +112,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", "start_date": "2022-10-12", - "source:date": "2023-07-28", "socket:type2_cable": "false" } }, @@ -131,6 +126,7 @@ ] }, "properties": { + "amenity": "charging_station", "email": "info@chargepoint.com", "network": "IRVE CAGPS MAGELLAN 3", "ref": "FRCPIE6591095", @@ -139,9 +135,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", "start_date": "2022-10-12", - "source:date": "2023-07-28", "socket:type2_cable": "false" } }, @@ -155,6 +149,7 @@ ] }, "properties": { + "amenity": "charging_station", "email": "info@chargepoint.com", "network": "IRVE CAGPS MAGELLAN 3", "ref": "FRCPIE6591105", @@ -163,9 +158,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", "start_date": "2022-10-12", - "source:date": "2023-07-28", "socket:type2_cable": "false" } }, @@ -179,6 +172,7 @@ ] }, "properties": { + "amenity": "charging_station", "email": "info@chargepoint.com", "network": "IRVE CAGPS MAGELLAN 3", "ref": "FRCPIE6591115", @@ -187,9 +181,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", "start_date": "2022-10-12", - "source:date": "2023-07-28", "socket:type2_cable": "false" } }, @@ -203,6 +195,7 @@ ] }, "properties": { + "amenity": "charging_station", "email": "info@chargepoint.com", "network": "IRVE CAGPS MAGELLAN 3", "ref": "FRCPIE6591125", @@ -211,9 +204,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", "start_date": "2022-10-12", - "source:date": "2023-07-28", "socket:type2_cable": "false" } }, @@ -227,6 +218,7 @@ ] }, "properties": { + "amenity": "charging_station", "email": "info@chargepoint.com", "network": "IRVE CAGPS MAGELLAN 3", "ref": "FRCPIE6591145", @@ -235,9 +227,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", "start_date": "2022-10-12", - "source:date": "2023-07-28", "socket:type2_cable": "false" } }, @@ -251,6 +241,7 @@ ] }, "properties": { + "amenity": "charging_station", "email": "info@chargepoint.com", "network": "IRVE CAGPS MAGELLAN 3", "ref": "FRCPIE6591165", @@ -259,9 +250,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", "start_date": "2022-10-12", - "source:date": "2023-07-28", "socket:type2_cable": "false" } }, @@ -275,6 +264,7 @@ ] }, "properties": { + "amenity": "charging_station", "email": "info@chargepoint.com", "network": "SONEPAR CONNECT VILLEBON", "ref": "FRCPIE6595995", @@ -283,9 +273,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", "start_date": "2022-10-12", - "source:date": "2023-07-28", "socket:type2_cable": "false" } }, @@ -299,6 +287,7 @@ ] }, "properties": { + "amenity": "charging_station", "email": "info@chargepoint.com", "network": "SONEPAR CONNECT VILLEBON", "ref": "FRCPIE6595995", @@ -307,9 +296,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", "start_date": "2022-10-12", - "source:date": "2023-07-28", "socket:type2_cable": "false" } }, @@ -323,6 +310,7 @@ ] }, "properties": { + "amenity": "charging_station", "email": "support@iecharge.io", "phone": "+33 1 84 88 68 00", "network": "Dourdan", @@ -332,9 +320,7 @@ "authentication:none": "true", "reservation": "yes", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", "start_date": "2023-06-27", - "source:date": "2023-07-28", "socket:type2_cable": "false" } }, @@ -348,6 +334,7 @@ ] }, "properties": { + "amenity": "charging_station", "email": "support@iecharge.io", "phone": "+33 1 84 88 68 00", "network": "Dourdan", @@ -357,9 +344,7 @@ "authentication:none": "true", "reservation": "yes", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", "start_date": "2023-06-27", - "source:date": "2023-07-28", "socket:type2_cable": "false" } }, @@ -373,6 +358,7 @@ ] }, "properties": { + "amenity": "charging_station", "email": "support@iecharge.io", "phone": "+33 1 84 88 68 00", "network": "Dourdan", @@ -382,9 +368,7 @@ "authentication:none": "true", "reservation": "yes", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", "start_date": "2023-06-27", - "source:date": "2023-07-28", "socket:type2_cable": "false" } }, @@ -398,6 +382,7 @@ ] }, "properties": { + "amenity": "charging_station", "email": "support@iecharge.io", "phone": "+33 1 84 88 68 00", "network": "Dourdan", @@ -407,9 +392,7 @@ "authentication:none": "true", "reservation": "yes", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", "start_date": "2023-06-27", - "source:date": "2023-07-28", "socket:type2_cable": "false" } }, @@ -423,6 +406,7 @@ ] }, "properties": { + "amenity": "charging_station", "email": "info@chargepoint.com", "network": "SONEPAR CONNECT ETAMPES", "ref": "FRCPIE6609035", @@ -431,9 +415,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "Mo 06:30-19:00,Tu 06:30-19:00,We 06:30-19:00,Th 06:30-19:00,Fr 06:30-19:00", - "wheelchair": "Accessibilité inconnue", "start_date": "2022-10-12", - "source:date": "2023-07-28", "socket:type2_cable": "false" } }, @@ -447,6 +429,7 @@ ] }, "properties": { + "amenity": "charging_station", "email": "info@chargepoint.com", "network": "SONEPAR CONNECT ETAMPES", "ref": "FRCPIE6609035", @@ -455,9 +438,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "Mo 06:30-19:00,Tu 06:30-19:00,We 06:30-19:00,Th 06:30-19:00,Fr 06:30-19:00", - "wheelchair": "Accessibilité inconnue", "start_date": "2022-10-12", - "source:date": "2023-07-28", "socket:type2_cable": "false" } }, @@ -471,6 +452,7 @@ ] }, "properties": { + "amenity": "charging_station", "email": "info@chargepoint.com", "network": "SONEPAR VIRY-CHATILLON", "ref": "FRCPIE6628885", @@ -479,9 +461,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "Mo 06:30-19:00,Tu 06:30-19:00,We 06:30-19:00,Th 06:30-19:00,Fr 06:30-19:00", - "wheelchair": "Accessibilité inconnue", "start_date": "2022-10-12", - "source:date": "2023-07-28", "socket:type2_cable": "false" } }, @@ -495,6 +475,7 @@ ] }, "properties": { + "amenity": "charging_station", "email": "info@chargepoint.com", "network": "SONEPAR VIRY-CHATILLON", "ref": "FRCPIE6628885", @@ -503,9 +484,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "Mo 06:30-19:00,Tu 06:30-19:00,We 06:30-19:00,Th 06:30-19:00,Fr 06:30-19:00", - "wheelchair": "Accessibilité inconnue", "start_date": "2022-10-12", - "source:date": "2023-07-28", "socket:type2_cable": "false" } }, @@ -519,6 +498,7 @@ ] }, "properties": { + "amenity": "charging_station", "email": "info@chargepoint.com", "network": "SONEPAR 3CCLIM VILLEBON", "ref": "FRCPIE6690455", @@ -527,9 +507,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", "start_date": "2023-02-17", - "source:date": "2023-07-28", "socket:type2_cable": "false" } }, @@ -543,6 +521,7 @@ ] }, "properties": { + "amenity": "charging_station", "email": "info@chargepoint.com", "network": "SONEPAR 3CCLIM VILLEBON", "ref": "FRCPIE6690455", @@ -551,9 +530,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", "start_date": "2023-02-17", - "source:date": "2023-07-28", "socket:type2_cable": "false" } }, @@ -567,6 +544,7 @@ ] }, "properties": { + "amenity": "charging_station", "email": "info@chargepoint.com", "network": "SONEPAR LISSES", "ref": "FRCPIE6758525", @@ -575,9 +553,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", "start_date": "2023-07-20", - "source:date": "2023-07-28", "socket:type2_cable": "false" } }, @@ -591,6 +567,7 @@ ] }, "properties": { + "amenity": "charging_station", "email": "info@chargepoint.com", "network": "SONEPAR LISSES", "ref": "FRCPIE6758525", @@ -599,9 +576,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", "start_date": "2023-07-20", - "source:date": "2023-07-28", "socket:type2_cable": "false" } }, @@ -615,6 +590,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "Izivia", "owner:ref:FR:SIREN": "200050433", "email": "sav@izivia.com", @@ -627,9 +603,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", - "start_date": "2021-01-07", - "source:date": "2023-07-29" + "start_date": "2021-01-07" } }, { @@ -642,6 +616,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "Izivia", "owner:ref:FR:SIREN": "200050433", "email": "sav@izivia.com", @@ -654,9 +629,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", - "start_date": "2021-01-07", - "source:date": "2023-07-29" + "start_date": "2021-01-07" } }, { @@ -669,6 +642,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "Izivia", "owner:ref:FR:SIREN": "200050433", "email": "sav@izivia.com", @@ -681,9 +655,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", - "start_date": "2021-05-21", - "source:date": "2023-07-29" + "start_date": "2021-05-21" } }, { @@ -696,6 +668,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "Izivia", "owner:ref:FR:SIREN": "200050433", "email": "sav@izivia.com", @@ -707,9 +680,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", - "start_date": "2021-05-21", - "source:date": "2023-07-29" + "start_date": "2021-05-21" } }, { @@ -722,6 +693,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "Izivia", "owner:ref:FR:SIREN": "200050433", "email": "sav@izivia.com", @@ -734,9 +706,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", - "start_date": "2021-03-11", - "source:date": "2023-07-29" + "start_date": "2021-03-11" } }, { @@ -749,6 +719,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "Izivia", "owner:ref:FR:SIREN": "200050433", "email": "sav@izivia.com", @@ -760,9 +731,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", - "start_date": "2021-03-11", - "source:date": "2023-07-29" + "start_date": "2021-03-11" } }, { @@ -775,6 +744,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "Izivia", "owner:ref:FR:SIREN": "200050433", "email": "sav@izivia.com", @@ -787,9 +757,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", - "start_date": "2022-06-05", - "source:date": "2023-07-29" + "start_date": "2022-06-05" } }, { @@ -802,6 +770,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "Izivia", "owner:ref:FR:SIREN": "200050433", "email": "sav@izivia.com", @@ -813,9 +782,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", - "start_date": "2022-06-05", - "source:date": "2023-07-29" + "start_date": "2022-06-05" } }, { @@ -828,6 +795,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "Izivia", "owner:ref:FR:SIREN": "200050433", "email": "sav@izivia.com", @@ -840,9 +808,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", - "start_date": "2022-06-14", - "source:date": "2023-07-29" + "start_date": "2022-06-14" } }, { @@ -855,6 +821,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "Izivia", "owner:ref:FR:SIREN": "200050433", "email": "sav@izivia.com", @@ -867,9 +834,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", - "start_date": "2022-06-14", - "source:date": "2023-07-29" + "start_date": "2022-06-14" } }, { @@ -882,6 +847,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "Izivia", "owner:ref:FR:SIREN": "200050433", "email": "sav@izivia.com", @@ -894,9 +860,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", - "start_date": "2022-07-13", - "source:date": "2023-07-29" + "start_date": "2022-07-13" } }, { @@ -909,6 +873,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "Izivia", "owner:ref:FR:SIREN": "200050433", "email": "sav@izivia.com", @@ -921,9 +886,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", - "start_date": "2022-07-13", - "source:date": "2023-07-29" + "start_date": "2022-07-13" } }, { @@ -936,6 +899,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "Izivia", "owner:ref:FR:SIREN": "200050433", "email": "sav@izivia.com", @@ -947,9 +911,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", - "start_date": "2022-10-13", - "source:date": "2023-07-29" + "start_date": "2022-10-13" } }, { @@ -962,6 +924,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "Izivia", "owner:ref:FR:SIREN": "200050433", "email": "sav@izivia.com", @@ -974,9 +937,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", - "start_date": "2022-10-13", - "source:date": "2023-07-29" + "start_date": "2022-10-13" } }, { @@ -989,6 +950,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "Izivia", "owner:ref:FR:SIREN": "200050433", "email": "sav@izivia.com", @@ -1001,9 +963,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", - "start_date": "2022-09-26", - "source:date": "2023-07-29" + "start_date": "2022-09-26" } }, { @@ -1016,6 +976,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "Izivia", "owner:ref:FR:SIREN": "200050433", "email": "sav@izivia.com", @@ -1028,9 +989,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", - "start_date": "2022-09-26", - "source:date": "2023-07-29" + "start_date": "2022-09-26" } }, { @@ -1043,6 +1002,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "Izivia", "owner:ref:FR:SIREN": "200050433", "email": "sav@izivia.com", @@ -1054,9 +1014,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", - "start_date": "2022-03-10", - "source:date": "2023-07-29" + "start_date": "2022-03-10" } }, { @@ -1069,6 +1027,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "Izivia", "owner:ref:FR:SIREN": "200050433", "email": "sav@izivia.com", @@ -1081,9 +1040,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", - "start_date": "2022-03-10", - "source:date": "2023-07-29" + "start_date": "2022-03-10" } }, { @@ -1096,6 +1053,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "Izivia", "owner:ref:FR:SIREN": "200050433", "email": "sav@izivia.com", @@ -1107,9 +1065,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", - "start_date": "2023-02-22", - "source:date": "2023-07-29" + "start_date": "2023-02-22" } }, { @@ -1122,6 +1078,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "Izivia", "owner:ref:FR:SIREN": "200050433", "email": "sav@izivia.com", @@ -1133,9 +1090,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", - "start_date": "2023-02-22", - "source:date": "2023-07-29" + "start_date": "2023-02-22" } }, { @@ -1148,6 +1103,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "Izivia", "owner:ref:FR:SIREN": "200050433", "email": "sav@izivia.com", @@ -1160,9 +1116,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", - "start_date": "2023-02-22", - "source:date": "2023-07-29" + "start_date": "2023-02-22" } }, { @@ -1175,6 +1129,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "Izivia", "owner:ref:FR:SIREN": "200050433", "email": "sav@izivia.com", @@ -1186,9 +1141,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", - "start_date": "2023-02-22", - "source:date": "2023-07-29" + "start_date": "2023-02-22" } }, { @@ -1201,6 +1154,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "Izivia", "owner:ref:FR:SIREN": "200050433", "email": "sav@izivia.com", @@ -1213,9 +1167,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", - "start_date": "2022-12-30", - "source:date": "2023-07-29" + "start_date": "2022-12-30" } }, { @@ -1228,6 +1180,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "Izivia", "owner:ref:FR:SIREN": "200050433", "email": "sav@izivia.com", @@ -1240,9 +1193,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", - "start_date": "2022-12-30", - "source:date": "2023-07-29" + "start_date": "2022-12-30" } }, { @@ -1255,6 +1206,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "Izivia", "owner:ref:FR:SIREN": "200050433", "email": "sav@izivia.com", @@ -1267,9 +1219,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", - "start_date": "2023-02-09", - "source:date": "2023-07-29" + "start_date": "2023-02-09" } }, { @@ -1282,6 +1232,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "Izivia", "owner:ref:FR:SIREN": "200050433", "email": "sav@izivia.com", @@ -1294,9 +1245,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", - "start_date": "2023-02-09", - "source:date": "2023-07-29" + "start_date": "2023-02-09" } }, { @@ -1309,6 +1258,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "Izivia", "owner:ref:FR:SIREN": "200050433", "email": "sav@izivia.com", @@ -1321,9 +1271,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", - "start_date": "2021-07-22", - "source:date": "2023-07-29" + "start_date": "2021-07-22" } }, { @@ -1336,6 +1284,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "Izivia", "owner:ref:FR:SIREN": "200050433", "email": "sav@izivia.com", @@ -1348,9 +1297,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", - "start_date": "2021-07-22", - "source:date": "2023-07-29" + "start_date": "2021-07-22" } }, { @@ -1363,6 +1310,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "Izivia", "owner:ref:FR:SIREN": "200050433", "email": "sav@izivia.com", @@ -1375,9 +1323,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", - "start_date": "2021-09-22", - "source:date": "2023-07-29" + "start_date": "2021-09-22" } }, { @@ -1390,6 +1336,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "Izivia", "owner:ref:FR:SIREN": "200050433", "email": "sav@izivia.com", @@ -1402,9 +1349,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", - "start_date": "2021-09-22", - "source:date": "2023-07-29" + "start_date": "2021-09-22" } }, { @@ -1417,6 +1362,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "Izivia", "owner:ref:FR:SIREN": "200056232", "email": "sav@izivia.com", @@ -1429,9 +1375,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", - "start_date": "2019-12-17", - "source:date": "2023-07-29" + "start_date": "2019-12-17" } }, { @@ -1444,6 +1388,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "Izivia", "owner:ref:FR:SIREN": "200056232", "email": "sav@izivia.com", @@ -1456,9 +1401,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", - "start_date": "2019-11-27", - "source:date": "2023-07-29" + "start_date": "2019-11-27" } }, { @@ -1471,6 +1414,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "Izivia", "owner:ref:FR:SIREN": "200056232", "email": "sav@izivia.com", @@ -1483,9 +1427,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", - "start_date": "2019-11-27", - "source:date": "2023-07-29" + "start_date": "2019-11-27" } }, { @@ -1498,6 +1440,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "Izivia", "owner:ref:FR:SIREN": "200056232", "email": "sav@izivia.com", @@ -1510,9 +1453,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", - "start_date": "2019-12-05", - "source:date": "2023-07-29" + "start_date": "2019-12-05" } }, { @@ -1525,6 +1466,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "Izivia", "owner:ref:FR:SIREN": "200056232", "email": "sav@izivia.com", @@ -1537,9 +1479,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", - "start_date": "2019-12-05", - "source:date": "2023-07-29" + "start_date": "2019-12-05" } }, { @@ -1552,6 +1492,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "Izivia", "owner:ref:FR:SIREN": "200056232", "email": "sav@izivia.com", @@ -1564,9 +1505,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", - "start_date": "2019-12-05", - "source:date": "2023-07-29" + "start_date": "2019-12-05" } }, { @@ -1579,6 +1518,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "Izivia", "owner:ref:FR:SIREN": "200056232", "email": "sav@izivia.com", @@ -1591,9 +1531,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", - "start_date": "2019-12-05", - "source:date": "2023-07-29" + "start_date": "2019-12-05" } }, { @@ -1606,6 +1544,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "Izivia", "owner:ref:FR:SIREN": "200056232", "email": "sav@izivia.com", @@ -1618,9 +1557,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", - "start_date": "2019-11-27", - "source:date": "2023-07-29" + "start_date": "2019-11-27" } }, { @@ -1633,6 +1570,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "Izivia", "owner:ref:FR:SIREN": "200056232", "email": "sav@izivia.com", @@ -1645,9 +1583,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", - "start_date": "2019-11-27", - "source:date": "2023-07-29" + "start_date": "2019-11-27" } }, { @@ -1660,6 +1596,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "Izivia", "owner:ref:FR:SIREN": "200056232", "email": "sav@izivia.com", @@ -1672,9 +1609,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", - "start_date": "2019-12-17", - "source:date": "2023-07-29" + "start_date": "2019-12-17" } }, { @@ -1687,6 +1622,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "Izivia", "owner:ref:FR:SIREN": "200056232", "email": "sav@izivia.com", @@ -1699,9 +1635,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", - "start_date": "2020-07-06", - "source:date": "2023-07-29" + "start_date": "2020-07-06" } }, { @@ -1714,6 +1648,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "Izivia", "owner:ref:FR:SIREN": "200056232", "email": "sav@izivia.com", @@ -1726,9 +1661,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", - "start_date": "2019-12-05", - "source:date": "2023-07-29" + "start_date": "2019-12-05" } }, { @@ -1741,6 +1674,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "Izivia", "owner:ref:FR:SIREN": "200056232", "email": "sav@izivia.com", @@ -1753,9 +1687,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", - "start_date": "2020-03-26", - "source:date": "2023-07-29" + "start_date": "2020-03-26" } }, { @@ -1768,6 +1700,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "Izivia", "owner:ref:FR:SIREN": "200056232", "email": "sav@izivia.com", @@ -1780,9 +1713,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", - "start_date": "2020-03-26", - "source:date": "2023-07-29" + "start_date": "2020-03-26" } }, { @@ -1795,6 +1726,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "Izivia", "owner:ref:FR:SIREN": "200056232", "email": "sav@izivia.com", @@ -1807,9 +1739,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", - "start_date": "2019-11-28", - "source:date": "2023-07-29" + "start_date": "2019-11-28" } }, { @@ -1822,6 +1752,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "Izivia", "owner:ref:FR:SIREN": "200056232", "email": "sav@izivia.com", @@ -1834,9 +1765,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", - "start_date": "2019-11-28", - "source:date": "2023-07-29" + "start_date": "2019-11-28" } }, { @@ -1849,6 +1778,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "Izivia", "owner:ref:FR:SIREN": "200056232", "email": "sav@izivia.com", @@ -1861,9 +1791,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", - "start_date": "2019-11-28", - "source:date": "2023-07-29" + "start_date": "2019-11-28" } }, { @@ -1876,6 +1804,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "Izivia", "owner:ref:FR:SIREN": "200056232", "email": "sav@izivia.com", @@ -1888,9 +1817,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", - "start_date": "2019-12-05", - "source:date": "2023-07-29" + "start_date": "2019-12-05" } }, { @@ -1903,6 +1830,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "Izivia", "owner:ref:FR:SIREN": "200056232", "email": "sav@izivia.com", @@ -1915,9 +1843,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", - "start_date": "2019-12-05", - "source:date": "2023-07-29" + "start_date": "2019-12-05" } }, { @@ -1930,6 +1856,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "Izivia", "owner:ref:FR:SIREN": "200056232", "email": "sav@izivia.com", @@ -1942,9 +1869,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", - "start_date": "2019-11-26", - "source:date": "2023-07-29" + "start_date": "2019-11-26" } }, { @@ -1957,6 +1882,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "Izivia", "owner:ref:FR:SIREN": "200056232", "email": "sav@izivia.com", @@ -1969,9 +1895,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", - "start_date": "2019-11-26", - "source:date": "2023-07-29" + "start_date": "2019-11-26" } }, { @@ -1984,6 +1908,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "Izivia", "owner:ref:FR:SIREN": "200056232", "email": "sav@izivia.com", @@ -1996,9 +1921,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", - "start_date": "2019-12-05", - "source:date": "2023-07-29" + "start_date": "2019-12-05" } }, { @@ -2011,6 +1934,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "Izivia", "owner:ref:FR:SIREN": "200056232", "email": "sav@izivia.com", @@ -2023,9 +1947,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", - "start_date": "2020-07-06", - "source:date": "2023-07-29" + "start_date": "2020-07-06" } }, { @@ -2038,6 +1960,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "Izivia", "owner:ref:FR:SIREN": "200056232", "email": "sav@izivia.com", @@ -2050,9 +1973,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", - "start_date": "2019-11-27", - "source:date": "2023-07-29" + "start_date": "2019-11-27" } }, { @@ -2065,6 +1986,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "Izivia", "owner:ref:FR:SIREN": "200056232", "email": "sav@izivia.com", @@ -2077,9 +1999,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", - "start_date": "2019-11-27", - "source:date": "2023-07-29" + "start_date": "2019-11-27" } }, { @@ -2092,6 +2012,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "Izivia", "owner:ref:FR:SIREN": "200056232", "email": "sav@izivia.com", @@ -2104,9 +2025,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", - "start_date": "2019-11-27", - "source:date": "2023-07-29" + "start_date": "2019-11-27" } }, { @@ -2119,6 +2038,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "Izivia", "owner:ref:FR:SIREN": "200056232", "email": "sav@izivia.com", @@ -2131,9 +2051,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", - "start_date": "2020-02-12", - "source:date": "2023-07-29" + "start_date": "2020-02-12" } }, { @@ -2146,6 +2064,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "Izivia", "owner:ref:FR:SIREN": "200056232", "email": "sav@izivia.com", @@ -2158,9 +2077,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", - "start_date": "2020-01-27", - "source:date": "2023-07-29" + "start_date": "2020-01-27" } }, { @@ -2173,6 +2090,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "Izivia", "owner:ref:FR:SIREN": "200056232", "email": "sav@izivia.com", @@ -2185,9 +2103,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", - "start_date": "2020-01-27", - "source:date": "2023-07-29" + "start_date": "2020-01-27" } }, { @@ -2200,6 +2116,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "Izivia", "owner:ref:FR:SIREN": "200056232", "email": "sav@izivia.com", @@ -2212,9 +2129,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", - "start_date": "2019-12-27", - "source:date": "2023-07-29" + "start_date": "2019-12-27" } }, { @@ -2227,6 +2142,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "Izivia", "owner:ref:FR:SIREN": "200056232", "email": "sav@izivia.com", @@ -2239,9 +2155,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", - "start_date": "2019-12-23", - "source:date": "2023-07-29" + "start_date": "2019-12-23" } }, { @@ -2254,6 +2168,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "Izivia", "owner:ref:FR:SIREN": "200056232", "email": "sav@izivia.com", @@ -2266,9 +2181,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", - "start_date": "2019-11-27", - "source:date": "2023-07-29" + "start_date": "2019-11-27" } }, { @@ -2281,6 +2194,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "Izivia", "owner:ref:FR:SIREN": "200056232", "email": "sav@izivia.com", @@ -2293,9 +2207,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", - "start_date": "2019-11-27", - "source:date": "2023-07-29" + "start_date": "2019-11-27" } }, { @@ -2308,6 +2220,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "Izivia", "owner:ref:FR:SIREN": "200056232", "email": "sav@izivia.com", @@ -2320,9 +2233,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", - "start_date": "2019-12-17", - "source:date": "2023-07-29" + "start_date": "2019-12-17" } }, { @@ -2335,6 +2246,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "Izivia", "owner:ref:FR:SIREN": "200056232", "email": "sav@izivia.com", @@ -2347,9 +2259,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", - "start_date": "2019-12-17", - "source:date": "2023-07-29" + "start_date": "2019-12-17" } }, { @@ -2362,6 +2272,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "Izivia", "owner:ref:FR:SIREN": "200056232", "email": "sav@izivia.com", @@ -2374,9 +2285,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", - "start_date": "2019-11-26", - "source:date": "2023-07-29" + "start_date": "2019-11-26" } }, { @@ -2389,6 +2298,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "Izivia", "owner:ref:FR:SIREN": "200056232", "email": "sav@izivia.com", @@ -2401,9 +2311,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", - "start_date": "2019-11-26", - "source:date": "2023-07-29" + "start_date": "2019-11-26" } }, { @@ -2416,6 +2324,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "Izivia", "owner:ref:FR:SIREN": "200056232", "email": "sav@izivia.com", @@ -2428,9 +2337,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", - "start_date": "2020-02-12", - "source:date": "2023-07-29" + "start_date": "2020-02-12" } }, { @@ -2443,6 +2350,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "Izivia", "owner:ref:FR:SIREN": "200056232", "email": "sav@izivia.com", @@ -2455,9 +2363,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", - "start_date": "2019-11-27", - "source:date": "2023-07-29" + "start_date": "2019-11-27" } }, { @@ -2470,6 +2376,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "Izivia", "owner:ref:FR:SIREN": "200056232", "email": "sav@izivia.com", @@ -2482,9 +2389,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", - "start_date": "2020-02-12", - "source:date": "2023-07-29" + "start_date": "2020-02-12" } }, { @@ -2497,6 +2402,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "Izivia", "owner:ref:FR:SIREN": "200056232", "email": "sav@izivia.com", @@ -2509,9 +2415,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", - "start_date": "2020-01-14", - "source:date": "2023-07-29" + "start_date": "2020-01-14" } }, { @@ -2524,6 +2428,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "Izivia", "owner:ref:FR:SIREN": "200056232", "email": "sav@izivia.com", @@ -2536,9 +2441,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", - "start_date": "2020-03-26", - "source:date": "2023-07-29" + "start_date": "2020-03-26" } }, { @@ -2551,6 +2454,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "Izivia", "owner:ref:FR:SIREN": "200056232", "email": "sav@izivia.com", @@ -2563,9 +2467,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", - "start_date": "2020-03-26", - "source:date": "2023-07-29" + "start_date": "2020-03-26" } }, { @@ -2578,6 +2480,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "Izivia", "owner:ref:FR:SIREN": "200056232", "email": "sav@izivia.com", @@ -2590,9 +2493,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", - "start_date": "2020-02-19", - "source:date": "2023-07-29" + "start_date": "2020-02-19" } }, { @@ -2605,6 +2506,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "Izivia", "owner:ref:FR:SIREN": "200056232", "email": "sav@izivia.com", @@ -2617,9 +2519,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", - "start_date": "2020-02-19", - "source:date": "2023-07-29" + "start_date": "2020-02-19" } }, { @@ -2632,6 +2532,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "Izivia", "owner:ref:FR:SIREN": "200056232", "email": "sav@izivia.com", @@ -2644,9 +2545,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", - "start_date": "2019-11-27", - "source:date": "2023-07-29" + "start_date": "2019-11-27" } }, { @@ -2659,6 +2558,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "Izivia", "owner:ref:FR:SIREN": "200056232", "email": "sav@izivia.com", @@ -2671,9 +2571,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", - "start_date": "2019-11-27", - "source:date": "2023-07-29" + "start_date": "2019-11-27" } }, { @@ -2686,6 +2584,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "Izivia", "owner:ref:FR:SIREN": "200056232", "email": "sav@izivia.com", @@ -2698,9 +2597,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", - "start_date": "2019-11-28", - "source:date": "2023-07-29" + "start_date": "2019-11-28" } }, { @@ -2713,6 +2610,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "Izivia", "owner:ref:FR:SIREN": "200056232", "email": "sav@izivia.com", @@ -2725,9 +2623,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", - "start_date": "2020-11-13", - "source:date": "2023-07-29" + "start_date": "2020-11-13" } }, { @@ -2740,6 +2636,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "Izivia", "owner:ref:FR:SIREN": "200056232", "email": "sav@izivia.com", @@ -2752,9 +2649,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", - "start_date": "2020-02-12", - "source:date": "2023-07-29" + "start_date": "2020-02-12" } }, { @@ -2767,6 +2662,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "Izivia", "owner:ref:FR:SIREN": "200056232", "email": "sav@izivia.com", @@ -2779,9 +2675,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", - "start_date": "2019-12-05", - "source:date": "2023-07-29" + "start_date": "2019-12-05" } }, { @@ -2794,6 +2688,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "Izivia", "owner:ref:FR:SIREN": "200056232", "email": "sav@izivia.com", @@ -2806,9 +2701,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", - "start_date": "2020-10-08", - "source:date": "2023-07-29" + "start_date": "2020-10-08" } }, { @@ -2821,6 +2714,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "Izivia", "owner:ref:FR:SIREN": "200056232", "email": "sav@izivia.com", @@ -2833,9 +2727,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", - "start_date": "2021-06-01", - "source:date": "2023-07-29" + "start_date": "2021-06-01" } }, { @@ -2848,6 +2740,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "Izivia", "owner:ref:FR:SIREN": "200056232", "email": "sav@izivia.com", @@ -2860,9 +2753,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", - "start_date": "2021-06-01", - "source:date": "2023-07-29" + "start_date": "2021-06-01" } }, { @@ -2875,6 +2766,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "Izivia", "owner:ref:FR:SIREN": "200056232", "email": "sav@izivia.com", @@ -2887,9 +2779,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", - "start_date": "2021-06-01", - "source:date": "2023-07-29" + "start_date": "2021-06-01" } }, { @@ -2902,6 +2792,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "Izivia", "owner:ref:FR:SIREN": "200056232", "email": "sav@izivia.com", @@ -2914,9 +2805,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", - "start_date": "2021-06-01", - "source:date": "2023-07-29" + "start_date": "2021-06-01" } }, { @@ -2929,6 +2818,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "Izivia", "owner:ref:FR:SIREN": "200056232", "email": "sav@izivia.com", @@ -2941,9 +2831,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", - "start_date": "2021-06-25", - "source:date": "2023-07-29" + "start_date": "2021-06-25" } }, { @@ -2956,6 +2844,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "Izivia", "owner:ref:FR:SIREN": "200056232", "email": "sav@izivia.com", @@ -2968,9 +2857,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", - "start_date": "2021-06-25", - "source:date": "2023-07-29" + "start_date": "2021-06-25" } }, { @@ -2983,6 +2870,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "Izivia", "owner:ref:FR:SIREN": "200056232", "email": "sav@izivia.com", @@ -2995,9 +2883,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", - "start_date": "2022-11-16", - "source:date": "2023-07-29" + "start_date": "2022-11-16" } }, { @@ -3010,6 +2896,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "Izivia", "owner:ref:FR:SIREN": "200056232", "email": "sav@izivia.com", @@ -3022,9 +2909,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", - "start_date": "2022-11-16", - "source:date": "2023-07-29" + "start_date": "2022-11-16" } }, { @@ -3037,6 +2922,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "Izivia", "owner:ref:FR:SIREN": "200056232", "email": "sav@izivia.com", @@ -3049,9 +2935,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", - "start_date": "2022-09-30", - "source:date": "2023-07-29" + "start_date": "2022-09-30" } }, { @@ -3064,6 +2948,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "Izivia", "owner:ref:FR:SIREN": "200056232", "email": "sav@izivia.com", @@ -3076,9 +2961,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", - "start_date": "2022-09-30", - "source:date": "2023-07-29" + "start_date": "2022-09-30" } }, { @@ -3091,6 +2974,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "Izivia", "owner:ref:FR:SIREN": "200056232", "email": "sav@izivia.com", @@ -3103,9 +2987,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", - "start_date": "2022-09-30", - "source:date": "2023-07-29" + "start_date": "2022-09-30" } }, { @@ -3118,6 +3000,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "Izivia", "owner:ref:FR:SIREN": "200056232", "email": "sav@izivia.com", @@ -3130,9 +3013,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", - "start_date": "2019-11-26", - "source:date": "2023-07-29" + "start_date": "2019-11-26" } }, { @@ -3145,6 +3026,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "Izivia", "owner:ref:FR:SIREN": "200056232", "email": "sav@izivia.com", @@ -3157,9 +3039,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", - "start_date": "2020-02-11", - "source:date": "2023-07-29" + "start_date": "2020-02-11" } }, { @@ -3172,6 +3052,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "Izivia", "owner:ref:FR:SIREN": "200056232", "email": "sav@izivia.com", @@ -3184,9 +3065,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", - "start_date": "2020-02-11", - "source:date": "2023-07-29" + "start_date": "2020-02-11" } }, { @@ -3199,6 +3078,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "Izivia", "owner:ref:FR:SIREN": "200056232", "email": "sav@izivia.com", @@ -3211,9 +3091,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", - "start_date": "2019-11-28", - "source:date": "2023-07-29" + "start_date": "2019-11-28" } }, { @@ -3226,6 +3104,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "Izivia", "owner:ref:FR:SIREN": "200056232", "email": "sav@izivia.com", @@ -3238,9 +3117,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", - "start_date": "2019-11-28", - "source:date": "2023-07-29" + "start_date": "2019-11-28" } }, { @@ -3253,6 +3130,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "Izivia", "owner:ref:FR:SIREN": "200056232", "email": "sav@izivia.com", @@ -3265,9 +3143,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", - "start_date": "2019-12-12", - "source:date": "2023-07-29" + "start_date": "2019-12-12" } }, { @@ -3280,6 +3156,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "Izivia", "owner:ref:FR:SIREN": "200056232", "email": "sav@izivia.com", @@ -3292,9 +3169,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", - "start_date": "2019-12-12", - "source:date": "2023-07-29" + "start_date": "2019-12-12" } }, { @@ -3307,6 +3182,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "Izivia", "owner:ref:FR:SIREN": "200056232", "email": "sav@izivia.com", @@ -3319,9 +3195,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", - "start_date": "2019-11-27", - "source:date": "2023-07-29" + "start_date": "2019-11-27" } }, { @@ -3334,6 +3208,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "Izivia", "owner:ref:FR:SIREN": "200056232", "email": "sav@izivia.com", @@ -3346,9 +3221,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", - "start_date": "2019-11-27", - "source:date": "2023-07-29" + "start_date": "2019-11-27" } }, { @@ -3361,6 +3234,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "Izivia", "owner:ref:FR:SIREN": "200056232", "email": "sav@izivia.com", @@ -3373,9 +3247,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", - "start_date": "2020-10-08", - "source:date": "2023-07-29" + "start_date": "2020-10-08" } }, { @@ -3388,6 +3260,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "Izivia", "owner:ref:FR:SIREN": "200056232", "email": "sav@izivia.com", @@ -3400,9 +3273,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", - "start_date": "2020-10-08", - "source:date": "2023-07-29" + "start_date": "2020-10-08" } }, { @@ -3415,6 +3286,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "Izivia", "owner:ref:FR:SIREN": "200056232", "email": "sav@izivia.com", @@ -3427,9 +3299,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", - "start_date": "2020-04-02", - "source:date": "2023-07-29" + "start_date": "2020-04-02" } }, { @@ -3442,6 +3312,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "Izivia", "owner:ref:FR:SIREN": "200056232", "email": "sav@izivia.com", @@ -3454,9 +3325,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", - "start_date": "2020-11-13", - "source:date": "2023-07-29" + "start_date": "2020-11-13" } }, { @@ -3469,6 +3338,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "Izivia", "owner:ref:FR:SIREN": "200056232", "email": "sav@izivia.com", @@ -3481,9 +3351,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", - "start_date": "2019-12-05", - "source:date": "2023-07-29" + "start_date": "2019-12-05" } }, { @@ -3496,6 +3364,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "Izivia", "owner:ref:FR:SIREN": "200056232", "email": "sav@izivia.com", @@ -3508,9 +3377,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", - "start_date": "2020-01-06", - "source:date": "2023-07-29" + "start_date": "2020-01-06" } }, { @@ -3523,6 +3390,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "Izivia", "owner:ref:FR:SIREN": "200056232", "email": "sav@izivia.com", @@ -3535,9 +3403,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", - "start_date": "2020-01-06", - "source:date": "2023-07-29" + "start_date": "2020-01-06" } }, { @@ -3550,6 +3416,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "Izivia", "owner:ref:FR:SIREN": "200056232", "email": "sav@izivia.com", @@ -3562,9 +3429,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", - "start_date": "2020-03-12", - "source:date": "2023-07-29" + "start_date": "2020-03-12" } }, { @@ -3577,6 +3442,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "Izivia", "owner:ref:FR:SIREN": "200056232", "email": "sav@izivia.com", @@ -3589,9 +3455,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", - "start_date": "2020-03-12", - "source:date": "2023-07-29" + "start_date": "2020-03-12" } }, { @@ -3604,6 +3468,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "Izivia", "owner:ref:FR:SIREN": "200056232", "email": "sav@izivia.com", @@ -3616,9 +3481,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", - "start_date": "2020-03-26", - "source:date": "2023-07-29" + "start_date": "2020-03-26" } }, { @@ -3631,6 +3494,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "Izivia", "owner:ref:FR:SIREN": "200056232", "email": "sav@izivia.com", @@ -3643,9 +3507,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", - "start_date": "2020-03-26", - "source:date": "2023-07-29" + "start_date": "2020-03-26" } }, { @@ -3658,6 +3520,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "Izivia", "owner:ref:FR:SIREN": "200056232", "email": "sav@izivia.com", @@ -3670,9 +3533,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", - "start_date": "2020-02-12", - "source:date": "2023-07-29" + "start_date": "2020-02-12" } }, { @@ -3685,6 +3546,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "Izivia", "owner:ref:FR:SIREN": "200056232", "email": "sav@izivia.com", @@ -3697,9 +3559,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", - "start_date": "2020-02-10", - "source:date": "2023-07-29" + "start_date": "2020-02-10" } }, { @@ -3712,6 +3572,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "Izivia", "owner:ref:FR:SIREN": "200056232", "email": "sav@izivia.com", @@ -3724,9 +3585,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", - "start_date": "2020-05-19", - "source:date": "2023-07-29" + "start_date": "2020-05-19" } }, { @@ -3739,6 +3598,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "Izivia", "owner:ref:FR:SIREN": "200056232", "email": "sav@izivia.com", @@ -3751,9 +3611,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", - "start_date": "2020-04-02", - "source:date": "2023-07-29" + "start_date": "2020-04-02" } }, { @@ -3766,6 +3624,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "Izivia", "owner:ref:FR:SIREN": "200056232", "email": "sav@izivia.com", @@ -3778,9 +3637,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", - "start_date": "2020-05-19", - "source:date": "2023-07-29" + "start_date": "2020-05-19" } }, { @@ -3793,6 +3650,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "Izivia", "owner:ref:FR:SIREN": "200056232", "email": "sav@izivia.com", @@ -3805,9 +3663,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", - "start_date": "2020-08-03", - "source:date": "2023-07-29" + "start_date": "2020-08-03" } }, { @@ -3820,6 +3676,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "Izivia", "owner:ref:FR:SIREN": "200056232", "email": "sav@izivia.com", @@ -3832,9 +3689,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", - "start_date": "2020-08-03", - "source:date": "2023-07-29" + "start_date": "2020-08-03" } }, { @@ -3847,6 +3702,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "Izivia", "owner:ref:FR:SIREN": "200056232", "email": "sav@izivia.com", @@ -3859,9 +3715,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", - "start_date": "2020-04-02", - "source:date": "2023-07-29" + "start_date": "2020-04-02" } }, { @@ -3874,6 +3728,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "Izivia", "owner:ref:FR:SIREN": "200056232", "email": "sav@izivia.com", @@ -3886,9 +3741,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", - "start_date": "2020-04-02", - "source:date": "2023-07-29" + "start_date": "2020-04-02" } }, { @@ -3901,6 +3754,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "Izivia", "owner:ref:FR:SIREN": "200056232", "email": "sav@izivia.com", @@ -3913,9 +3767,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", - "start_date": "2020-09-02", - "source:date": "2023-07-29" + "start_date": "2020-09-02" } }, { @@ -3928,6 +3780,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "Izivia", "owner:ref:FR:SIREN": "200056232", "email": "sav@izivia.com", @@ -3940,9 +3793,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", - "start_date": "2020-09-02", - "source:date": "2023-07-29" + "start_date": "2020-09-02" } }, { @@ -3955,6 +3806,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "Izivia", "owner:ref:FR:SIREN": "200056232", "email": "sav@izivia.com", @@ -3967,9 +3819,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", - "start_date": "2020-09-01", - "source:date": "2023-07-29" + "start_date": "2020-09-01" } }, { @@ -3982,6 +3832,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "Izivia", "owner:ref:FR:SIREN": "200056232", "email": "sav@izivia.com", @@ -3994,9 +3845,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", - "start_date": "2020-09-01", - "source:date": "2023-07-29" + "start_date": "2020-09-01" } }, { @@ -4009,6 +3858,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "Izivia", "owner:ref:FR:SIREN": "200056232", "email": "sav@izivia.com", @@ -4021,9 +3871,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", - "start_date": "2020-10-08", - "source:date": "2023-07-29" + "start_date": "2020-10-08" } }, { @@ -4036,6 +3884,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "Izivia", "owner:ref:FR:SIREN": "200056232", "email": "sav@izivia.com", @@ -4048,9 +3897,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", - "start_date": "2020-02-12", - "source:date": "2023-07-29" + "start_date": "2020-02-12" } }, { @@ -4063,6 +3910,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "Izivia", "owner:ref:FR:SIREN": "200056232", "email": "sav@izivia.com", @@ -4075,9 +3923,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", - "start_date": "2019-11-26", - "source:date": "2023-07-29" + "start_date": "2019-11-26" } }, { @@ -4090,6 +3936,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "Izivia", "owner:ref:FR:SIREN": "682024096", "email": "sav@izivia.com", @@ -4102,9 +3949,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", - "start_date": "2021-06-17", - "source:date": "2023-07-29" + "start_date": "2021-06-17" } }, { @@ -4117,6 +3962,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "Izivia", "owner:ref:FR:SIREN": "682024096", "email": "sav@izivia.com", @@ -4129,9 +3975,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", - "start_date": "2021-06-17", - "source:date": "2023-07-29" + "start_date": "2021-06-17" } }, { @@ -4144,6 +3988,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "Izivia", "owner:ref:FR:SIREN": "682024096", "email": "sav@izivia.com", @@ -4156,9 +4001,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", - "start_date": "2021-06-17", - "source:date": "2023-07-29" + "start_date": "2021-06-17" } }, { @@ -4171,6 +4014,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "Izivia", "owner:ref:FR:SIREN": "682024096", "email": "sav@izivia.com", @@ -4183,9 +4027,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", - "start_date": "2021-06-17", - "source:date": "2023-07-29" + "start_date": "2021-06-17" } }, { @@ -4198,6 +4040,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "Freshmile SAS", "email": "web@freshmile.com", "phone": "0369246732", @@ -4209,9 +4052,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", "start_date": "2022-03-25", - "source:date": "2023-04-12", "socket:type2_cable": "false" } }, @@ -4225,6 +4066,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "Freshmile SAS", "email": "web@freshmile.com", "phone": "0369246732", @@ -4236,9 +4078,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", "start_date": "2022-03-17", - "source:date": "2023-05-26", "socket:type2_cable": "false" } }, @@ -4252,6 +4092,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "Freshmile SAS", "email": "web@freshmile.com", "phone": "0369246732", @@ -4263,9 +4104,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", "start_date": "2022-09-08", - "source:date": "2023-05-23", "socket:type2_cable": "false" } }, @@ -4279,6 +4118,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "Freshmile SAS", "email": "web@freshmile.com", "phone": "0369246732", @@ -4290,9 +4130,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", "start_date": "2022-09-08", - "source:date": "2023-07-12", "socket:type2_cable": "false" } }, @@ -4306,6 +4144,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "Freshmile SAS", "email": "web@freshmile.com", "phone": "0369246732", @@ -4317,9 +4156,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", "start_date": "2022-09-08", - "source:date": "2023-05-23", "socket:type2_cable": "false" } }, @@ -4333,6 +4170,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "Freshmile SAS", "email": "web@freshmile.com", "phone": "0369246732", @@ -4344,9 +4182,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", "start_date": "2022-09-08", - "source:date": "2023-07-27", "socket:type2_cable": "false" } }, @@ -4360,6 +4196,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "Freshmile SAS", "email": "web@freshmile.com", "phone": "0369246732", @@ -4371,9 +4208,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", "start_date": "2021-09-07", - "source:date": "2023-07-28", "socket:type2_cable": "false" } }, @@ -4387,6 +4222,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "Freshmile SAS", "email": "web@freshmile.com", "phone": "0369246732", @@ -4398,9 +4234,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", "start_date": "2021-09-07", - "source:date": "2023-07-28", "socket:type2_cable": "false" } }, @@ -4414,6 +4248,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "Freshmile SAS", "email": "web@freshmile.com", "phone": "0369246732", @@ -4425,9 +4260,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", "start_date": "2021-09-07", - "source:date": "2023-07-27", "socket:type2_cable": "false" } }, @@ -4441,6 +4274,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "Freshmile SAS", "email": "web@freshmile.com", "phone": "0369246732", @@ -4452,9 +4286,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", "start_date": "2021-09-07", - "source:date": "2023-07-28", "socket:type2_cable": "false" } }, @@ -4468,6 +4300,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "Freshmile SAS", "email": "web@freshmile.com", "phone": "0369246732", @@ -4478,9 +4311,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", "start_date": "2022-08-08", - "source:date": "2023-07-27", "socket:type2_cable": "false" } }, @@ -4494,6 +4325,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "Freshmile SAS", "email": "web@freshmile.com", "phone": "0369246732", @@ -4504,9 +4336,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", "start_date": "2022-08-08", - "source:date": "2023-07-27", "socket:type2_cable": "false" } }, @@ -4520,6 +4350,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "Freshmile SAS", "email": "web@freshmile.com", "phone": "0369246732", @@ -4531,9 +4362,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", "start_date": "2021-09-07", - "source:date": "2023-07-28", "socket:type2_cable": "false" } }, @@ -4547,6 +4376,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "Freshmile SAS", "email": "web@freshmile.com", "phone": "0369246732", @@ -4557,9 +4387,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", "start_date": "2022-08-08", - "source:date": "2023-07-27", "socket:type2_cable": "false" } }, @@ -4573,6 +4401,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "Freshmile SAS", "email": "web@freshmile.com", "phone": "0369246732", @@ -4585,9 +4414,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", "start_date": "2022-09-07", - "source:date": "2023-07-27", "socket:type2_cable": "false" } }, @@ -4601,6 +4428,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "Freshmile SAS", "email": "web@freshmile.com", "phone": "0369246732", @@ -4613,9 +4441,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", "start_date": "2022-09-07", - "source:date": "2023-07-27", "socket:type2_cable": "false" } }, @@ -4629,6 +4455,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "Freshmile SAS", "email": "web@freshmile.com", "phone": "0369246732", @@ -4640,9 +4467,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", "start_date": "2020-02-10", - "source:date": "2023-07-25", "socket:type2_cable": "false" } }, @@ -4656,6 +4481,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "Freshmile SAS", "email": "web@freshmile.com", "phone": "0369246732", @@ -4667,9 +4493,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", "start_date": "2020-02-10", - "source:date": "2023-07-25", "socket:type2_cable": "false" } }, @@ -4683,6 +4507,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "Freshmile SAS", "email": "web@freshmile.com", "phone": "0369246732", @@ -4693,9 +4518,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", "start_date": "2022-09-13", - "source:date": "2023-07-27", "socket:type2_cable": "false" } }, @@ -4709,6 +4532,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "Freshmile SAS", "email": "web@freshmile.com", "phone": "0369246732", @@ -4720,9 +4544,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", "start_date": "2023-01-11", - "source:date": "2023-07-28", "socket:type2_cable": "false" } }, @@ -4736,6 +4558,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "Freshmile SAS", "email": "web@freshmile.com", "phone": "0369246732", @@ -4746,9 +4569,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", "start_date": "2022-09-13", - "source:date": "2023-07-27", "socket:type2_cable": "false" } }, @@ -4762,6 +4583,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "Freshmile SAS", "email": "web@freshmile.com", "phone": "0369246732", @@ -4773,9 +4595,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", "start_date": "2023-01-11", - "source:date": "2023-07-28", "socket:type2_cable": "false" } }, @@ -4789,6 +4609,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "Freshmile SAS", "email": "web@freshmile.com", "phone": "0369246732", @@ -4800,9 +4621,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", "start_date": "2023-01-11", - "source:date": "2023-07-28", "socket:type2_cable": "false" } }, @@ -4816,6 +4635,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "Freshmile SAS", "email": "web@freshmile.com", "phone": "0369246732", @@ -4827,9 +4647,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", "start_date": "2023-01-11", - "source:date": "2023-07-28", "socket:type2_cable": "false" } }, @@ -4843,6 +4661,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "Freshmile SAS", "email": "web@freshmile.com", "phone": "0369246732", @@ -4854,9 +4673,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", "start_date": "2023-01-11", - "source:date": "2023-07-28", "socket:type2_cable": "false" } }, @@ -4870,6 +4687,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "Freshmile SAS", "email": "web@freshmile.com", "phone": "0369246732", @@ -4881,9 +4699,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", "start_date": "2023-01-11", - "source:date": "2023-07-28", "socket:type2_cable": "false" } }, @@ -4897,6 +4713,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "Freshmile SAS", "email": "web@freshmile.com", "phone": "0369246732", @@ -4908,9 +4725,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", "start_date": "2023-01-11", - "source:date": "2023-07-28", "socket:type2_cable": "false" } }, @@ -4924,6 +4739,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "Freshmile SAS", "email": "web@freshmile.com", "phone": "0369246732", @@ -4934,9 +4750,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", "start_date": "2022-09-13", - "source:date": "2023-07-21", "socket:type2_cable": "false" } }, @@ -4950,6 +4764,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "Freshmile SAS", "email": "web@freshmile.com", "phone": "0369246732", @@ -4961,9 +4776,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", "start_date": "2023-01-11", - "source:date": "2023-07-26", "socket:type2_cable": "false" } }, @@ -4977,6 +4790,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "Freshmile SAS", "email": "web@freshmile.com", "phone": "0369246732", @@ -4987,9 +4801,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", "start_date": "2022-09-13", - "source:date": "2023-07-18", "socket:type2_cable": "false" } }, @@ -5003,6 +4815,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "Freshmile SAS", "email": "web@freshmile.com", "phone": "0369246732", @@ -5013,9 +4826,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", "start_date": "2022-06-27", - "source:date": "2023-07-03", "socket:type2_cable": "false" } }, @@ -5029,6 +4840,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "Freshmile SAS", "email": "web@freshmile.com", "phone": "0369246732", @@ -5039,9 +4851,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", "start_date": "2022-06-27", - "source:date": "2023-07-03", "socket:type2_cable": "false" } }, @@ -5055,6 +4865,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "Freshmile SAS", "email": "web@freshmile.com", "phone": "0369246732", @@ -5066,9 +4877,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", "start_date": "2022-06-27", - "source:date": "2023-07-18", "socket:type2_cable": "false" } }, @@ -5082,6 +4891,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "Freshmile SAS", "email": "web@freshmile.com", "phone": "0369246732", @@ -5093,9 +4903,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", "start_date": "2022-06-27", - "source:date": "2023-07-18", "socket:type2_cable": "false" } }, @@ -5109,6 +4917,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "Freshmile SAS", "email": "web@freshmile.com", "phone": "0369246732", @@ -5120,9 +4929,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", "start_date": "2022-06-27", - "source:date": "2023-07-18", "socket:type2_cable": "false" } }, @@ -5136,6 +4943,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "Freshmile SAS", "email": "web@freshmile.com", "phone": "0369246732", @@ -5147,9 +4955,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", "start_date": "2022-06-27", - "source:date": "2023-07-18", "socket:type2_cable": "false" } }, @@ -5163,6 +4969,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "Freshmile SAS", "email": "web@freshmile.com", "phone": "0369246732", @@ -5174,9 +4981,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", "start_date": "2022-06-27", - "source:date": "2023-07-18", "socket:type2_cable": "false" } }, @@ -5190,6 +4995,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "Freshmile SAS", "email": "web@freshmile.com", "phone": "0369246732", @@ -5201,9 +5007,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", "start_date": "2022-06-27", - "source:date": "2023-07-18", "socket:type2_cable": "false" } }, @@ -5217,6 +5021,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "Freshmile SAS", "email": "web@freshmile.com", "phone": "0369246732", @@ -5228,9 +5033,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", "start_date": "2022-06-27", - "source:date": "2023-07-25", "socket:type2_cable": "false" } }, @@ -5244,6 +5047,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "Freshmile SAS", "email": "web@freshmile.com", "phone": "0369246732", @@ -5255,9 +5059,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", "start_date": "2022-06-27", - "source:date": "2023-07-18", "socket:type2_cable": "false" } }, @@ -5271,6 +5073,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "Freshmile SAS", "email": "web@freshmile.com", "phone": "0369246732", @@ -5282,9 +5085,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", "start_date": "2022-06-27", - "source:date": "2023-07-18", "socket:type2_cable": "false" } }, @@ -5298,6 +5099,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "Freshmile SAS", "email": "web@freshmile.com", "phone": "0369246732", @@ -5309,9 +5111,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", "start_date": "2022-04-13", - "source:date": "2023-03-02", "socket:type2_cable": "false" } }, @@ -5325,6 +5125,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "Freshmile SAS", "email": "web@freshmile.com", "phone": "0369246732", @@ -5336,9 +5137,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", "start_date": "2022-04-13", - "source:date": "2023-03-02", "socket:type2_cable": "false" } }, @@ -5352,6 +5151,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "Freshmile SAS", "email": "web@freshmile.com", "phone": "0369246732", @@ -5363,9 +5163,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", "start_date": "2022-04-13", - "source:date": "2023-03-02", "socket:type2_cable": "false" } }, @@ -5379,6 +5177,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "Freshmile SAS", "email": "web@freshmile.com", "phone": "0369246732", @@ -5390,9 +5189,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", "start_date": "2022-04-13", - "source:date": "2023-03-02", "socket:type2_cable": "false" } }, @@ -5406,6 +5203,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "Freshmile SAS", "email": "web@freshmile.com", "phone": "0369246732", @@ -5417,9 +5215,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", "start_date": "2022-06-27", - "source:date": "2023-07-18", "socket:type2_cable": "false" } }, @@ -5433,6 +5229,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "Freshmile SAS", "email": "web@freshmile.com", "phone": "0369246732", @@ -5443,9 +5240,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", "start_date": "2023-06-15", - "source:date": "2023-07-27", "socket:type2_cable": "false" } }, @@ -5459,6 +5254,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "Freshmile SAS", "email": "web@freshmile.com", "phone": "0369246732", @@ -5469,9 +5265,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", "start_date": "2023-06-15", - "source:date": "2023-07-27", "socket:type2_cable": "false" } }, @@ -5485,6 +5279,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "Freshmile SAS", "email": "web@freshmile.com", "phone": "0369246732", @@ -5495,9 +5290,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", "start_date": "2023-06-15", - "source:date": "2023-07-27", "socket:type2_cable": "false" } }, @@ -5511,6 +5304,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "Freshmile SAS", "email": "web@freshmile.com", "phone": "0369246732", @@ -5521,9 +5315,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", "start_date": "2023-06-15", - "source:date": "2023-07-27", "socket:type2_cable": "false" } }, @@ -5537,6 +5329,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "Freshmile SAS", "email": "web@freshmile.com", "phone": "0369246732", @@ -5547,9 +5340,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", "start_date": "2023-06-15", - "source:date": "2023-07-27", "socket:type2_cable": "false" } }, @@ -5563,6 +5354,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "Freshmile SAS", "email": "web@freshmile.com", "phone": "0369246732", @@ -5573,9 +5365,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", "start_date": "2023-06-15", - "source:date": "2023-07-27", "socket:type2_cable": "false" } }, @@ -5589,6 +5379,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "Freshmile SAS", "email": "web@freshmile.com", "phone": "0369246732", @@ -5599,9 +5390,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", "start_date": "2023-06-15", - "source:date": "2023-07-27", "socket:type2_cable": "false" } }, @@ -5615,6 +5404,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "Freshmile SAS", "email": "web@freshmile.com", "phone": "0369246732", @@ -5625,9 +5415,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", "start_date": "2023-06-15", - "source:date": "2023-07-27", "socket:type2_cable": "false" } }, @@ -5641,6 +5429,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "Freshmile SAS", "email": "web@freshmile.com", "phone": "0369246732", @@ -5651,9 +5440,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", "start_date": "2023-06-15", - "source:date": "2023-07-27", "socket:type2_cable": "false" } }, @@ -5667,6 +5454,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "Freshmile SAS", "email": "web@freshmile.com", "phone": "0369246732", @@ -5677,9 +5465,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", "start_date": "2023-01-16", - "source:date": "2023-07-17", "socket:type2_cable": "false" } }, @@ -5693,6 +5479,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "Freshmile SAS", "email": "web@freshmile.com", "phone": "0369246732", @@ -5703,9 +5490,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", "start_date": "2023-01-16", - "source:date": "2023-07-21", "socket:type2_cable": "false" } }, @@ -5719,6 +5504,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "Freshmile SAS", "email": "web@freshmile.com", "phone": "0369246732", @@ -5730,9 +5516,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", "start_date": "2023-02-13", - "source:date": "2023-06-29", "socket:type2_cable": "false" } }, @@ -5746,6 +5530,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "Freshmile SAS", "email": "web@freshmile.com", "phone": "0369246732", @@ -5756,9 +5541,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", "start_date": "2023-02-13", - "source:date": "2023-07-20", "socket:type2_cable": "false" } }, @@ -5772,6 +5555,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "Freshmile SAS", "email": "web@freshmile.com", "phone": "0369246732", @@ -5782,9 +5566,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", "start_date": "2023-02-13", - "source:date": "2023-07-19", "socket:type2_cable": "false" } }, @@ -5798,6 +5580,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "Freshmile SAS", "email": "web@freshmile.com", "phone": "0369246732", @@ -5808,9 +5591,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", "start_date": "2023-02-13", - "source:date": "2023-07-12", "socket:type2_cable": "false" } }, @@ -5824,6 +5605,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "Freshmile SAS", "email": "web@freshmile.com", "phone": "0369246732", @@ -5834,9 +5616,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", "start_date": "2023-02-13", - "source:date": "2023-07-25", "socket:type2_cable": "false" } }, @@ -5850,6 +5630,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "Freshmile SAS", "email": "web@freshmile.com", "phone": "0369246732", @@ -5860,9 +5641,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", "start_date": "2023-02-13", - "source:date": "2023-07-27", "socket:type2_cable": "false" } }, @@ -5876,6 +5655,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "Freshmile SAS", "email": "web@freshmile.com", "phone": "0369246732", @@ -5886,9 +5666,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", "start_date": "2023-02-13", - "source:date": "2023-07-24", "socket:type2_cable": "false" } }, @@ -5902,6 +5680,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "Freshmile SAS", "email": "web@freshmile.com", "phone": "0369246732", @@ -5912,9 +5691,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", "start_date": "2023-02-13", - "source:date": "2023-07-28", "socket:type2_cable": "false" } }, @@ -5928,6 +5705,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "Freshmile SAS", "email": "web@freshmile.com", "phone": "0369246732", @@ -5939,9 +5717,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", "start_date": "2023-02-13", - "source:date": "2023-07-13", "socket:type2_cable": "false" } }, @@ -5955,6 +5731,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "Freshmile SAS", "email": "web@freshmile.com", "phone": "0369246732", @@ -5965,9 +5742,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", "start_date": "2023-02-13", - "source:date": "2023-07-03", "socket:type2_cable": "false" } }, @@ -5981,6 +5756,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "Freshmile SAS", "email": "web@freshmile.com", "phone": "0369246732", @@ -5991,9 +5767,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", "start_date": "2023-02-13", - "source:date": "2023-07-28", "socket:type2_cable": "false" } }, @@ -6007,6 +5781,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "Freshmile SAS", "email": "web@freshmile.com", "phone": "0369246732", @@ -6017,9 +5792,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", "start_date": "2023-02-13", - "source:date": "2023-07-28", "socket:type2_cable": "false" } }, @@ -6033,6 +5806,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "Freshmile SAS", "email": "web@freshmile.com", "phone": "0369246732", @@ -6044,9 +5818,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", "start_date": "2023-02-13", - "source:date": "2023-07-15", "socket:type2_cable": "false" } }, @@ -6060,6 +5832,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "Freshmile SAS", "email": "web@freshmile.com", "phone": "0369246732", @@ -6071,9 +5844,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", "start_date": "2023-02-13", - "source:date": "2023-06-28", "socket:type2_cable": "false" } }, @@ -6087,6 +5858,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "Freshmile SAS", "email": "web@freshmile.com", "phone": "0369246732", @@ -6097,9 +5869,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", "start_date": "2023-02-13", - "source:date": "2023-07-27", "socket:type2_cable": "false" } }, @@ -6113,6 +5883,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "Freshmile SAS", "email": "web@freshmile.com", "phone": "0369246732", @@ -6123,9 +5894,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", "start_date": "2023-02-13", - "source:date": "2023-07-27", "socket:type2_cable": "false" } }, @@ -6139,6 +5908,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "Freshmile SAS", "email": "web@freshmile.com", "phone": "0369246732", @@ -6150,9 +5920,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "Mo-We 05:00-06:00,Fr 05:00-06:00,Mo-Fr 21:00-22:00,Th 06:00-07:00", - "wheelchair": "Accessibilité inconnue", "start_date": "2022-07-22", - "source:date": "2023-07-28", "socket:type2_cable": "false" } }, @@ -6166,6 +5934,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "Freshmile SAS", "email": "web@freshmile.com", "phone": "0369246732", @@ -6176,9 +5945,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "Mo-We 05:00-06:00,Fr 05:00-06:00,Mo-Fr 21:00-22:00,Th 06:00-07:00", - "wheelchair": "Accessibilité inconnue", "start_date": "2022-07-22", - "source:date": "2023-07-28", "socket:type2_cable": "false" } }, @@ -6192,6 +5959,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "Freshmile SAS", "email": "web@freshmile.com", "phone": "0369246732", @@ -6202,9 +5970,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", "start_date": "2022-06-15", - "source:date": "2023-07-28", "socket:type2_cable": "false" } }, @@ -6218,6 +5984,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "Freshmile SAS", "email": "web@freshmile.com", "phone": "0369246732", @@ -6228,9 +5995,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", "start_date": "2022-06-15", - "source:date": "2023-07-28", "socket:type2_cable": "false" } }, @@ -6244,6 +6009,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "Freshmile SAS", "email": "web@freshmile.com", "phone": "0369246732", @@ -6254,9 +6020,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", "start_date": "2022-06-15", - "source:date": "2023-07-28", "socket:type2_cable": "false" } }, @@ -6270,6 +6034,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "Freshmile SAS", "email": "web@freshmile.com", "phone": "0369246732", @@ -6281,9 +6046,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", "start_date": "2022-06-15", - "source:date": "2023-07-28", "socket:type2_cable": "false" } }, @@ -6297,6 +6060,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "Freshmile SAS", "email": "web@freshmile.com", "phone": "0369246732", @@ -6308,9 +6072,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", "start_date": "2022-06-15", - "source:date": "2023-07-28", "socket:type2_cable": "false" } }, @@ -6324,6 +6086,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "Freshmile SAS", "email": "web@freshmile.com", "phone": "0369246732", @@ -6334,9 +6097,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", "start_date": "2022-06-15", - "source:date": "2023-07-28", "socket:type2_cable": "false" } }, @@ -6350,6 +6111,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "Freshmile SAS", "email": "web@freshmile.com", "phone": "0369246732", @@ -6360,9 +6122,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", "start_date": "2022-06-15", - "source:date": "2023-07-28", "socket:type2_cable": "false" } }, @@ -6376,6 +6136,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "Freshmile SAS", "email": "web@freshmile.com", "phone": "0369246732", @@ -6386,9 +6147,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", "start_date": "2022-06-15", - "source:date": "2023-07-28", "socket:type2_cable": "false" } }, @@ -6402,6 +6161,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "Freshmile SAS", "email": "web@freshmile.com", "phone": "0369246732", @@ -6413,9 +6173,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", "start_date": "2022-01-19", - "source:date": "2023-07-24", "socket:type2_cable": "false" } }, @@ -6429,6 +6187,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "Freshmile SAS", "email": "web@freshmile.com", "phone": "0369246732", @@ -6440,9 +6199,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", "start_date": "2022-01-19", - "source:date": "2023-07-25", "socket:type2_cable": "false" } }, @@ -6456,6 +6213,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "Freshmile SAS", "email": "web@freshmile.com", "phone": "0369246732", @@ -6466,9 +6224,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", "start_date": "2022-01-19", - "source:date": "2023-07-24", "socket:type2_cable": "false" } }, @@ -6482,6 +6238,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "Freshmile SAS", "email": "web@freshmile.com", "phone": "0369246732", @@ -6492,9 +6249,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", "start_date": "2022-01-19", - "source:date": "2023-07-13", "socket:type2_cable": "false" } }, @@ -6508,6 +6263,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "Freshmile SAS", "email": "web@freshmile.com", "phone": "0369246732", @@ -6519,9 +6275,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", "start_date": "2022-01-19", - "source:date": "2023-07-28", "socket:type2_cable": "false" } }, @@ -6535,6 +6289,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "Freshmile SAS", "email": "web@freshmile.com", "phone": "0369246732", @@ -6545,9 +6300,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", "start_date": "2022-01-19", - "source:date": "2023-07-27", "socket:type2_cable": "false" } }, @@ -6561,6 +6314,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "Freshmile SAS", "email": "web@freshmile.com", "phone": "0369246732", @@ -6571,9 +6325,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", "start_date": "2022-02-24", - "source:date": "2023-07-24", "socket:type2_cable": "false" } }, @@ -6587,6 +6339,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "Freshmile SAS", "email": "web@freshmile.com", "phone": "0369246732", @@ -6598,9 +6351,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", "start_date": "2022-02-24", - "source:date": "2023-07-28", "socket:type2_cable": "false" } }, @@ -6614,6 +6365,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "ZEBORNE", "owner:ref:FR:SIREN": "306092701", "email": "advenir@zeborne.com", @@ -6625,9 +6377,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "Mo-Fri 08:00-19:00,Sat 08:00-18:00", - "wheelchair": "yes", - "start_date": "2021-05-05", - "source:date": "2021-05-05" + "start_date": "2021-05-05" } }, { @@ -6640,6 +6390,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "ZEBORNE", "owner:ref:FR:SIREN": "306092701", "email": "advenir@zeborne.com", @@ -6651,9 +6402,7 @@ "authentication:none": "true", "reservation": "yes", "opening_hours": "Mo-Fri 08:00-19:00,Sat 08:00-18:00", - "wheelchair": "yes", - "start_date": "2021-04-01", - "source:date": "2021-04-01" + "start_date": "2021-04-01" } }, { @@ -6666,6 +6415,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "COMMUNAUTE DE COMMUNE LE DOURDANNAIS EN HUREPOIX (CCDH)", "owner:ref:FR:SIREN": "249100595", "email": "gael.kergroach@ccdourdannais.com", @@ -6677,9 +6427,7 @@ "authentication:none": "false", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "yes", - "start_date": "2023-03-15", - "source:date": "2023-02-14" + "start_date": "2023-03-15" } }, { @@ -6692,6 +6440,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "GRSE GARAGE MARINIERE", "owner:ref:FR:SIREN": "320758378", "email": "garage.mariniere@scache.fr", @@ -6701,9 +6450,7 @@ "authentication:none": "false", "reservation": "no", "opening_hours": "Mo-fr 7:00-19:00,Sa 8:00-12:00", - "wheelchair": "yes", - "start_date": "2022-12-22", - "source:date": "2023-01-16" + "start_date": "2022-12-22" } }, { @@ -6716,6 +6463,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "GRSE GARAGE MARINIERE", "owner:ref:FR:SIREN": "320758378", "email": "garage.mariniere@scache.fr", @@ -6726,9 +6474,7 @@ "authentication:none": "false", "reservation": "no", "opening_hours": "Mo-fr 7:00-19:00,Sa 8:00-12:00", - "wheelchair": "yes", - "start_date": "2022-12-22", - "source:date": "2023-01-16" + "start_date": "2022-12-22" } }, { @@ -6741,6 +6487,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "EVBOX", "owner:ref:FR:SIREN": "512678558", "email": "psasupport@evbox.com", @@ -6751,9 +6498,7 @@ "authentication:none": "false", "reservation": "no", "opening_hours": "Mo 8:30-12:00,Mo 14:00-18:00,Tu-Fr 8:00-12:00,Tu-Fr14:00-18:00,Sa 08:30-12:00,Sa14:30-17:30", - "wheelchair": "yes", - "start_date": "2021-09-23", - "source:date": "2021-09-24" + "start_date": "2021-09-23" } }, { @@ -6766,6 +6511,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "TotalEnergies Charging Services", "owner:ref:FR:SIREN": "844192443", "email": "supervision-ev.france@totalenergies.com", @@ -6780,9 +6526,7 @@ "authentication:none": "True", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "no", - "start_date": "2019-07-16", - "source:date": "2023-07-06" + "start_date": "2019-07-16" } }, { @@ -6795,6 +6539,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "TotalEnergies Charging Services", "owner:ref:FR:SIREN": "844192443", "email": "supervision-ev.france@totalenergies.com", @@ -6809,9 +6554,7 @@ "authentication:none": "True", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "no", - "start_date": "2019-07-16", - "source:date": "2023-07-06" + "start_date": "2019-07-16" } }, { @@ -6824,6 +6567,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "TotalEnergies Charging Services", "owner:ref:FR:SIREN": "844192443", "email": "supervision-ev.france@totalenergies.com", @@ -6836,9 +6580,7 @@ "authentication:none": "True", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "no", - "start_date": "2019-07-16", - "source:date": "2023-07-06" + "start_date": "2019-07-16" } }, { @@ -6851,6 +6593,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "TotalEnergies Charging Services", "owner:ref:FR:SIREN": "844192443", "email": "supervision-ev.france@totalenergies.com", @@ -6863,9 +6606,7 @@ "authentication:none": "True", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "no", - "start_date": "2019-07-16", - "source:date": "2023-07-06" + "start_date": "2019-07-16" } }, { @@ -6878,6 +6619,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "TotalEnergies Charging Services", "owner:ref:FR:SIREN": "844192443", "email": "supervision-ev.france@totalenergies.com", @@ -6891,9 +6633,7 @@ "authentication:none": "True", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "no", - "start_date": "2022-07-29", - "source:date": "2023-07-06" + "start_date": "2022-07-29" } }, { @@ -6906,6 +6646,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "TotalEnergies Charging Services", "owner:ref:FR:SIREN": "844192443", "email": "supervision-ev.france@totalenergies.com", @@ -6917,9 +6658,7 @@ "authentication:none": "True", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "no", - "start_date": "2022-07-29", - "source:date": "2023-07-06" + "start_date": "2022-07-29" } }, { @@ -6932,6 +6671,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "TotalEnergies Charging Services", "owner:ref:FR:SIREN": "844192443", "email": "supervision-ev.france@totalenergies.com", @@ -6943,9 +6683,7 @@ "authentication:none": "True", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "no", - "start_date": "2022-07-29", - "source:date": "2023-07-06" + "start_date": "2022-07-29" } }, { @@ -6958,6 +6696,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "TotalEnergies Charging Services", "owner:ref:FR:SIREN": "844192443", "email": "supervision-ev.france@totalenergies.com", @@ -6969,9 +6708,7 @@ "authentication:none": "True", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "no", - "start_date": "2022-07-29", - "source:date": "2023-07-06" + "start_date": "2022-07-29" } }, { @@ -6984,6 +6721,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "TotalEnergies Charging Services", "owner:ref:FR:SIREN": "844192443", "email": "supervision-ev.france@totalenergies.com", @@ -6995,9 +6733,7 @@ "authentication:none": "True", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "no", - "start_date": "2022-07-29", - "source:date": "2023-07-06" + "start_date": "2022-07-29" } }, { @@ -7010,6 +6746,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "TotalEnergies Charging Services", "owner:ref:FR:SIREN": "844192443", "email": "supervision-ev.france@totalenergies.com", @@ -7021,9 +6758,7 @@ "authentication:none": "True", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "no", - "start_date": "2022-07-29", - "source:date": "2023-07-06" + "start_date": "2022-07-29" } }, { @@ -7036,6 +6771,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "TotalEnergies Charging Services", "owner:ref:FR:SIREN": "844192443", "email": "supervision-ev.france@totalenergies.com", @@ -7047,9 +6783,7 @@ "authentication:none": "True", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "no", - "start_date": "2022-07-29", - "source:date": "2023-07-06" + "start_date": "2022-07-29" } }, { @@ -7062,6 +6796,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "TotalEnergies Charging Services", "owner:ref:FR:SIREN": "844192443", "email": "supervision-ev.france@totalenergies.com", @@ -7075,9 +6810,7 @@ "authentication:none": "True", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "no", - "start_date": "2022-07-29", - "source:date": "2023-07-06" + "start_date": "2022-07-29" } }, { @@ -7090,6 +6823,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "TotalEnergies Charging Services", "owner:ref:FR:SIREN": "844192443", "email": "supervision-ev.france@totalenergies.com", @@ -7101,9 +6835,7 @@ "authentication:none": "True", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", - "start_date": "2023-03-30", - "source:date": "2023-07-06" + "start_date": "2023-03-30" } }, { @@ -7116,6 +6848,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "TotalEnergies Charging Services", "owner:ref:FR:SIREN": "844192443", "email": "supervision-ev.france@totalenergies.com", @@ -7129,9 +6862,7 @@ "authentication:none": "True", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", - "start_date": "2023-03-30", - "source:date": "2023-07-06" + "start_date": "2023-03-30" } }, { @@ -7144,6 +6875,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "TotalEnergies Charging Services", "owner:ref:FR:SIREN": "844192443", "email": "supervision-ev.france@totalenergies.com", @@ -7155,9 +6887,7 @@ "authentication:none": "True", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", - "start_date": "2023-04-17", - "source:date": "2023-07-06" + "start_date": "2023-04-17" } }, { @@ -7170,6 +6900,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "TotalEnergies Charging Services", "owner:ref:FR:SIREN": "844192443", "email": "supervision-ev.france@totalenergies.com", @@ -7181,9 +6912,7 @@ "authentication:none": "True", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", - "start_date": "2023-03-30", - "source:date": "2023-07-06" + "start_date": "2023-03-30" } }, { @@ -7196,6 +6925,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "TotalEnergies Charging Services", "owner:ref:FR:SIREN": "844192443", "email": "supervision-ev.france@totalenergies.com", @@ -7207,9 +6937,7 @@ "authentication:none": "True", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", - "start_date": "2023-03-30", - "source:date": "2023-07-06" + "start_date": "2023-03-30" } }, { @@ -7222,6 +6950,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "TotalEnergies Charging Services", "owner:ref:FR:SIREN": "844192443", "email": "supervision-ev.france@totalenergies.com", @@ -7233,9 +6962,7 @@ "authentication:none": "True", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", - "start_date": "2023-03-30", - "source:date": "2023-07-06" + "start_date": "2023-03-30" } }, { @@ -7248,6 +6975,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "TotalEnergies Charging Services", "owner:ref:FR:SIREN": "844192443", "email": "supervision-ev.france@totalenergies.com", @@ -7259,9 +6987,7 @@ "authentication:none": "True", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", - "start_date": "2023-04-17", - "source:date": "2023-07-06" + "start_date": "2023-04-17" } }, { @@ -7274,6 +7000,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "TotalEnergies Charging Services", "owner:ref:FR:SIREN": "844192443", "email": "supervision-ev.france@totalenergies.com", @@ -7287,9 +7014,7 @@ "authentication:none": "True", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", - "start_date": "2023-03-30", - "source:date": "2023-07-06" + "start_date": "2023-03-30" } }, { @@ -7302,6 +7027,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "STATIONS-E", "owner:ref:FR:SIREN": "835124280", "email": "support@stations-e.com", @@ -7312,9 +7038,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "no", - "start_date": "2022-08-09", - "source:date": "2023-06-02" + "start_date": "2022-08-09" } }, { @@ -7327,6 +7051,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "STATIONS-E", "owner:ref:FR:SIREN": "835124280", "email": "support@stations-e.com", @@ -7337,9 +7062,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "no", - "start_date": "2022-08-09", - "source:date": "2023-06-02" + "start_date": "2022-08-09" } }, { @@ -7352,6 +7075,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "STATIONS-E", "owner:ref:FR:SIREN": "835124280", "email": "support@stations-e.com", @@ -7362,9 +7086,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "no", - "start_date": "2022-08-09", - "source:date": "2023-06-02" + "start_date": "2022-08-09" } }, { @@ -7377,6 +7099,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "STATIONS-E", "owner:ref:FR:SIREN": "835124280", "email": "support@stations-e.com", @@ -7387,9 +7110,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "no", - "start_date": "2022-08-09", - "source:date": "2023-06-02" + "start_date": "2022-08-09" } }, { @@ -7402,6 +7123,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "STATIONS-E", "owner:ref:FR:SIREN": "835124280", "email": "support@stations-e.com", @@ -7413,9 +7135,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "no", - "start_date": "2022-08-09", - "source:date": "2023-06-02" + "start_date": "2022-08-09" } }, { @@ -7428,6 +7148,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "STATIONS-E", "owner:ref:FR:SIREN": "835124280", "email": "support@stations-e.com", @@ -7438,9 +7159,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "Mo-Th 08:00-22:00", - "wheelchair": "no", - "start_date": "2020-06-30", - "source:date": "2023-06-02" + "start_date": "2020-06-30" } }, { @@ -7453,6 +7172,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "STATIONS-E", "owner:ref:FR:SIREN": "835124280", "email": "support@stations-e.com", @@ -7463,9 +7183,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "no", - "start_date": "2020-12-15", - "source:date": "2023-06-02" + "start_date": "2020-12-15" } }, { @@ -7478,6 +7196,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "STATIONS-E", "owner:ref:FR:SIREN": "835124280", "email": "support@stations-e.com", @@ -7488,9 +7207,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "no", - "start_date": "2020-12-15", - "source:date": "2023-06-02" + "start_date": "2020-12-15" } }, { @@ -7503,6 +7220,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "STATIONS-E", "owner:ref:FR:SIREN": "835124280", "email": "support@stations-e.com", @@ -7513,9 +7231,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "no", - "start_date": "2020-12-15", - "source:date": "2023-06-02" + "start_date": "2020-12-15" } }, { @@ -7528,6 +7244,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "STATIONS-E", "owner:ref:FR:SIREN": "835124280", "email": "support@stations-e.com", @@ -7539,9 +7256,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "no", - "start_date": "2021-04-14", - "source:date": "2023-06-02" + "start_date": "2021-04-14" } }, { @@ -7554,6 +7269,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "STATIONS-E", "owner:ref:FR:SIREN": "835124280", "email": "support@stations-e.com", @@ -7564,9 +7280,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "no", - "start_date": "2021-04-14", - "source:date": "2023-06-02" + "start_date": "2021-04-14" } }, { @@ -7579,6 +7293,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "STATIONS-E", "owner:ref:FR:SIREN": "835124280", "email": "support@stations-e.com", @@ -7590,9 +7305,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "no", - "start_date": "2021-12-22", - "source:date": "2023-06-02" + "start_date": "2021-12-22" } }, { @@ -7605,6 +7318,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "STATIONS-E", "owner:ref:FR:SIREN": "835124280", "email": "support@stations-e.com", @@ -7615,9 +7329,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "no", - "start_date": "2021-12-22", - "source:date": "2023-06-02" + "start_date": "2021-12-22" } }, { @@ -7630,6 +7342,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "STATIONS-E", "owner:ref:FR:SIREN": "835124280", "email": "support@stations-e.com", @@ -7641,9 +7354,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "no", - "start_date": "2021-12-22", - "source:date": "2023-06-02" + "start_date": "2021-12-22" } }, { @@ -7656,6 +7367,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "STATIONS-E", "owner:ref:FR:SIREN": "835124280", "email": "support@stations-e.com", @@ -7666,9 +7378,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "no", - "start_date": "2021-12-22", - "source:date": "2023-06-02" + "start_date": "2021-12-22" } }, { @@ -7681,6 +7391,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "STATIONS-E", "owner:ref:FR:SIREN": "835124280", "email": "support@stations-e.com", @@ -7692,9 +7403,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "no", - "start_date": "2021-08-31", - "source:date": "2023-06-02" + "start_date": "2021-08-31" } }, { @@ -7707,6 +7416,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "STATIONS-E", "owner:ref:FR:SIREN": "835124280", "email": "support@stations-e.com", @@ -7717,9 +7427,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "no", - "start_date": "2021-08-31", - "source:date": "2023-06-02" + "start_date": "2021-08-31" } }, { @@ -7732,6 +7440,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "STATIONS-E", "owner:ref:FR:SIREN": "835124280", "email": "support@stations-e.com", @@ -7743,9 +7452,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "Mo-Th 08:00-19:00", - "wheelchair": "no", - "start_date": "2021-08-31", - "source:date": "2023-06-02" + "start_date": "2021-08-31" } }, { @@ -7758,6 +7465,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "STATIONS-E", "owner:ref:FR:SIREN": "835124280", "email": "support@stations-e.com", @@ -7768,9 +7476,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "Mo-Th 08:00-19:00", - "wheelchair": "no", - "start_date": "2021-08-31", - "source:date": "2023-06-02" + "start_date": "2021-08-31" } }, { @@ -7783,6 +7489,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "STATIONS-E", "owner:ref:FR:SIREN": "835124280", "email": "support@stations-e.com", @@ -7794,9 +7501,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "no", - "start_date": "2022-03-03", - "source:date": "2023-06-02" + "start_date": "2022-03-03" } }, { @@ -7809,6 +7514,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "STATIONS-E", "owner:ref:FR:SIREN": "835124280", "email": "support@stations-e.com", @@ -7819,9 +7525,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "no", - "start_date": "2022-03-03", - "source:date": "2023-06-02" + "start_date": "2022-03-03" } }, { @@ -7834,6 +7538,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "STATIONS-E", "owner:ref:FR:SIREN": "835124280", "email": "support@stations-e.com", @@ -7844,9 +7549,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "Mo-Th 08:00-22:00", - "wheelchair": "no", - "start_date": "2020-06-30", - "source:date": "2023-06-02" + "start_date": "2020-06-30" } }, { @@ -7859,6 +7562,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "E-TOTEM", "email": "contact@e-totem.fr", "network": "Garage de la Marinière", @@ -7868,9 +7572,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "yes", - "start_date": "2023-01-06", - "source:date": "2023-06-12" + "start_date": "2023-01-06" } }, { @@ -7883,6 +7585,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "E-TOTEM", "email": "contact@e-totem.fr", "network": "Garage de la Marinière", @@ -7892,9 +7595,7 @@ "authentication:none": "true", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "yes", - "start_date": "2023-01-06", - "source:date": "2023-06-12" + "start_date": "2023-01-06" } }, { @@ -7907,6 +7608,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "SPIE CITYNETWORKS", "owner:ref:FR:SIREN": "885354860", "email": "assistance-commerciale@metropolis-recharge.fr", @@ -7917,9 +7619,7 @@ "authentication:none": "true", "reservation": "yes", "opening_hours": "24/7", - "wheelchair": "yes", - "start_date": "2023-02-22", - "source:date": "2023-06-05" + "start_date": "2023-02-22" } }, { @@ -7932,6 +7632,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "SPIE CITYNETWORKS", "owner:ref:FR:SIREN": "885354860", "email": "assistance-commerciale@metropolis-recharge.fr", @@ -7942,9 +7643,7 @@ "authentication:none": "true", "reservation": "yes", "opening_hours": "24/7", - "wheelchair": "yes", - "start_date": "2023-02-22", - "source:date": "2023-06-05" + "start_date": "2023-02-22" } }, { @@ -7957,6 +7656,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "SPIE CITYNETWORKS", "owner:ref:FR:SIREN": "885354860", "email": "assistance-commerciale@metropolis-recharge.fr", @@ -7967,9 +7667,7 @@ "authentication:none": "true", "reservation": "yes", "opening_hours": "24/7", - "wheelchair": "yes", - "start_date": "2023-02-22", - "source:date": "2023-06-05" + "start_date": "2023-02-22" } }, { @@ -7982,6 +7680,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "SPIE CITYNETWORKS", "owner:ref:FR:SIREN": "885354860", "email": "assistance-commerciale@metropolis-recharge.fr", @@ -7992,9 +7691,7 @@ "authentication:none": "true", "reservation": "yes", "opening_hours": "24/7", - "wheelchair": "yes", - "start_date": "2023-02-22", - "source:date": "2023-06-05" + "start_date": "2023-02-22" } }, { @@ -8007,6 +7704,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "SPIE CITYNETWORKS", "owner:ref:FR:SIREN": "885354860", "email": "assistance-commerciale@metropolis-recharge.fr", @@ -8017,9 +7715,7 @@ "authentication:none": "true", "reservation": "yes", "opening_hours": "24/7", - "wheelchair": "yes", - "start_date": "2023-02-22", - "source:date": "2023-06-05" + "start_date": "2023-02-22" } }, { @@ -8032,6 +7728,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "SPIE CITYNETWORKS", "owner:ref:FR:SIREN": "885354860", "email": "assistance-commerciale@metropolis-recharge.fr", @@ -8042,9 +7739,7 @@ "authentication:none": "true", "reservation": "yes", "opening_hours": "24/7", - "wheelchair": "yes", - "start_date": "2023-02-03", - "source:date": "2023-06-05" + "start_date": "2023-02-03" } }, { @@ -8057,6 +7752,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "SPIE CITYNETWORKS", "owner:ref:FR:SIREN": "885354860", "email": "assistance-commerciale@metropolis-recharge.fr", @@ -8067,9 +7763,7 @@ "authentication:none": "true", "reservation": "yes", "opening_hours": "24/7", - "wheelchair": "yes", - "start_date": "2023-02-03", - "source:date": "2023-06-05" + "start_date": "2023-02-03" } }, { @@ -8082,6 +7776,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "SPIE CITYNETWORKS", "owner:ref:FR:SIREN": "885354860", "email": "assistance-commerciale@metropolis-recharge.fr", @@ -8092,9 +7787,7 @@ "authentication:none": "true", "reservation": "yes", "opening_hours": "24/7", - "wheelchair": "yes", - "start_date": "2023-02-03", - "source:date": "2023-06-05" + "start_date": "2023-02-03" } }, { @@ -8107,6 +7800,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "SPIE CITYNETWORKS", "owner:ref:FR:SIREN": "885354860", "email": "assistance-commerciale@metropolis-recharge.fr", @@ -8117,9 +7811,7 @@ "authentication:none": "true", "reservation": "yes", "opening_hours": "24/7", - "wheelchair": "yes", - "start_date": "2023-02-03", - "source:date": "2023-06-05" + "start_date": "2023-02-03" } }, { @@ -8132,6 +7824,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "SPIE CITYNETWORKS", "owner:ref:FR:SIREN": "885354860", "email": "assistance-commerciale@metropolis-recharge.fr", @@ -8142,9 +7835,7 @@ "authentication:none": "true", "reservation": "yes", "opening_hours": "24/7", - "wheelchair": "yes", - "start_date": "2023-02-03", - "source:date": "2023-06-05" + "start_date": "2023-02-03" } }, { @@ -8157,6 +7848,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "alterna energie", "owner:ref:FR:SIREN": "200034460", "email": "electricite@alterna-energie.fr", @@ -8169,9 +7861,7 @@ "authentication:none": "false", "reservation": "no", "opening_hours": "Mo-Fr 08:00-12:00, Mo-Fr 14:00-18:00", - "wheelchair": "Accessibilité inconnue", - "start_date": "2021-10-04", - "source:date": "2022-02-21" + "start_date": "2021-10-04" } }, { @@ -8184,6 +7874,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "EDF", "owner:ref:FR:SIREN": "200034460", "email": "rcgc@edf.fr", @@ -8196,9 +7887,7 @@ "authentication:none": "false", "reservation": "no", "opening_hours": "Mo-Fr 08:00-12:00, Mo-Fr 14:00-18:00", - "wheelchair": "Accessibilité inconnue", - "start_date": "2021-12-15", - "source:date": "2022-02-22" + "start_date": "2021-12-15" } }, { @@ -8211,6 +7900,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "OCR MAINTENANCE ELECTRONIQUE", "owner:ref:FR:SIREN": "402923643", "email": "g.arpino@ocr.fr", @@ -8223,9 +7913,7 @@ "authentication:none": "false", "reservation": "yes", "opening_hours": "Mo-Fr 08:00-12:00, Mo-Fr 14:00-18:00", - "wheelchair": "Accessibilité inconnue", - "start_date": "2022-01-12", - "source:date": "2022-02-09" + "start_date": "2022-01-12" } }, { @@ -8238,6 +7926,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "WAAT SAS | FR*WA3", "email": "exploitation@waat.fr", "network": "WAAT", @@ -8248,8 +7937,6 @@ "authentication:none": "True", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", - "source:date": "2023-01-06", "socket:type2_cable": "False" } }, @@ -8263,6 +7950,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "WAAT SAS | FR*WA3", "email": "exploitation@waat.fr", "network": "WAAT", @@ -8272,8 +7960,6 @@ "authentication:none": "True", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", - "source:date": "2023-01-06", "socket:type2_cable": "False" } }, @@ -8287,6 +7973,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "WAAT SAS | FR*WA6", "email": "exploitation@waat.fr", "network": "WAAT", @@ -8296,8 +7983,6 @@ "authentication:none": "True", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", - "source:date": "2023-02-24", "socket:type2_cable": "False" } }, @@ -8311,6 +7996,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "WAAT SAS | FR*WA4", "email": "exploitation@waat.fr", "network": "WAAT", @@ -8320,8 +8006,6 @@ "authentication:none": "True", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", - "source:date": "2023-05-05", "socket:type2_cable": "False" } }, @@ -8335,6 +8019,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "WAAT SAS | FR*WA4", "email": "exploitation@waat.fr", "network": "WAAT", @@ -8344,8 +8029,6 @@ "authentication:none": "True", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", - "source:date": "2023-05-05", "socket:type2_cable": "False" } }, @@ -8359,6 +8042,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "WAAT SAS | FR*WA4", "email": "exploitation@waat.fr", "network": "WAAT", @@ -8368,8 +8052,6 @@ "authentication:none": "True", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", - "source:date": "2023-05-05", "socket:type2_cable": "False" } }, @@ -8383,6 +8065,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "WAAT SAS | FR*WA6", "email": "exploitation@waat.fr", "network": "WAAT", @@ -8393,8 +8076,6 @@ "authentication:none": "True", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", - "source:date": "2023-02-24", "socket:type2_cable": "False" } }, @@ -8408,6 +8089,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "WattzHub | FR*SMI", "email": "contact@wattzhub.com", "network": "WattzHub", @@ -8417,8 +8099,6 @@ "authentication:none": "False", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", - "source:date": "2023-06-28", "socket:type2_cable": "False" } }, @@ -8432,6 +8112,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "WattzHub | FR*SMI", "email": "contact@wattzhub.com", "network": "WattzHub", @@ -8441,8 +8122,6 @@ "authentication:none": "False", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", - "source:date": "2023-04-21", "socket:type2_cable": "False" } }, @@ -8456,6 +8135,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "WAAT SAS | FR*WAT", "email": "exploitation@waat.fr", "network": "WAAT", @@ -8466,8 +8146,6 @@ "authentication:none": "True", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", - "source:date": "2022-12-30", "socket:type2_cable": "False" } }, @@ -8481,6 +8159,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "WAAT SAS | FR*WA6", "email": "exploitation@waat.fr", "network": "WAAT", @@ -8491,8 +8170,6 @@ "authentication:none": "True", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", - "source:date": "2023-02-24", "socket:type2_cable": "False" } }, @@ -8506,6 +8183,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "WAAT SAS | FR*WA6", "email": "exploitation@waat.fr", "network": "WAAT", @@ -8515,8 +8193,6 @@ "authentication:none": "True", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", - "source:date": "2023-02-24", "socket:type2_cable": "False" } }, @@ -8530,6 +8206,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "WAAT SAS | FR*WA6", "email": "exploitation@waat.fr", "network": "WAAT", @@ -8539,8 +8216,6 @@ "authentication:none": "True", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", - "source:date": "2023-02-24", "socket:type2_cable": "False" } }, @@ -8554,6 +8229,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "WAAT SAS | FR*WA6", "email": "exploitation@waat.fr", "network": "WAAT", @@ -8563,8 +8239,6 @@ "authentication:none": "True", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", - "source:date": "2023-02-24", "socket:type2_cable": "False" } }, @@ -8578,6 +8252,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "WAAT SAS | FR*WA6", "email": "exploitation@waat.fr", "network": "WAAT", @@ -8587,8 +8262,6 @@ "authentication:none": "True", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", - "source:date": "2023-02-24", "socket:type2_cable": "False" } }, @@ -8602,6 +8275,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "WAAT SAS | FR*WA6", "email": "exploitation@waat.fr", "network": "WAAT", @@ -8612,8 +8286,6 @@ "authentication:none": "True", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", - "source:date": "2023-02-24", "socket:type2_cable": "False" } }, @@ -8627,6 +8299,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "WAAT SAS | FR*WA6", "email": "exploitation@waat.fr", "network": "WAAT", @@ -8636,8 +8309,6 @@ "authentication:none": "True", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", - "source:date": "2023-02-24", "socket:type2_cable": "False" } }, @@ -8651,6 +8322,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "WAAT SAS | FR*WA6", "email": "exploitation@waat.fr", "network": "WAAT", @@ -8660,8 +8332,6 @@ "authentication:none": "True", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", - "source:date": "2023-02-24", "socket:type2_cable": "False" } }, @@ -8675,6 +8345,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "WAAT SAS | FR*WAT", "email": "exploitation@waat.fr", "network": "WAAT", @@ -8685,8 +8356,6 @@ "authentication:none": "True", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", - "source:date": "2022-09-02", "socket:type2_cable": "False" } }, @@ -8700,6 +8369,7 @@ ] }, "properties": { + "amenity": "charging_station", "operator": "WAAT SAS | FR*WAT", "email": "exploitation@waat.fr", "network": "WAAT", @@ -8709,8 +8379,6 @@ "authentication:none": "True", "reservation": "no", "opening_hours": "24/7", - "wheelchair": "Accessibilité inconnue", - "source:date": "2022-09-02", "socket:type2_cable": "False" } } diff --git a/mapping_geojson_to_osm_tags/output/my_converted_data_set_filtered_zipcode_974.json b/mapping_geojson_to_osm_tags/output/my_converted_data_set_filtered_zipcode_974.json index 5bb6ce8a..1c22e482 100644 --- a/mapping_geojson_to_osm_tags/output/my_converted_data_set_filtered_zipcode_974.json +++ b/mapping_geojson_to_osm_tags/output/my_converted_data_set_filtered_zipcode_974.json @@ -11,7 +11,20 @@ ] }, "properties": { - "amenity": "charging_station" + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "MMGYMF", + "socket:typee": "yes", + "socket:type2": "yes", + "fee": "true", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2019-12-27", + "socket:type2_cable": "false" } }, { @@ -24,7 +37,20 @@ ] }, "properties": { - "amenity": "charging_station" + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "MMGYMF", + "socket:typee": "yes", + "socket:type2": "yes", + "fee": "true", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2019-12-27", + "socket:type2_cable": "false" } }, { @@ -37,7 +63,20 @@ ] }, "properties": { - "amenity": "charging_station" + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "RLWJHC", + "socket:typee": "yes", + "socket:type2": "yes", + "fee": "true", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2019-12-27", + "socket:type2_cable": "false" } }, { @@ -50,7 +89,20 @@ ] }, "properties": { - "amenity": "charging_station" + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "MMGYMF", + "socket:typee": "yes", + "socket:type2": "yes", + "fee": "true", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2019-12-27", + "socket:type2_cable": "false" } }, { @@ -63,7 +115,20 @@ ] }, "properties": { - "amenity": "charging_station" + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "LNCRPQ", + "socket:typee": "yes", + "socket:type2": "yes", + "fee": "true", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2019-12-27", + "socket:type2_cable": "false" } }, { @@ -76,7 +141,20 @@ ] }, "properties": { - "amenity": "charging_station" + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "LNCRPQ", + "socket:typee": "yes", + "socket:type2": "yes", + "fee": "true", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2019-12-27", + "socket:type2_cable": "false" } }, { @@ -89,7 +167,20 @@ ] }, "properties": { - "amenity": "charging_station" + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "LNCRPQ", + "socket:typee": "yes", + "socket:type2": "yes", + "fee": "true", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2019-12-27", + "socket:type2_cable": "false" } }, { @@ -102,7 +193,20 @@ ] }, "properties": { - "amenity": "charging_station" + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "RLWJHC", + "socket:typee": "yes", + "socket:type2": "yes", + "fee": "true", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2019-12-27", + "socket:type2_cable": "false" } }, { @@ -115,7 +219,20 @@ ] }, "properties": { - "amenity": "charging_station" + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "LNCRPQ", + "socket:typee": "yes", + "socket:type2": "yes", + "fee": "true", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2019-12-27", + "socket:type2_cable": "false" } }, { @@ -128,7 +245,20 @@ ] }, "properties": { - "amenity": "charging_station" + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "MMGYMF", + "socket:typee": "yes", + "socket:type2": "yes", + "fee": "true", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2019-12-27", + "socket:type2_cable": "false" } }, { @@ -141,7 +271,19 @@ ] }, "properties": { - "amenity": "charging_station" + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "PIPHPE34WD", + "socket:type2": "yes", + "fee": "true", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2022-02-03", + "socket:type2_cable": "false" } }, { @@ -154,7 +296,20 @@ ] }, "properties": { - "amenity": "charging_station" + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "CZWNSB", + "socket:typee": "yes", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2018-11-15", + "socket:type2_cable": "false" } }, { @@ -167,7 +322,20 @@ ] }, "properties": { - "amenity": "charging_station" + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "CZWNSB", + "socket:typee": "yes", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2018-11-15", + "socket:type2_cable": "false" } }, { @@ -180,7 +348,20 @@ ] }, "properties": { - "amenity": "charging_station" + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "L6DAT3JJ7M", + "socket:typee": "yes", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2021-09-07", + "socket:type2_cable": "false" } }, { @@ -193,7 +374,20 @@ ] }, "properties": { - "amenity": "charging_station" + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "L6DAT3JJ7M", + "socket:typee": "yes", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2021-09-07", + "socket:type2_cable": "false" } }, { @@ -206,7 +400,20 @@ ] }, "properties": { - "amenity": "charging_station" + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "CZWNSB", + "socket:typee": "yes", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2018-11-15", + "socket:type2_cable": "false" } }, { @@ -219,7 +426,20 @@ ] }, "properties": { - "amenity": "charging_station" + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "CZWNSB", + "socket:typee": "yes", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2018-11-15", + "socket:type2_cable": "false" } }, { @@ -232,7 +452,20 @@ ] }, "properties": { - "amenity": "charging_station" + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "CZWNSB", + "socket:typee": "yes", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2018-11-15", + "socket:type2_cable": "false" } }, { @@ -245,7 +478,20 @@ ] }, "properties": { - "amenity": "charging_station" + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "CZWNSB", + "socket:typee": "yes", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2018-11-15", + "socket:type2_cable": "false" } }, { @@ -258,7 +504,19 @@ ] }, "properties": { - "amenity": "charging_station" + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "WSZO153YAE", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2022-06-14", + "socket:type2_cable": "false" } }, { @@ -271,7 +529,19 @@ ] }, "properties": { - "amenity": "charging_station" + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "WSZO153YAE", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2022-06-14", + "socket:type2_cable": "false" } }, { @@ -284,7 +554,19 @@ ] }, "properties": { - "amenity": "charging_station" + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "ZSBWTUJWGI", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2022-06-14", + "socket:type2_cable": "false" } }, { @@ -297,7 +579,19 @@ ] }, "properties": { - "amenity": "charging_station" + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "ZSBWTUJWGI", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2022-06-14", + "socket:type2_cable": "false" } }, { @@ -310,7 +604,19 @@ ] }, "properties": { - "amenity": "charging_station" + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "ZSBWTUJWGI", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2022-06-14", + "socket:type2_cable": "false" } }, { @@ -323,7 +629,19 @@ ] }, "properties": { - "amenity": "charging_station" + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "ZSBWTUJWGI", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2022-06-14", + "socket:type2_cable": "false" } }, { @@ -336,7 +654,19 @@ ] }, "properties": { - "amenity": "charging_station" + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "OSU51U9FJZ", + "socket:type2": "yes", + "fee": "true", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2023-04-24", + "socket:type2_cable": "false" } }, { @@ -349,7 +679,19 @@ ] }, "properties": { - "amenity": "charging_station" + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "OSU51U9FJZ", + "socket:type2": "yes", + "fee": "true", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2023-04-24", + "socket:type2_cable": "false" } }, { @@ -362,7 +704,20 @@ ] }, "properties": { - "amenity": "charging_station" + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "FCGRS7CQWI", + "socket:typee": "yes", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2021-11-15", + "socket:type2_cable": "false" } }, { @@ -375,7 +730,20 @@ ] }, "properties": { - "amenity": "charging_station" + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "FCGRS7CQWI", + "socket:typee": "yes", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2021-11-15", + "socket:type2_cable": "false" } }, { @@ -388,7 +756,20 @@ ] }, "properties": { - "amenity": "charging_station" + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "FCGRS7CQWI", + "socket:typee": "yes", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2021-11-15", + "socket:type2_cable": "false" } }, { @@ -401,7 +782,20 @@ ] }, "properties": { - "amenity": "charging_station" + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "FCGRS7CQWI", + "socket:typee": "yes", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2021-11-15", + "socket:type2_cable": "false" } }, { @@ -414,7 +808,20 @@ ] }, "properties": { - "amenity": "charging_station" + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "FCGRS7CQWI", + "socket:typee": "yes", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2021-11-15", + "socket:type2_cable": "false" } }, { @@ -427,7 +834,20 @@ ] }, "properties": { - "amenity": "charging_station" + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "FCGRS7CQWI", + "socket:typee": "yes", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2021-11-15", + "socket:type2_cable": "false" } }, { @@ -440,7 +860,20 @@ ] }, "properties": { - "amenity": "charging_station" + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "YKR9MTGPDS", + "socket:typee": "yes", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2021-10-13", + "socket:type2_cable": "false" } }, { @@ -453,7 +886,20 @@ ] }, "properties": { - "amenity": "charging_station" + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "YKR9MTGPDS", + "socket:typee": "yes", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2021-10-13", + "socket:type2_cable": "false" } }, { @@ -466,7 +912,20 @@ ] }, "properties": { - "amenity": "charging_station" + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "DRECSOIEMU", + "socket:typee": "yes", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2021-10-13", + "socket:type2_cable": "false" } }, { @@ -479,7 +938,20 @@ ] }, "properties": { - "amenity": "charging_station" + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "DRECSOIEMU", + "socket:typee": "yes", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2021-10-13", + "socket:type2_cable": "false" } }, { @@ -492,7 +964,20 @@ ] }, "properties": { - "amenity": "charging_station" + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "FRILS7BK9O", + "socket:typee": "yes", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2021-10-13", + "socket:type2_cable": "false" } }, { @@ -505,7 +990,20 @@ ] }, "properties": { - "amenity": "charging_station" + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "FRILS7BK9O", + "socket:typee": "yes", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2021-10-13", + "socket:type2_cable": "false" } }, { @@ -518,7 +1016,20 @@ ] }, "properties": { - "amenity": "charging_station" + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "DRECSOIEMU", + "socket:typee": "yes", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2021-10-13", + "socket:type2_cable": "false" } }, { @@ -531,7 +1042,19 @@ ] }, "properties": { - "amenity": "charging_station" + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "BTVTHJ", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2019-01-17", + "socket:type2_cable": "false" } }, { @@ -544,7 +1067,19 @@ ] }, "properties": { - "amenity": "charging_station" + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "EWGRIN70CW", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2022-11-10", + "socket:type2_cable": "false" } }, { @@ -557,7 +1092,19 @@ ] }, "properties": { - "amenity": "charging_station" + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "EWGRIN70CW", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2022-11-10", + "socket:type2_cable": "false" } }, { @@ -570,7 +1117,19 @@ ] }, "properties": { - "amenity": "charging_station" + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "BTVTHJ", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2019-01-17", + "socket:type2_cable": "false" } }, { @@ -583,7 +1142,19 @@ ] }, "properties": { - "amenity": "charging_station" + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "BTVTHJ", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2019-01-17", + "socket:type2_cable": "false" } }, { @@ -596,7 +1167,19 @@ ] }, "properties": { - "amenity": "charging_station" + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "BTVTHJ", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2019-01-17", + "socket:type2_cable": "false" } }, { @@ -609,7 +1192,19 @@ ] }, "properties": { - "amenity": "charging_station" + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "BLIDF9PFDM", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2021-02-03", + "socket:type2_cable": "false" } }, { @@ -622,7 +1217,19 @@ ] }, "properties": { - "amenity": "charging_station" + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "BLIDF9PFDM", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2021-02-03", + "socket:type2_cable": "false" } }, { @@ -635,7 +1242,19 @@ ] }, "properties": { - "amenity": "charging_station" + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "HOT2JOEZEY", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2021-02-03", + "socket:type2_cable": "false" } }, { @@ -648,7 +1267,19 @@ ] }, "properties": { - "amenity": "charging_station" + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "HOT2JOEZEY", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2021-02-03", + "socket:type2_cable": "false" } }, { @@ -661,7 +1292,20 @@ ] }, "properties": { - "amenity": "charging_station" + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "AK6LDZLLUO", + "socket:typee": "yes", + "socket:type2": "yes", + "fee": "true", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2022-02-21", + "socket:type2_cable": "false" } }, { @@ -674,7 +1318,20 @@ ] }, "properties": { - "amenity": "charging_station" + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "AK6LDZLLUO", + "socket:typee": "yes", + "socket:type2": "yes", + "fee": "true", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2022-02-18", + "socket:type2_cable": "false" } }, { @@ -687,7 +1344,19 @@ ] }, "properties": { - "amenity": "charging_station" + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "EPSOXWJL5C", + "socket:type2_combo": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2023-03-08", + "socket:type2_cable": "false" } }, { @@ -700,7 +1369,19 @@ ] }, "properties": { - "amenity": "charging_station" + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "EPSOXWJL5C", + "socket:type2_combo": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2023-03-08", + "socket:type2_cable": "false" } }, { @@ -713,7 +1394,19 @@ ] }, "properties": { - "amenity": "charging_station" + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "EPSOXWJL5C", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2023-03-08", + "socket:type2_cable": "false" } }, { @@ -726,7 +1419,19 @@ ] }, "properties": { - "amenity": "charging_station" + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "EPSOXWJL5C", + "socket:type2_combo": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2023-03-17", + "socket:type2_cable": "false" } }, { @@ -739,7 +1444,19 @@ ] }, "properties": { - "amenity": "charging_station" + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "EPSOXWJL5C", + "socket:type2_combo": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2023-03-09", + "socket:type2_cable": "false" } }, { @@ -752,7 +1469,19 @@ ] }, "properties": { - "amenity": "charging_station" + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "EPSOXWJL5C", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2023-03-17", + "socket:type2_cable": "1" } }, { @@ -765,7 +1494,20 @@ ] }, "properties": { - "amenity": "charging_station" + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "LI6JTMDSG0", + "socket:typee": "yes", + "socket:type2": "yes", + "fee": "true", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2022-10-21", + "socket:type2_cable": "false" } }, { @@ -778,7 +1520,20 @@ ] }, "properties": { - "amenity": "charging_station" + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "Speedyreusuz", + "socket:typee": "yes", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2017-11-13", + "socket:type2_cable": "false" } }, { @@ -791,7 +1546,20 @@ ] }, "properties": { - "amenity": "charging_station" + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "Speedyreusuz", + "socket:typee": "yes", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2017-11-13", + "socket:type2_cable": "false" } }, { @@ -804,7 +1572,20 @@ ] }, "properties": { - "amenity": "charging_station" + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "LI6JTMDSG0", + "socket:typee": "yes", + "socket:type2": "yes", + "fee": "true", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2022-10-21", + "socket:type2_cable": "false" } }, { @@ -817,7 +1598,20 @@ ] }, "properties": { - "amenity": "charging_station" + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "LI6JTMDSG0", + "socket:typee": "yes", + "socket:type2": "yes", + "fee": "true", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2022-10-21", + "socket:type2_cable": "false" } }, { @@ -830,7 +1624,20 @@ ] }, "properties": { - "amenity": "charging_station" + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "LI6JTMDSG0", + "socket:typee": "yes", + "socket:type2": "yes", + "fee": "true", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2022-10-21", + "socket:type2_cable": "false" } }, { @@ -843,7 +1650,20 @@ ] }, "properties": { - "amenity": "charging_station" + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "LI6JTMDSG0", + "socket:typee": "yes", + "socket:type2": "yes", + "fee": "true", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2022-02-15", + "socket:type2_cable": "false" } }, { @@ -856,7 +1676,20 @@ ] }, "properties": { - "amenity": "charging_station" + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "LI6JTMDSG0", + "socket:typee": "yes", + "socket:type2": "yes", + "fee": "true", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2022-02-15", + "socket:type2_cable": "false" } }, { @@ -869,7 +1702,20 @@ ] }, "properties": { - "amenity": "charging_station" + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "AK6LDZLLUO", + "socket:typee": "yes", + "socket:type2": "yes", + "fee": "true", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2022-02-18", + "socket:type2_cable": "false" } }, { @@ -882,7 +1728,20 @@ ] }, "properties": { - "amenity": "charging_station" + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "AK6LDZLLUO", + "socket:typee": "yes", + "socket:type2": "yes", + "fee": "true", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2022-02-18", + "socket:type2_cable": "false" } }, { @@ -895,7 +1754,20 @@ ] }, "properties": { - "amenity": "charging_station" + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "AK6LDZLLUO", + "socket:typee": "yes", + "socket:type2": "yes", + "fee": "true", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2022-02-21", + "socket:type2_cable": "false" } }, { @@ -908,7 +1780,20 @@ ] }, "properties": { - "amenity": "charging_station" + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "LI6JTMDSG0", + "socket:typee": "yes", + "socket:type2": "yes", + "fee": "true", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2022-02-15", + "socket:type2_cable": "false" } }, { @@ -921,7 +1806,20 @@ ] }, "properties": { - "amenity": "charging_station" + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "LI6JTMDSG0", + "socket:typee": "yes", + "socket:type2": "yes", + "fee": "true", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2022-02-15", + "socket:type2_cable": "false" } }, { @@ -934,7 +1832,20 @@ ] }, "properties": { - "amenity": "charging_station" + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "AK6LDZLLUO", + "socket:typee": "yes", + "socket:type2": "yes", + "fee": "true", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2022-02-18", + "socket:type2_cable": "false" } }, { @@ -947,7 +1858,20 @@ ] }, "properties": { - "amenity": "charging_station" + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "GMHWFA6XWU", + "socket:typee": "yes", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2020-09-04", + "socket:type2_cable": "false" } }, { @@ -960,7 +1884,20 @@ ] }, "properties": { - "amenity": "charging_station" + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "Engencafres", + "socket:typee": "yes", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2017-09-19", + "socket:type2_cable": "false" } }, { @@ -973,7 +1910,20 @@ ] }, "properties": { - "amenity": "charging_station" + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "Engenlagon", + "socket:typee": "yes", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2017-09-19", + "socket:type2_cable": "false" } }, { @@ -986,7 +1936,20 @@ ] }, "properties": { - "amenity": "charging_station" + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "Engenstpier", + "socket:typee": "yes", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2017-09-19", + "socket:type2_cable": "false" } }, { @@ -999,7 +1962,20 @@ ] }, "properties": { - "amenity": "charging_station" + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "Engencilaos", + "socket:typee": "yes", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2017-09-19", + "socket:type2_cable": "false" } }, { @@ -1012,7 +1988,20 @@ ] }, "properties": { - "amenity": "charging_station" + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "Engenguill", + "socket:typee": "yes", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2017-09-19", + "socket:type2_cable": "false" } }, { @@ -1025,7 +2014,20 @@ ] }, "properties": { - "amenity": "charging_station" + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "RITQEFPOJM", + "socket:type2_combo": "yes", + "socket:chademo": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2020-10-30", + "socket:type2_cable": "false" } }, { @@ -1038,7 +2040,19 @@ ] }, "properties": { - "amenity": "charging_station" + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "O2JITRMIMN", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2021-01-20", + "socket:type2_cable": "false" } }, { @@ -1051,7 +2065,19 @@ ] }, "properties": { - "amenity": "charging_station" + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "EQRCK1OHOC", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2021-01-19", + "socket:type2_cable": "false" } }, { @@ -1064,7 +2090,20 @@ ] }, "properties": { - "amenity": "charging_station" + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "EQRCK1OHOC", + "socket:type2_combo": "yes", + "socket:chademo": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2020-10-30", + "socket:type2_cable": "false" } }, { @@ -1077,7 +2116,19 @@ ] }, "properties": { - "amenity": "charging_station" + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "GWXQ3IKEQL", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2021-01-20", + "socket:type2_cable": "false" } }, { @@ -1090,7 +2141,19 @@ ] }, "properties": { - "amenity": "charging_station" + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "ZCT8UV6EN8", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2021-01-20", + "socket:type2_cable": "false" } }, { @@ -1103,7 +2166,20 @@ ] }, "properties": { - "amenity": "charging_station" + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "GWXQ3IKEQL", + "socket:type2_combo": "yes", + "socket:chademo": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2020-10-30", + "socket:type2_cable": "false" } }, { @@ -1116,7 +2192,20 @@ ] }, "properties": { - "amenity": "charging_station" + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "ZCT8UV6EN8", + "socket:type2_combo": "yes", + "socket:chademo": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2020-10-30", + "socket:type2_cable": "false" } }, { @@ -1129,7 +2218,20 @@ ] }, "properties": { - "amenity": "charging_station" + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "AVGUJC2YHB", + "socket:type2_combo": "yes", + "socket:chademo": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2020-10-30", + "socket:type2_cable": "false" } }, { @@ -1142,7 +2244,20 @@ ] }, "properties": { - "amenity": "charging_station" + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "O2JITRMIMN", + "socket:type2_combo": "yes", + "socket:chademo": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2020-10-30", + "socket:type2_cable": "false" } }, { @@ -1155,7 +2270,19 @@ ] }, "properties": { - "amenity": "charging_station" + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "RITQEFPOJM", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2021-01-20", + "socket:type2_cable": "false" } }, { @@ -1168,7 +2295,19 @@ ] }, "properties": { - "amenity": "charging_station" + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "AVGUJC2YHB", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2021-01-20", + "socket:type2_cable": "false" } }, { @@ -1181,7 +2320,20 @@ ] }, "properties": { - "amenity": "charging_station" + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "LG2QVY6WC6", + "socket:type2_combo": "yes", + "socket:chademo": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2023-01-11", + "socket:type2_cable": "false" } }, { @@ -1194,7 +2346,19 @@ ] }, "properties": { - "amenity": "charging_station" + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "LG2QVY6WC6", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2023-01-11", + "socket:type2_cable": "false" } }, { @@ -1207,7 +2371,20 @@ ] }, "properties": { - "amenity": "charging_station" + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "Engenstben", + "socket:typee": "yes", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2017-09-19", + "socket:type2_cable": "false" } }, { @@ -1220,7 +2397,20 @@ ] }, "properties": { - "amenity": "charging_station" + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "Engenstemari", + "socket:typee": "yes", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2017-09-19", + "socket:type2_cable": "false" } }, { @@ -1233,7 +2423,20 @@ ] }, "properties": { - "amenity": "charging_station" + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "VORHPZSFUA", + "socket:typee": "yes", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2020-10-14", + "socket:type2_cable": "false" } }, { @@ -1246,7 +2449,20 @@ ] }, "properties": { - "amenity": "charging_station" + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "LQAKGFHXPA", + "socket:typee": "yes", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2020-10-30", + "socket:type2_cable": "false" } }, { @@ -1259,7 +2475,20 @@ ] }, "properties": { - "amenity": "charging_station" + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "RR8JDRWME6", + "socket:typee": "yes", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2020-10-30", + "socket:type2_cable": "false" } }, { @@ -1272,7 +2501,20 @@ ] }, "properties": { - "amenity": "charging_station" + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "JPMAOIPEVR", + "socket:typee": "yes", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2020-10-30", + "socket:type2_cable": "false" } }, { @@ -1285,7 +2527,20 @@ ] }, "properties": { - "amenity": "charging_station" + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "GHOQAEUSKQ", + "socket:typee": "yes", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2020-10-30", + "socket:type2_cable": "false" } }, { @@ -1298,7 +2553,20 @@ ] }, "properties": { - "amenity": "charging_station" + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "stbenoitjaures", + "socket:typee": "yes", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2017-06-21", + "socket:type2_cable": "false" } }, { @@ -1311,7 +2579,21 @@ ] }, "properties": { - "amenity": "charging_station" + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "CNMYXQ1FIG", + "socket:type2": "yes", + "socket:type2_combo": "yes", + "socket:chademo": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2020-10-12", + "socket:type2_cable": "1" } }, { @@ -1324,7 +2606,20 @@ ] }, "properties": { - "amenity": "charging_station" + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "salinetamarin", + "socket:typee": "yes", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2017-06-20", + "socket:type2_cable": "false" } }, { @@ -1337,7 +2632,20 @@ ] }, "properties": { - "amenity": "charging_station" + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "steclotilde", + "socket:typee": "yes", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2017-06-20", + "socket:type2_cable": "false" } }, { @@ -1350,7 +2658,20 @@ ] }, "properties": { - "amenity": "charging_station" + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "saintemarien2", + "socket:typee": "yes", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2017-06-21", + "socket:type2_cable": "false" } }, { @@ -1363,7 +2684,20 @@ ] }, "properties": { - "amenity": "charging_station" + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "saintemarien2", + "socket:typee": "yes", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2017-06-21", + "socket:type2_cable": "false" } }, { @@ -1376,7 +2710,20 @@ ] }, "properties": { - "amenity": "charging_station" + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "stphilipreuni", + "socket:typee": "yes", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2017-06-20", + "socket:type2_cable": "false" } }, { @@ -1389,7 +2736,20 @@ ] }, "properties": { - "amenity": "charging_station" + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "salinetamarin", + "socket:typee": "yes", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2017-06-20", + "socket:type2_cable": "false" } }, { @@ -1402,7 +2762,22 @@ ] }, "properties": { - "amenity": "charging_station" + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "CNMYXQ1FIG", + "socket:typee": "yes", + "socket:type2": "yes", + "socket:type2_combo": "yes", + "socket:chademo": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2021-06-18", + "socket:type2_cable": "1" } }, { @@ -1415,7 +2790,22 @@ ] }, "properties": { - "amenity": "charging_station" + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "pierrefondsrn", + "socket:typee": "yes", + "socket:type2": "yes", + "socket:type2_combo": "yes", + "socket:chademo": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2021-06-18", + "socket:type2_cable": "1" } }, { @@ -1428,7 +2818,21 @@ ] }, "properties": { - "amenity": "charging_station" + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "SKSFD8QFSZ", + "socket:type2": "yes", + "socket:type2_combo": "yes", + "socket:chademo": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2022-12-12", + "socket:type2_cable": "false" } }, { @@ -1441,7 +2845,19 @@ ] }, "properties": { - "amenity": "charging_station" + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "BMMQ9BPZYD", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2021-10-26", + "socket:type2_cable": "false" } }, { @@ -1454,7 +2870,22 @@ ] }, "properties": { - "amenity": "charging_station" + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "stgillestama", + "socket:typee": "yes", + "socket:type2": "yes", + "socket:type2_combo": "yes", + "socket:chademo": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2021-06-18", + "socket:type2_cable": "1" } }, { @@ -1467,7 +2898,21 @@ ] }, "properties": { - "amenity": "charging_station" + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "stpierrelegol", + "socket:type2": "yes", + "socket:type2_combo": "yes", + "socket:chademo": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2021-05-31", + "socket:type2_cable": "false" } }, { @@ -1480,7 +2925,22 @@ ] }, "properties": { - "amenity": "charging_station" + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "leportzac2000", + "socket:typee": "yes", + "socket:type2": "yes", + "socket:type2_combo": "yes", + "socket:chademo": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2020-10-12", + "socket:type2_cable": "1" } }, { @@ -1493,7 +2953,22 @@ ] }, "properties": { - "amenity": "charging_station" + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "J2WYHZVZ7P", + "socket:typee": "yes", + "socket:type2": "yes", + "socket:type2_combo": "yes", + "socket:chademo": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2021-05-31", + "socket:type2_cable": "1" } }, { @@ -1506,7 +2981,22 @@ ] }, "properties": { - "amenity": "charging_station" + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "standreidf", + "socket:typee": "yes", + "socket:type2": "yes", + "socket:type2_combo": "yes", + "socket:chademo": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2021-05-31", + "socket:type2_cable": "1" } }, { @@ -1519,7 +3009,20 @@ ] }, "properties": { - "amenity": "charging_station" + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "SHRWKOFQRZ", + "socket:typee": "yes", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2022-09-26", + "socket:type2_cable": "false" } }, { @@ -1532,7 +3035,20 @@ ] }, "properties": { - "amenity": "charging_station" + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "SHRWKOFQRZ", + "socket:typee": "yes", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2022-09-26", + "socket:type2_cable": "false" } }, { @@ -1545,7 +3061,20 @@ ] }, "properties": { - "amenity": "charging_station" + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "possessjolizac", + "socket:typee": "yes", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2017-06-21", + "socket:type2_cable": "false" } }, { @@ -1558,7 +3087,19 @@ ] }, "properties": { - "amenity": "charging_station" + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "SHRWKOFQRZ", + "socket:type2_combo": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2022-09-26", + "socket:type2_cable": "false" } }, { @@ -1571,7 +3112,19 @@ ] }, "properties": { - "amenity": "charging_station" + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "SHRWKOFQRZ", + "socket:type2_combo": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2022-09-26", + "socket:type2_cable": "false" } }, { @@ -1584,7 +3137,19 @@ ] }, "properties": { - "amenity": "charging_station" + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "ZPQVODGTYL", + "socket:type2_combo": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2022-09-26", + "socket:type2_cable": "false" } }, { @@ -1597,7 +3162,19 @@ ] }, "properties": { - "amenity": "charging_station" + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "ZPQVODGTYL", + "socket:type2_combo": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2022-09-26", + "socket:type2_cable": "false" } }, { @@ -1610,7 +3187,19 @@ ] }, "properties": { - "amenity": "charging_station" + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "ZPQVODGTYL", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2022-09-26", + "socket:type2_cable": "false" } }, { @@ -1623,7 +3212,19 @@ ] }, "properties": { - "amenity": "charging_station" + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "ZPQVODGTYL", + "socket:chademo": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2022-09-26", + "socket:type2_cable": "false" } }, { @@ -1636,7 +3237,19 @@ ] }, "properties": { - "amenity": "charging_station" + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "ZPQVODGTYL", + "socket:type2_combo": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2022-09-26", + "socket:type2_cable": "false" } }, { @@ -1649,7 +3262,21 @@ ] }, "properties": { - "amenity": "charging_station" + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "THLHDS2GGN", + "socket:type2": "yes", + "socket:type2_combo": "yes", + "socket:chademo": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2022-12-12", + "socket:type2_cable": "false" } }, { @@ -1662,7 +3289,20 @@ ] }, "properties": { - "amenity": "charging_station" + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "stpierrebois", + "socket:typee": "yes", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2017-06-21", + "socket:type2_cable": "false" } }, { @@ -1675,7 +3315,21 @@ ] }, "properties": { - "amenity": "charging_station" + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "THLHDS2GGN", + "socket:type2": "yes", + "socket:type2_combo": "yes", + "socket:chademo": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2022-12-12", + "socket:type2_cable": "false" } }, { @@ -1688,7 +3342,20 @@ ] }, "properties": { - "amenity": "charging_station" + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "braspanon2002", + "socket:typee": "yes", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2017-06-21", + "socket:type2_cable": "false" } }, { @@ -1701,7 +3368,20 @@ ] }, "properties": { - "amenity": "charging_station" + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "OF2V5RUQC2", + "socket:typee": "yes", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2023-01-31", + "socket:type2_cable": "false" } }, { @@ -1714,7 +3394,20 @@ ] }, "properties": { - "amenity": "charging_station" + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "C2AJENOGKE", + "socket:typee": "yes", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2022-12-28", + "socket:type2_cable": "false" } }, { @@ -1727,7 +3420,20 @@ ] }, "properties": { - "amenity": "charging_station" + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "QIGUDGQUCV", + "socket:type2_combo": "yes", + "socket:chademo": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2022-12-28", + "socket:type2_cable": "false" } }, { @@ -1740,7 +3446,20 @@ ] }, "properties": { - "amenity": "charging_station" + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "C2AJENOGKE", + "socket:typee": "yes", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2022-12-28", + "socket:type2_cable": "false" } }, { @@ -1753,7 +3472,20 @@ ] }, "properties": { - "amenity": "charging_station" + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "C2AJENOGKE", + "socket:typee": "yes", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2022-12-28", + "socket:type2_cable": "false" } }, { @@ -1766,7 +3498,20 @@ ] }, "properties": { - "amenity": "charging_station" + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "OF2V5RUQC2", + "socket:typee": "yes", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2023-01-31", + "socket:type2_cable": "false" } }, { @@ -1779,7 +3524,19 @@ ] }, "properties": { - "amenity": "charging_station" + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "C2AJENOGKE", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2022-12-28", + "socket:type2_cable": "false" } }, { @@ -1792,7 +3549,20 @@ ] }, "properties": { - "amenity": "charging_station" + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "OF2V5RUQC2", + "socket:typee": "yes", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2023-01-31", + "socket:type2_cable": "false" } }, { @@ -1805,7 +3575,20 @@ ] }, "properties": { - "amenity": "charging_station" + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "OF2V5RUQC2", + "socket:typee": "yes", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2023-01-31", + "socket:type2_cable": "false" } }, { @@ -1818,7 +3601,20 @@ ] }, "properties": { - "amenity": "charging_station" + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "BUE8MYS7P9", + "socket:type2_combo": "yes", + "socket:chademo": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2022-12-28", + "socket:type2_cable": "false" } }, { @@ -1831,7 +3627,20 @@ ] }, "properties": { - "amenity": "charging_station" + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "BUE8MYS7P9", + "socket:typee": "yes", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2022-12-28", + "socket:type2_cable": "false" } }, { @@ -1844,7 +3653,19 @@ ] }, "properties": { - "amenity": "charging_station" + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "PDIWE44BBM", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2022-12-28", + "socket:type2_cable": "false" } }, { @@ -1857,7 +3678,20 @@ ] }, "properties": { - "amenity": "charging_station" + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "BUE8MYS7P9", + "socket:typee": "yes", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2022-12-28", + "socket:type2_cable": "false" } }, { @@ -1870,7 +3704,20 @@ ] }, "properties": { - "amenity": "charging_station" + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "ASJPOGWDW9", + "socket:typee": "yes", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2021-06-02", + "socket:type2_cable": "false" } }, { @@ -1883,7 +3730,19 @@ ] }, "properties": { - "amenity": "charging_station" + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "M8SKCP6RWC", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2022-12-28", + "socket:type2_cable": "false" } }, { @@ -1896,7 +3755,20 @@ ] }, "properties": { - "amenity": "charging_station" + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "M8SKCP6RWC", + "socket:type2_combo": "yes", + "socket:chademo": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2022-12-28", + "socket:type2_cable": "false" } }, { @@ -1909,7 +3781,20 @@ ] }, "properties": { - "amenity": "charging_station" + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "ASJPOGWDW9", + "socket:typee": "yes", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2021-06-02", + "socket:type2_cable": "false" } }, { @@ -1922,7 +3807,19 @@ ] }, "properties": { - "amenity": "charging_station" + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "BUE8MYS7P9", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2022-12-28", + "socket:type2_cable": "false" } }, { @@ -1935,7 +3832,20 @@ ] }, "properties": { - "amenity": "charging_station" + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "M8SKCP6RWC", + "socket:typee": "yes", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2022-12-28", + "socket:type2_cable": "false" } }, { @@ -1948,7 +3858,20 @@ ] }, "properties": { - "amenity": "charging_station" + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "PDIWE44BBM", + "socket:type2_combo": "yes", + "socket:chademo": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2022-12-28", + "socket:type2_cable": "false" } }, { @@ -1961,7 +3884,20 @@ ] }, "properties": { - "amenity": "charging_station" + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "ASJPOGWDW9", + "socket:typee": "yes", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2021-06-02", + "socket:type2_cable": "false" } }, { @@ -1974,7 +3910,19 @@ ] }, "properties": { - "amenity": "charging_station" + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "QIGUDGQUCV", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2022-12-28", + "socket:type2_cable": "false" } }, { @@ -1987,7 +3935,20 @@ ] }, "properties": { - "amenity": "charging_station" + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "ASJPOGWDW9", + "socket:typee": "yes", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2021-06-02", + "socket:type2_cable": "false" } }, { @@ -2000,7 +3961,20 @@ ] }, "properties": { - "amenity": "charging_station" + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "FE7WITDLPX", + "socket:type2_combo": "yes", + "socket:chademo": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2022-11-02", + "socket:type2_cable": "false" } }, { @@ -2013,7 +3987,19 @@ ] }, "properties": { - "amenity": "charging_station" + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "FE7WITDLPX", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2022-11-02", + "socket:type2_cable": "false" } }, { @@ -2026,7 +4012,20 @@ ] }, "properties": { - "amenity": "charging_station" + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "M8SKCP6RWC", + "socket:typee": "yes", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2022-12-28", + "socket:type2_cable": "false" } }, { @@ -2039,7 +4038,20 @@ ] }, "properties": { - "amenity": "charging_station" + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "WPC00KCZXZ", + "socket:type2_combo": "yes", + "socket:chademo": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2022-10-31", + "socket:type2_cable": "false" } }, { @@ -2052,7 +4064,19 @@ ] }, "properties": { - "amenity": "charging_station" + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "WPC00KCZXZ", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2022-10-31", + "socket:type2_cable": "false" } }, { @@ -2065,7 +4089,20 @@ ] }, "properties": { - "amenity": "charging_station" + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "WPC00KCZXZ", + "socket:typee": "yes", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2022-10-31", + "socket:type2_cable": "false" } }, { @@ -2078,7 +4115,20 @@ ] }, "properties": { - "amenity": "charging_station" + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "WPC00KCZXZ", + "socket:typee": "yes", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2022-10-31", + "socket:type2_cable": "false" } }, { @@ -2091,7 +4141,20 @@ ] }, "properties": { - "amenity": "charging_station" + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "RUIVJ6JIHW", + "socket:typee": "yes", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2022-03-17", + "socket:type2_cable": "false" } }, { @@ -2104,7 +4167,20 @@ ] }, "properties": { - "amenity": "charging_station" + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "Z5YRCO4MCH", + "socket:typee": "yes", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2021-09-09", + "socket:type2_cable": "false" } }, { @@ -2117,7 +4193,20 @@ ] }, "properties": { - "amenity": "charging_station" + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "Z5YRCO4MCH", + "socket:typee": "yes", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2021-09-09", + "socket:type2_cable": "false" } }, { @@ -2130,7 +4219,20 @@ ] }, "properties": { - "amenity": "charging_station" + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "Z5YRCO4MCH", + "socket:typee": "yes", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2021-09-09", + "socket:type2_cable": "false" } }, { @@ -2143,7 +4245,19 @@ ] }, "properties": { - "amenity": "charging_station" + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "POYTUZYBZT", + "socket:type2_combo": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2022-11-18", + "socket:type2_cable": "false" } }, { @@ -2156,7 +4270,19 @@ ] }, "properties": { - "amenity": "charging_station" + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "OJHMGCHDSF", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2022-12-12", + "socket:type2_cable": "1" } }, { @@ -2169,7 +4295,19 @@ ] }, "properties": { - "amenity": "charging_station" + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "OJHMGCHDSF", + "socket:type2_combo": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2020-10-30", + "socket:type2_cable": "false" } }, { @@ -2182,7 +4320,19 @@ ] }, "properties": { - "amenity": "charging_station" + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "POYTUZYBZT", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2022-11-18", + "socket:type2_cable": "false" } }, { @@ -2195,7 +4345,19 @@ ] }, "properties": { - "amenity": "charging_station" + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "OJHMGCHDSF", + "socket:type2_combo": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2021-01-20", + "socket:type2_cable": "false" } }, { @@ -2208,7 +4370,19 @@ ] }, "properties": { - "amenity": "charging_station" + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "POYTUZYBZT", + "socket:type2_combo": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2022-11-18", + "socket:type2_cable": "false" } }, { @@ -2221,7 +4395,19 @@ ] }, "properties": { - "amenity": "charging_station" + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "YQWPOFVGFO", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "Mo 12:00-20:30,Tu 08:30-19:00,We-Th 08:30-20:30,Fr-Sa 08:30-21:00,Su 08:30-12:00", + "start_date": "2022-06-06", + "socket:type2_cable": "false" } }, { @@ -2234,7 +4420,19 @@ ] }, "properties": { - "amenity": "charging_station" + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "YQWPOFVGFO", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "Mo 12:00-20:30,Tu 08:30-19:00,We-Th 08:30-20:30,Fr-Sa 08:30-21:00,Su 08:30-12:00", + "start_date": "2022-06-06", + "socket:type2_cable": "false" } }, { @@ -2247,7 +4445,19 @@ ] }, "properties": { - "amenity": "charging_station" + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "YQWPOFVGFO", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "Mo 12:00-20:30,Tu 08:30-19:00,We-Th 08:30-20:30,Fr-Sa 08:30-21:00,Su 08:30-12:00", + "start_date": "2022-06-06", + "socket:type2_cable": "false" } }, { @@ -2260,7 +4470,20 @@ ] }, "properties": { - "amenity": "charging_station" + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "YQWPOFVGFO", + "socket:typee": "yes", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "Mo 12:00-20:30,Tu 08:30-19:00,We-Th 08:30-20:30,Fr-Sa 08:30-21:00,Su 08:30-12:00", + "start_date": "2022-06-06", + "socket:type2_cable": "false" } }, { @@ -2273,7 +4496,19 @@ ] }, "properties": { - "amenity": "charging_station" + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "YQWPOFVGFO", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "Mo 12:00-20:30,Tu 08:30-19:00,We-Th 08:30-20:30,Fr-Sa 08:30-21:00,Su 08:30-12:00", + "start_date": "2022-06-06", + "socket:type2_cable": "false" } }, { @@ -2286,7 +4521,19 @@ ] }, "properties": { - "amenity": "charging_station" + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "YQWPOFVGFO", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "Mo 12:00-20:30,Tu 08:30-19:00,We-Th 08:30-20:30,Fr-Sa 08:30-21:00,Su 08:30-12:00", + "start_date": "2022-06-06", + "socket:type2_cable": "false" } }, { @@ -2299,7 +4546,19 @@ ] }, "properties": { - "amenity": "charging_station" + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "YQWPOFVGFO", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "Mo 12:00-20:30,Tu 08:30-19:00,We-Th 08:30-20:30,Fr-Sa 08:30-21:00,Su 08:30-12:00", + "start_date": "2022-06-06", + "socket:type2_cable": "false" } }, { @@ -2312,7 +4571,20 @@ ] }, "properties": { - "amenity": "charging_station" + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "YQWPOFVGFO", + "socket:typee": "yes", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "Mo 12:00-20:30,Tu 08:30-19:00,We-Th 08:30-20:30,Fr-Sa 08:30-21:00,Su 08:30-12:00", + "start_date": "2022-06-06", + "socket:type2_cable": "false" } }, { @@ -2325,7 +4597,20 @@ ] }, "properties": { - "amenity": "charging_station" + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "NVOX3RW4SD", + "socket:typee": "yes", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2023-01-16", + "socket:type2_cable": "false" } }, { @@ -2338,7 +4623,20 @@ ] }, "properties": { - "amenity": "charging_station" + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "NVOX3RW4SD", + "socket:typee": "yes", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2023-01-16", + "socket:type2_cable": "false" } }, { @@ -2351,7 +4649,20 @@ ] }, "properties": { - "amenity": "charging_station" + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "NVOX3RW4SD", + "socket:typee": "yes", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2023-01-16", + "socket:type2_cable": "false" } }, { @@ -2364,7 +4675,20 @@ ] }, "properties": { - "amenity": "charging_station" + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "NVOX3RW4SD", + "socket:typee": "yes", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2023-01-16", + "socket:type2_cable": "false" } }, { @@ -2377,7 +4701,20 @@ ] }, "properties": { - "amenity": "charging_station" + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "NVOX3RW4SD", + "socket:typee": "yes", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2023-01-16", + "socket:type2_cable": "false" } }, { @@ -2390,7 +4727,20 @@ ] }, "properties": { - "amenity": "charging_station" + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "NVOX3RW4SD", + "socket:typee": "yes", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2023-01-16", + "socket:type2_cable": "false" } }, { @@ -2403,7 +4753,20 @@ ] }, "properties": { - "amenity": "charging_station" + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "NVOX3RW4SD", + "socket:typee": "yes", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2023-01-16", + "socket:type2_cable": "false" } }, { @@ -2416,7 +4779,20 @@ ] }, "properties": { - "amenity": "charging_station" + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "NVOX3RW4SD", + "socket:typee": "yes", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2023-01-16", + "socket:type2_cable": "false" } }, { @@ -2429,7 +4805,20 @@ ] }, "properties": { - "amenity": "charging_station" + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "NVOX3RW4SD", + "socket:typee": "yes", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2023-01-16", + "socket:type2_cable": "false" } }, { @@ -2442,7 +4831,20 @@ ] }, "properties": { - "amenity": "charging_station" + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "NVOX3RW4SD", + "socket:typee": "yes", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2023-01-16", + "socket:type2_cable": "false" } }, { @@ -2455,7 +4857,20 @@ ] }, "properties": { - "amenity": "charging_station" + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "NVOX3RW4SD", + "socket:typee": "yes", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2023-01-16", + "socket:type2_cable": "false" } }, { @@ -2468,7 +4883,20 @@ ] }, "properties": { - "amenity": "charging_station" + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "NVOX3RW4SD", + "socket:typee": "yes", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2023-01-16", + "socket:type2_cable": "false" } }, { @@ -2481,7 +4909,20 @@ ] }, "properties": { - "amenity": "charging_station" + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "NVOX3RW4SD", + "socket:typee": "yes", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2023-01-16", + "socket:type2_cable": "false" } }, { @@ -2494,7 +4935,20 @@ ] }, "properties": { - "amenity": "charging_station" + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "NVOX3RW4SD", + "socket:typee": "yes", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2023-01-16", + "socket:type2_cable": "false" } }, { @@ -2507,7 +4961,19 @@ ] }, "properties": { - "amenity": "charging_station" + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "JNNF0FAFIC", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2022-07-12", + "socket:type2_cable": "false" } }, { @@ -2520,7 +4986,19 @@ ] }, "properties": { - "amenity": "charging_station" + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "JNNF0FAFIC", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2022-07-12", + "socket:type2_cable": "false" } }, { @@ -2533,7 +5011,19 @@ ] }, "properties": { - "amenity": "charging_station" + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "JNNF0FAFIC", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2022-07-12", + "socket:type2_cable": "false" } }, { @@ -2546,7 +5036,19 @@ ] }, "properties": { - "amenity": "charging_station" + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "JNNF0FAFIC", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2022-07-12", + "socket:type2_cable": "false" } }, { @@ -2559,7 +5061,19 @@ ] }, "properties": { - "amenity": "charging_station" + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "JNNF0FAFIC", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2022-07-12", + "socket:type2_cable": "false" } }, { @@ -2572,7 +5086,19 @@ ] }, "properties": { - "amenity": "charging_station" + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "JNNF0FAFIC", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2022-07-12", + "socket:type2_cable": "false" } }, { @@ -2585,7 +5111,19 @@ ] }, "properties": { - "amenity": "charging_station" + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "JNNF0FAFIC", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2022-07-12", + "socket:type2_cable": "false" } }, { @@ -2598,7 +5136,19 @@ ] }, "properties": { - "amenity": "charging_station" + "amenity": "charging_station", + "operator": "Freshmile SAS", + "email": "web@freshmile.com", + "phone": "0369246732", + "network": "Freshmile", + "ref": "JNNF0FAFIC", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2022-07-12", + "socket:type2_cable": "false" } }, { @@ -2611,7 +5161,19 @@ ] }, "properties": { - "amenity": "charging_station" + "amenity": "charging_station", + "operator": "CAR2PLUG", + "owner:ref:FR:SIREN": "901985804", + "email": "contact@car2plug.fr", + "phone": "0988991011", + "network": "EASYPLUG", + "socket:typee": "yes", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2021-09-01" } }, { @@ -2624,7 +5186,19 @@ ] }, "properties": { - "amenity": "charging_station" + "amenity": "charging_station", + "operator": "CAR2PLUG", + "owner:ref:FR:SIREN": "901985804", + "email": "contact@car2plug.fr", + "phone": "0988991011", + "network": "EASYPLUG", + "socket:typee": "yes", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2021-09-01" } }, { @@ -2637,7 +5211,19 @@ ] }, "properties": { - "amenity": "charging_station" + "amenity": "charging_station", + "operator": "CAR2PLUG", + "owner:ref:FR:SIREN": "901985804", + "email": "contact@car2plug.fr", + "phone": "0988991011", + "network": "EASYPLUG", + "socket:typee": "yes", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2021-09-01" } }, { @@ -2650,7 +5236,19 @@ ] }, "properties": { - "amenity": "charging_station" + "amenity": "charging_station", + "operator": "CAR2PLUG", + "owner:ref:FR:SIREN": "901985804", + "email": "contact@car2plug.fr", + "phone": "0988991011", + "network": "EASYPLUG", + "socket:typee": "yes", + "socket:type2": "yes", + "fee": "false", + "authentication:none": "true", + "reservation": "no", + "opening_hours": "24/7", + "start_date": "2021-09-01" } } ]