Compare commits

...

1 commit

Author SHA1 Message Date
f5128a909a
Fix: tags on Batopin ATMs 2024-12-17 20:13:56 +01:00

View file

@ -10,15 +10,12 @@ const weekdays = ["MO", "TU", "WE", "TH", "FR", "SA", "SU"]
for (const atm of cashpunten) {
const properties = {
amenity: "atm",
"addr:street": atm.adr_street,
"addr:housenumber": atm.adr_street_number,
phone: <string>atm.phone_number,
"object:street": atm.adr_street,
"object:housenumber": atm.adr_street_number,
operator: "Batopin",
network: "CASH",
fee: "no",
speech_output: "yes",
brand: "CASH",
website: "https://batopin.be",
brand: "Bancontact CASH",
source: "https://batopin.be",
"brand:wikidata": "Q112875867",
"operator:wikidata": "Q97142699",