This is a static archive of our old OpenStreetMap Help Site. Please post any new questions and answers at community.osm.org.

How to mark parking as both free for customers and with fee for public?

0

There are several pubs locally with parking with ANPR and you give the pub your registration if you're a customer or you can pay to park through some app. Is this taggable? Some combination of https://wiki.openstreetmap.org/wiki/Key:parking:condition perhaps, but I couldn't figure out what, or I wondered about access=public fee=yes fee:customers=no

asked 19 Apr '21, 23:29

TrekClimbing's gravatar image

TrekClimbing
161121217
accept rate: 0%


One Answer:

3

customers= is not a user mode for legal restrictions that's as commonly used as others yet, which is furthermore different from the vehicle modes usually tagged. parking:condition= is for parking:lane=, not amenity=parking carparks.

access=yes + fee=yes + fee:conditional=no @ (customers) may be better supported.

There's a generic payment:app=yes, and surveillance:type=ALPR for the other attributes.

answered 20 Apr '21, 09:47

Kovoschiz's gravatar image

Kovoschiz
2.4k31147
accept rate: 16%

edited 20 Apr '21, 09:51

The wiki suggests fee=yes + fee:conditional=no @ customer (customer in singular). Although, I personally would also have suggested customers as plural in analogy to the access value.

(20 Apr '21, 20:34) TZorn

Thank you both. I hadn't looked at the fee key wiki page. Nor had I come across anything to do with payment methods or AL/NPR.

(20 Apr '21, 21:51) TrekClimbing

@TZorn I wonder whether this is an error on the fee wiki page. The wiki page for conditional restrictions lists customers (plural) as a possible value, not customer (singular).

(21 Apr '21, 09:31) scai ♦

@scai On the page you link customers is used as a value, not as a condition. We could check if there are any other usages of customer(s) as condition or other than an access value.

(21 Apr '21, 10:03) TZorn

Source code available on GitHub .