diff --git a/mapping_geojson_to_osm_tags/convert_to_osm_tags.mjs b/mapping_geojson_to_osm_tags/convert_to_osm_tags.mjs index 5820e96f..65176848 100644 --- a/mapping_geojson_to_osm_tags/convert_to_osm_tags.mjs +++ b/mapping_geojson_to_osm_tags/convert_to_osm_tags.mjs @@ -3,14 +3,16 @@ */ import fs from 'node-fs' import minimist from 'minimist' -import mappingConfigIRVE from 'mappings/configIRVE' -import mapping_engine from "./mappings/engine"; -import {debugLog} from "./mappings/utils"; +import mappingConfigIRVE from './mappings/configIRVE.mjs' +import mapping_engine from "./mappings/engine.mjs"; +import custom_utils from "./mappings/utils.mjs"; + +const {debugLog} = custom_utils; // let debugLog = custom_utils.debugLog -let mapping_engine = new mapping_engine(mappingConfigIRVE); let use_mappping_engine = false; +let Mapping_engine = new mapping_engine(mappingConfigIRVE); let mini_arguments = minimist(process.argv.slice(2)) @@ -150,8 +152,8 @@ function convertDataForIRVE(sourceFilePath, mapping, pointCounterMax, boundingBo let mapped_point = {}; if (use_mappping_engine) { - mapping_engine.setConfig(mapping) - mapped_point = mapping_engine.mapFeaturePoint(feature_point) + Mapping_engine.setConfig(mapping) + mapped_point = Mapping_engine.mapFeaturePoint(feature_point) } else { mapped_point = mapElementFromConfSimple(feature_point, mapping) } diff --git a/mapping_geojson_to_osm_tags/mappings/configIRVE.js b/mapping_geojson_to_osm_tags/mappings/configIRVE.mjs similarity index 100% rename from mapping_geojson_to_osm_tags/mappings/configIRVE.js rename to mapping_geojson_to_osm_tags/mappings/configIRVE.mjs diff --git a/mapping_geojson_to_osm_tags/mappings/engine.js b/mapping_geojson_to_osm_tags/mappings/engine.mjs similarity index 98% rename from mapping_geojson_to_osm_tags/mappings/engine.js rename to mapping_geojson_to_osm_tags/mappings/engine.mjs index bc50b8e1..64560cb9 100644 --- a/mapping_geojson_to_osm_tags/mappings/engine.js +++ b/mapping_geojson_to_osm_tags/mappings/engine.mjs @@ -1,4 +1,4 @@ -import debugLog from 'utils' +import debugLog from './utils.mjs' export default class { config = {} diff --git a/mapping_geojson_to_osm_tags/mappings/utils.js b/mapping_geojson_to_osm_tags/mappings/utils.mjs similarity index 100% rename from mapping_geojson_to_osm_tags/mappings/utils.js rename to mapping_geojson_to_osm_tags/mappings/utils.mjs 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 616c87b6..95ad582f 100644 --- a/mapping_geojson_to_osm_tags/output/my_converted_data_set_filtered_zipcode_91.json +++ b/mapping_geojson_to_osm_tags/output/my_converted_data_set_filtered_zipcode_91.json @@ -11,28 +11,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -45,28 +24,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -79,28 +37,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -113,28 +50,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -147,28 +63,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -181,28 +76,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -215,28 +89,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -249,28 +102,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -283,28 +115,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -317,28 +128,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -351,28 +141,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -385,28 +154,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -419,28 +167,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -453,28 +180,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -487,28 +193,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -521,28 +206,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -555,28 +219,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -589,28 +232,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -623,28 +245,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -657,28 +258,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -691,28 +271,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -725,28 +284,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -759,28 +297,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -793,28 +310,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -827,28 +323,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -861,28 +336,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -895,28 +349,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -929,28 +362,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -963,28 +375,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -997,28 +388,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -1031,28 +401,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -1065,28 +414,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -1099,28 +427,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -1133,28 +440,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -1167,28 +453,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -1201,28 +466,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -1235,28 +479,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -1269,28 +492,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -1303,28 +505,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -1337,28 +518,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -1371,28 +531,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -1405,28 +544,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -1439,28 +557,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -1473,28 +570,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -1507,28 +583,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -1541,28 +596,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -1575,28 +609,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -1609,28 +622,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -1643,28 +635,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -1677,28 +648,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -1711,28 +661,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -1745,28 +674,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -1779,28 +687,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -1813,28 +700,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -1847,28 +713,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -1881,28 +726,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -1915,28 +739,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -1949,28 +752,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -1983,28 +765,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -2017,28 +778,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -2051,28 +791,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -2085,28 +804,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -2119,28 +817,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -2153,28 +830,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -2187,28 +843,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -2221,28 +856,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -2255,28 +869,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -2289,28 +882,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -2323,28 +895,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -2357,28 +908,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -2391,28 +921,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -2425,28 +934,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -2459,28 +947,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -2493,28 +960,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -2527,28 +973,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -2561,28 +986,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -2595,28 +999,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -2629,28 +1012,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -2663,28 +1025,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -2697,28 +1038,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -2731,28 +1051,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -2765,28 +1064,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -2799,28 +1077,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -2833,28 +1090,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -2867,28 +1103,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -2901,28 +1116,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -2935,28 +1129,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -2969,28 +1142,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -3003,28 +1155,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -3037,28 +1168,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -3071,28 +1181,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -3105,28 +1194,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -3139,28 +1207,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -3173,28 +1220,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -3207,28 +1233,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -3241,28 +1246,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -3275,28 +1259,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -3309,28 +1272,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -3343,28 +1285,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -3377,28 +1298,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -3411,28 +1311,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -3445,28 +1324,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -3479,28 +1337,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -3513,28 +1350,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -3547,28 +1363,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -3581,28 +1376,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -3615,28 +1389,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -3649,28 +1402,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -3683,28 +1415,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -3717,28 +1428,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -3751,28 +1441,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -3785,28 +1454,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -3819,28 +1467,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -3853,28 +1480,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -3887,28 +1493,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -3921,28 +1506,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -3955,28 +1519,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -3989,28 +1532,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -4023,28 +1545,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -4057,28 +1558,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -4091,28 +1571,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -4125,28 +1584,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -4159,28 +1597,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -4193,28 +1610,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -4227,28 +1623,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -4261,28 +1636,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -4295,28 +1649,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -4329,28 +1662,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -4363,28 +1675,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -4397,28 +1688,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -4431,28 +1701,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -4465,28 +1714,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -4499,28 +1727,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -4533,28 +1740,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -4567,28 +1753,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -4601,28 +1766,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -4635,28 +1779,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -4669,28 +1792,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -4703,28 +1805,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -4737,28 +1818,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -4771,28 +1831,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -4805,28 +1844,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -4839,28 +1857,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -4873,28 +1870,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -4907,28 +1883,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -4941,28 +1896,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -4975,28 +1909,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -5009,28 +1922,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -5043,28 +1935,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -5077,28 +1948,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -5111,28 +1961,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -5145,28 +1974,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -5179,28 +1987,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -5213,28 +2000,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -5247,28 +2013,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -5281,28 +2026,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -5315,28 +2039,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -5349,28 +2052,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -5383,28 +2065,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -5417,28 +2078,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -5451,28 +2091,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -5485,28 +2104,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -5519,28 +2117,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -5553,28 +2130,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -5587,28 +2143,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -5621,28 +2156,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -5655,28 +2169,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -5689,28 +2182,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -5723,28 +2195,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -5757,28 +2208,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -5791,28 +2221,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -5825,28 +2234,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -5859,28 +2247,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -5893,28 +2260,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -5927,28 +2273,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -5961,28 +2286,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -5995,28 +2299,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -6029,28 +2312,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -6063,28 +2325,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -6097,28 +2338,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -6131,28 +2351,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -6165,28 +2364,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -6199,28 +2377,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -6233,28 +2390,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -6267,28 +2403,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -6301,28 +2416,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -6335,28 +2429,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -6369,28 +2442,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -6403,28 +2455,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -6437,28 +2468,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -6471,28 +2481,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -6505,28 +2494,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -6539,28 +2507,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -6573,28 +2520,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -6607,28 +2533,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -6641,28 +2546,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -6675,28 +2559,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -6709,28 +2572,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -6743,28 +2585,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -6777,28 +2598,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -6811,28 +2611,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -6845,28 +2624,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -6879,28 +2637,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -6913,28 +2650,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -6947,28 +2663,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -6981,28 +2676,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -7015,28 +2689,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -7049,28 +2702,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -7083,28 +2715,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -7117,28 +2728,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -7151,28 +2741,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -7185,28 +2754,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -7219,28 +2767,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -7253,28 +2780,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -7287,28 +2793,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -7321,28 +2806,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -7355,28 +2819,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -7389,28 +2832,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -7423,28 +2845,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -7457,28 +2858,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -7491,28 +2871,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -7525,28 +2884,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -7559,28 +2897,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -7593,28 +2910,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -7627,28 +2923,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -7661,28 +2936,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -7695,28 +2949,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -7729,28 +2962,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -7763,28 +2975,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -7797,28 +2988,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -7831,28 +3001,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -7865,28 +3014,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -7899,28 +3027,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -7933,28 +3040,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -7967,28 +3053,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -8001,28 +3066,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -8035,28 +3079,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -8069,28 +3092,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -8103,28 +3105,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -8137,28 +3118,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -8171,28 +3131,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -8205,28 +3144,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -8239,28 +3157,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -8273,28 +3170,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -8307,28 +3183,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -8341,28 +3196,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -8375,28 +3209,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -8409,28 +3222,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -8443,28 +3235,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -8477,28 +3248,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -8511,28 +3261,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -8545,28 +3274,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -8579,28 +3287,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -8613,28 +3300,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -8647,28 +3313,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -8681,28 +3326,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -8715,28 +3339,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -8749,28 +3352,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -8783,28 +3365,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -8817,28 +3378,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -8851,28 +3391,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -8885,28 +3404,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -8919,28 +3417,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -8953,28 +3430,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -8987,28 +3443,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -9021,28 +3456,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -9055,28 +3469,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -9089,28 +3482,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -9123,28 +3495,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -9157,28 +3508,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -9191,28 +3521,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -9225,28 +3534,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -9259,28 +3547,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -9293,28 +3560,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -9327,28 +3573,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -9361,28 +3586,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -9395,28 +3599,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -9429,28 +3612,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -9463,28 +3625,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -9497,28 +3638,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -9531,28 +3651,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -9565,28 +3664,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -9599,28 +3677,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -9633,28 +3690,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -9667,28 +3703,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -9701,28 +3716,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -9735,28 +3729,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -9769,28 +3742,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -9803,28 +3755,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -9837,28 +3768,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -9871,28 +3781,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -9905,28 +3794,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -9939,28 +3807,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -9973,28 +3820,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -10007,28 +3833,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -10041,28 +3846,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -10075,28 +3859,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -10109,28 +3872,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -10143,28 +3885,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -10177,28 +3898,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -10211,28 +3911,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -10245,28 +3924,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -10279,28 +3937,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -10313,28 +3950,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -10347,28 +3963,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -10381,28 +3976,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -10415,28 +3989,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -10449,28 +4002,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -10483,28 +4015,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -10517,28 +4028,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -10551,28 +4041,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -10585,28 +4054,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -10619,28 +4067,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -10653,28 +4080,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -10687,28 +4093,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -10721,28 +4106,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -10755,28 +4119,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -10789,28 +4132,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -10823,28 +4145,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -10857,28 +4158,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -10891,28 +4171,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -10925,28 +4184,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -10959,28 +4197,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -10993,28 +4210,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -11027,28 +4223,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -11061,28 +4236,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -11095,28 +4249,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -11129,28 +4262,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -11163,28 +4275,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -11197,28 +4288,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -11231,28 +4301,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } }, { @@ -11265,28 +4314,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", - "socket:type2_cable": "no", - "ref": "577478", - "phone": "0680074537" + "amenity": "charging_station" } } ]