diff --git a/mapping_geojson_to_osm_tags/convert_to_osm_tags.ts b/mapping_geojson_to_osm_tags/convert_to_osm_tags.ts index 7e4292a1..df18e197 100644 --- a/mapping_geojson_to_osm_tags/convert_to_osm_tags.ts +++ b/mapping_geojson_to_osm_tags/convert_to_osm_tags.ts @@ -14,15 +14,18 @@ const minimist = require('minimist') const debugLog = utils.debugLog; -let use_mappping_engine = false -use_mappping_engine = true +let use_mapping_engine = false +use_mapping_engine = true let Mapping_engine = new mapping_engine(mappingConfigIRVE) let mini_arguments: any = minimist(process.argv.slice(2)) -let sourceFilePathGeoJson = './etalab_data/small.json' +// let sourceFilePathGeoJson = './etalab_data/small.json' +// let sourceFilePathGeoJson = './etalab_data/all.json' +// let sourceFilePathGeoJson = './output/my_converted_data_set_filtered_zipcode_91.json' +let sourceFilePathGeoJson = './output/my_converted_data_set_filtered_zipcode_91_small.json' // wip filter let filterOnBoundingBox = true @@ -50,7 +53,7 @@ if (mini_arguments['source']) { sourceFilePathGeoJson = mini_arguments['source'] } if (mini_arguments['engine']) { - use_mappping_engine = mini_arguments['engine'] + use_mapping_engine = mini_arguments['engine'] } let filterZipCode = new RegExp(`^${filterDepartment}`) @@ -197,7 +200,7 @@ function convertDataForIRVE(sourceFilePath: string, mapping: any, pointCounterMa console.log('convert :feature_point', feature_point) let mapped_point: any = {} - if (use_mappping_engine) { + if (use_mapping_engine) { debugLog('convert :using mapping engine on feature point' , feature_point ) @@ -280,7 +283,7 @@ function mapElementFromConfSimple(featurePoint: any, mappingConfig: any) { return basePoint } -if (use_mappping_engine) { +if (use_mapping_engine) { debugLog(' - using mapping engine') debugLog(' - pointCounterMax', pointCounterMax) Mapping_engine.setConfig(mappingConfigIRVE) diff --git a/mapping_geojson_to_osm_tags/mappings/converters/configIRVE.ts b/mapping_geojson_to_osm_tags/mappings/converters/configIRVE.ts index ebd07f1b..869dc0f3 100644 --- a/mapping_geojson_to_osm_tags/mappings/converters/configIRVE.ts +++ b/mapping_geojson_to_osm_tags/mappings/converters/configIRVE.ts @@ -30,7 +30,12 @@ const MappingIRVE: MappingConfigType = { gratuit: 'fee', paiement_acte: 'authentication:none', - reservation: 'reservation', + reservation: { + key_converted: 'reservation', + truthy_value: 'yes', + falsy_value: 'no', + // boolean_value_conversion: true, // convertit en yes ou no + }, observations: 'note', nom_station: 'name', nom_enseigne: 'network', diff --git a/mapping_geojson_to_osm_tags/mappings/engine.ts b/mapping_geojson_to_osm_tags/mappings/engine.ts index c8e1aea8..f7c589d1 100644 --- a/mapping_geojson_to_osm_tags/mappings/engine.ts +++ b/mapping_geojson_to_osm_tags/mappings/engine.ts @@ -125,6 +125,8 @@ export default class { * @param newProperties */ convertProperty(pointKeyName: string, mappingKeys: any, featurePoint: any, newProperties: any) { + let originalValue = featurePoint.properties[pointKeyName] + debugLog('convertProperty: pointKeyName', pointKeyName) // debugLog('convertProperty: mappingKeys', mappingKeys) if (mappingKeys.indexOf(pointKeyName) > 0) { @@ -172,6 +174,19 @@ export default class { newKey = configObject.key_converted } + /** + * conversion booléenne + */ + if (configObject.boolean_value_conversion) { + debugLog('convertProperty: is boolean_value_conversion' ) + if (this.truthyValues.indexOf(originalValue) !== -1) { + convertedValue = 'yes' + } + if (this.falsyValues.indexOf(originalValue) !== -1) { + convertedValue = 'no' + } + } + /** * gestion des valeurs conditionnelles * nous pouvons renseigner une string ou un objet décrivant les transformations à réaliser @@ -199,6 +214,7 @@ export default class { convertedValue = conditionnalConfig.falsy_value } } + if (conditionnalConfig.transform_function) { // une transformation de la valeur // apply transformation to value 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 930265bb..8aeeb57b 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 @@ -6,13 +6,12 @@ "geometry": { "type": "Point", "coordinates": [ - 4.822159, - 45.635079 + 2.198339, + 48.678843 ] }, "properties": { - "nom_amenageur": "ELECTRA", - "siren_amenageur": "891624884" + "reservation": "TRUE" } } ] 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 8bc6dafe..4b6927a6 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 @@ -1,4 +1,10961 @@ { "type": "FeatureCollection", - "features": [] + "features": [ + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.198339, + 48.678843 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.198339, + 48.678843 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.198339, + 48.678843 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.198339, + 48.678843 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.436023, + 48.632526 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.436023, + 48.632526 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.436023, + 48.632526 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.436023, + 48.632526 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.436023, + 48.632526 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.436023, + 48.632526 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.436023, + 48.632526 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.229205, + 48.690167 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.229205, + 48.690167 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.01794363, + 48.543534 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.01794363, + 48.543534 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.01794363, + 48.543534 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.01794363, + 48.543534 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.170199, + 48.457568 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.170199, + 48.457568 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.389685, + 48.675894 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.389685, + 48.675894 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.206429, + 48.688773 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.206429, + 48.688773 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.427055, + 48.612608 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.427055, + 48.612608 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.324704, + 48.73466 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.324704, + 48.73466 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.230529, + 48.640338 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.230529, + 48.640338 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.232979, + 48.642979 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.232979, + 48.642979 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.339336, + 48.705907 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.339336, + 48.705907 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.324774, + 48.700535 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.324774, + 48.700535 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.229802, + 48.642808 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.229802, + 48.642808 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.270501, + 48.752064 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.270501, + 48.752064 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.270501, + 48.752064 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.270501, + 48.752064 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.21486, + 48.754676 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.21486, + 48.754676 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.264582, + 48.743228 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.264582, + 48.743228 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.264582, + 48.743228 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.264582, + 48.743228 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.252401, + 48.740984 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.252401, + 48.740984 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.219674, + 48.755734 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.219674, + 48.755734 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.216118, + 48.751964 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.216118, + 48.751964 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.329537, + 48.739087 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.329537, + 48.739087 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.20761, + 48.73402 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.267462, + 48.632023 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.267462, + 48.632023 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.191479, + 48.703136 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.191479, + 48.703136 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.221078, + 48.732231 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.221078, + 48.732231 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.168417, + 48.730614 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.168417, + 48.730614 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.20761, + 48.73402 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.159423, + 48.696949 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.242334, + 48.661919 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.226933, + 48.699745 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.226933, + 48.699745 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.279881, + 48.665501 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.279881, + 48.665501 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.142571, + 48.714664 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.24285, + 48.659538 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.24285, + 48.659538 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.216673, + 48.673862 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.216673, + 48.673862 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.242334, + 48.661919 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.159423, + 48.696949 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.270542, + 48.641041 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.269996, + 48.657887 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.269996, + 48.657887 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.187464, + 48.698582 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.246326, + 48.714756 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.246326, + 48.714756 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.222766, + 48.739605 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.222766, + 48.739605 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.262753, + 48.626686 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.262753, + 48.626686 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.295414, + 48.737225 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.295414, + 48.737225 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.236749, + 48.68372 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.236749, + 48.68372 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.261823, + 48.689507 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.270542, + 48.641041 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.243571, + 48.711727 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.243571, + 48.711727 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.259299, + 48.713703 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.259299, + 48.713703 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.268743, + 48.66151 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.268743, + 48.66151 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.298674, + 48.675415 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.298674, + 48.675415 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.142571, + 48.714664 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.116799, + 48.687965 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.261823, + 48.689507 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.276495, + 48.664589 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.283376, + 48.730587 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.274164, + 48.711114 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.274164, + 48.711114 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.291233, + 48.700448 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.291233, + 48.700448 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.274077, + 48.708309 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.274077, + 48.708309 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.234448, + 48.717192 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.234448, + 48.717192 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.232224, + 48.717692 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.294588, + 48.695099 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.294588, + 48.695099 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.226447, + 48.741585 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.134319, + 48.677201 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.134319, + 48.677201 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.132646, + 48.677479 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.132646, + 48.677479 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.134818, + 48.701092 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.134818, + 48.701092 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.293165, + 48.676964 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.293165, + 48.676964 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.273265, + 48.73428 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.273265, + 48.73428 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.29254, + 48.696736 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.116799, + 48.687965 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.276495, + 48.664589 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.273306, + 48.644867 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.273306, + 48.644867 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.294186, + 48.701866 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.294186, + 48.701866 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.259031, + 48.730156 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.259031, + 48.730156 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.257871, + 48.735409 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.257871, + 48.735409 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.316214, + 48.684934 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.29254, + 48.696736 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.316214, + 48.684934 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.272193, + 48.725075 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.272193, + 48.725075 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.233518, + 48.697381 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.233518, + 48.697381 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.292326, + 48.73232 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.292326, + 48.73232 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.106596, + 48.700953 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.106596, + 48.700953 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.283376, + 48.730587 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.187464, + 48.698582 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.226447, + 48.741585 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.171913, + 48.677594 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.171913, + 48.677594 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.171913, + 48.677594 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.171913, + 48.677594 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.123598575, + 48.62476348 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.123598575, + 48.62476348 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.08853228, + 48.31828217 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.086814459, + 48.31808191 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.08853228, + 48.31828217 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.086814459, + 48.31808191 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.378329, + 48.681627 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.378329, + 48.681627 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.378329, + 48.681627 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.378329, + 48.681627 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.377849, + 48.681423 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.377849, + 48.681423 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.378329, + 48.681627 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.377849, + 48.681423 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.44817631, + 48.56613528 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.44817631, + 48.56613528 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.17064, + 48.756 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.17064, + 48.756 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.281885, + 48.672411 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.33401537, + 48.63200582 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.281885, + 48.672411 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.33401537, + 48.63200582 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.33401537, + 48.63200582 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.33401537, + 48.63200582 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.33401537, + 48.63200582 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.33401537, + 48.63200582 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.33401537, + 48.63200582 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.281885, + 48.672411 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.33401537, + 48.63200582 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.281885, + 48.672411 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.433395, + 48.687488 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.433395, + 48.687488 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.433395, + 48.687488 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.433395, + 48.687488 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.398765, + 48.650183 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.345496, + 48.70545 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.433395, + 48.687488 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.398765, + 48.650183 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.477486, + 48.591026 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.433395, + 48.687488 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.477486, + 48.591026 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.528645, + 48.678483 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.528645, + 48.678483 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.528645, + 48.678483 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.528645, + 48.678483 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.345496, + 48.70545 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.453482, + 48.615785 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.453482, + 48.615785 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.453482, + 48.615785 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.453482, + 48.615785 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.453482, + 48.615785 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.453482, + 48.615785 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.453482, + 48.615785 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.453482, + 48.615785 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.453482, + 48.615785 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.402931, + 48.630265 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.402931, + 48.630265 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.35420578, + 48.62136112 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.35420578, + 48.62136112 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.35420578, + 48.62136112 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.35420578, + 48.62136112 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.35420578, + 48.62136112 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.35420578, + 48.62136112 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.35420578, + 48.62136112 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.35420578, + 48.62136112 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.35420578, + 48.62136112 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.35420578, + 48.62136112 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.35420578, + 48.62136112 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.35420578, + 48.62136112 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.35420578, + 48.62136112 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.35420578, + 48.62136112 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.35420578, + 48.62136112 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.35420578, + 48.62136112 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.35606084, + 48.60678758 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.35606084, + 48.60678758 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 1.99961078, + 48.31750806 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 1.99961078, + 48.31750806 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 1.99961078, + 48.31750806 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 1.99961078, + 48.31750806 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 1.99961078, + 48.31750806 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 1.99961078, + 48.31750806 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 1.99961078, + 48.31750806 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 1.99961078, + 48.31750806 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.206145, + 48.688707 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.206145, + 48.688707 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.206145, + 48.688707 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.206145, + 48.688707 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.206145, + 48.688707 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.206145, + 48.688707 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.27224721, + 48.64780704 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.27224721, + 48.64780704 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.1726385, + 48.4270586 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.1726385, + 48.4270586 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.01, + 48.53 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.368253087879, + 48.63330486819303 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.368253087879, + 48.63330486819303 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.4961249380287276, + 48.678652435121194 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.145602, + 48.635405 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.145602, + 48.635405 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.145602, + 48.635405 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.145602, + 48.635405 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.443222, + 48.595281 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.443222, + 48.595281 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.443222, + 48.595281 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.443222, + 48.595281 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.443222, + 48.595281 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.443222, + 48.595281 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.443222, + 48.595281 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.443222, + 48.595281 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.44222, + 48.59459 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.44222, + 48.59459 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.44222, + 48.59459 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.44222, + 48.59459 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.44222, + 48.59459 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.44222, + 48.59459 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.44222, + 48.59459 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.44222, + 48.59459 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.4300481888403183, + 48.682044800657714 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.4300481888403183, + 48.682044800657714 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.4300481888403183, + 48.682044800657714 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.4300481888403183, + 48.682044800657714 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.4300481888403183, + 48.682044800657714 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.5295840174515463, + 48.678489499960584 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.5286632377885447, + 48.678389833990664 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.5286632377885447, + 48.678389833990664 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.5286632377885447, + 48.678389833990664 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.526362317964585, + 48.69077906864795 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.526362317964585, + 48.69077906864795 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.403842, + 48.6814842 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.403842, + 48.6814842 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.4245679, + 48.6848221 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.4245679, + 48.6848221 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.407719, + 48.673546 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.407719, + 48.673546 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.431342, + 48.681508 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.431342, + 48.681508 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.4077141243933076, + 48.68517050782172 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.4077141243933076, + 48.68517050782172 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.5295840174515463, + 48.678489499960584 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.371912, + 48.622446 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.371912, + 48.622446 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.335556, + 48.705551 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.335556, + 48.705551 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.335556, + 48.705551 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.335556, + 48.705551 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.335556, + 48.705551 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.370823, + 48.690763 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.370823, + 48.690763 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.370823, + 48.690763 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.370823, + 48.690763 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.370823, + 48.690763 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.25, + 48.7 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.02, + 48.53 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.23, + 48.69 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.421482, + 48.664224 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.421482, + 48.664224 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.41169, + 48.6808 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.147694, + 48.378312 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.147694, + 48.378312 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.147694, + 48.378312 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.41169, + 48.6808 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.106539, + 48.680822 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.106539, + 48.680822 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.370444, + 48.689668 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.317971, + 48.674145 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.317971, + 48.674145 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.317971, + 48.674145 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.303434, + 48.690335 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.303434, + 48.690335 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.303434, + 48.690335 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.303434, + 48.690335 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.317971, + 48.674145 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.303627, + 48.706046 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.303627, + 48.706046 + ] + }, + "properties": { + "amenity": "charging_station", + "operator": "WAAT SAS | FR*WAT", + "owner:ref:FR:SIREN": "402923643", + "email": "exploitation@waat.fr", + "network": "WAAT", + "ref:EU:EVSE": "Non concerné", + "name": "WAAT/FRWATLFD4WWPK5", + "capacity": "2", + "socket:typee": "no", + "socket:type2": "yes", + "socket:type2_combo": "no", + "socket:chademo": "no", + "fee": "no", + "authentication:none": "yes", + "reservation": "False", + "opening_hours": "24/7", + "start_date": "2022-01-12", + "note": "Autre paiements : compte prépayé.", + "source:date": "2022-09-02", + "ref": "577478", + "phone": "0680074537" + } + } + ] } \ No newline at end of file diff --git a/mapping_geojson_to_osm_tags/output/my_converted_data_set_filtered_zipcode_91_small.json b/mapping_geojson_to_osm_tags/output/my_converted_data_set_filtered_zipcode_91_small.json new file mode 100644 index 00000000..8aeeb57b --- /dev/null +++ b/mapping_geojson_to_osm_tags/output/my_converted_data_set_filtered_zipcode_91_small.json @@ -0,0 +1,18 @@ +{ + "type": "FeatureCollection", + "features": [ + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.198339, + 48.678843 + ] + }, + "properties": { + "reservation": "TRUE" + } + } + ] +} \ No newline at end of file