Fix: tags on Batopin ATMs

This commit is contained in:
Midgard 2024-12-17 20:13:56 +01:00
parent 6cb16877e8
commit f5128a909a
Signed by: midgard
GPG key ID: 511C112F1331BBB4

View file

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