forked from MapComplete/MapComplete
Compare commits
1 commit
develop
...
atm-bancon
Author | SHA1 | Date | |
---|---|---|---|
f5128a909a |
1 changed files with 3 additions and 6 deletions
|
@ -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",
|
||||||
|
|
Loading…
Reference in a new issue