From f5128a909ad6d5ee13d498d036a82655dec80c68 Mon Sep 17 00:00:00 2001 From: Midgard Date: Tue, 17 Dec 2024 20:13:56 +0100 Subject: [PATCH] Fix: tags on Batopin ATMs --- scripts/importscripts/cash.ts | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/scripts/importscripts/cash.ts b/scripts/importscripts/cash.ts index aec37e394..379e33ca3 100644 --- a/scripts/importscripts/cash.ts +++ b/scripts/importscripts/cash.ts @@ -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: 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",