[Tagging] Parking Fees
OSMDoudou
19b350d2-b1b3-4edb-ad96-288ea1238eee at gmx.com
Sat Mar 24 10:00:17 UTC 2018
Not an expert, but I think you'll need a combination of tags:
- fee or fee:conditional to express fixed time intervals [1] [2]
- maxstay to express the maximum allowed stay within the fee period [3]
- charge to express the fee amount [4]
Querying with overpass-turbo for nodes combining these tags with query < node["charge"]["fee"]["maxstay"] > [5], I found an example. [6]
[1] <https://wiki.openstreetmap.org/wiki/Key:fee> https://wiki.openstreetmap.org/wiki/Key:fee
[2] <https://taginfo.openstreetmap.org/keys/fee%3Aconditional#values> https://taginfo.openstreetmap.org/keys/fee%3Aconditional#values
[3] <https://wiki.openstreetmap.org/wiki/Key:maxstay> https://wiki.openstreetmap.org/wiki/Key:maxstay
[4] https://wiki.openstreetmap.org/wiki/Key:charge
[5] http://overpass-turbo.eu/s/xhW
[6] http://www.openstreetmap.org/node/250252788
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/tagging/attachments/20180324/36ed0bee/attachment.html>
More information about the Tagging
mailing list