From 9b2354c3d983d6fb9ef26f5f0ade158b2e9d098c Mon Sep 17 00:00:00 2001 From: Emil Linus Albrecht Date: Fri, 29 Dec 2023 18:57:40 +0100 Subject: [PATCH] Add Sanef toll vending machine --- data/operators/amenity/vending_machine.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/data/operators/amenity/vending_machine.json b/data/operators/amenity/vending_machine.json index 2b700bcca84..beffe381c8c 100644 --- a/data/operators/amenity/vending_machine.json +++ b/data/operators/amenity/vending_machine.json @@ -183,6 +183,20 @@ "recycling:plastic_bottles": "yes", "vending": "bottle_return" } + }, + { + "displayName": "SANEF péage", + "locationSet": {"include": ["fr"]}, + "matchNames": ["abertis", "sapn"], + "tags": { + "amenity": "vending_machine", + "operator": "SANEF", + "operator:wikidata": "Q1474126", + "payment:cash": "yes", + "payment:credit_cards": "yes", + "payment:debit_cards": "yes", + "vending": "toll" + } } ] }