zlant / parking-lanes

Parking lanes viewer from OpenStreetMap
https://zlant.github.io/parking-lanes/
MIT License
77 stars 13 forks source link

Add `parking:lane:<Side>:surface=*` #81

Open tordans opened 2 years ago

tordans commented 2 years ago

For our mapping efforts in Berlin, the district asked us to collect the surface information when possible. This data is important for efforts of handling heavy rain situations and water seepage(? "seep away"?).

It would be great to support tags

tordans commented 2 years ago

Thanks for adding this! I would keep this issue open since I am thinking about adding a dropdown or some kind of selection with commonly used values as well.

zlant commented 2 years ago

Can be used datalist https://developer.mozilla.org/en-US/docs/Web/HTML/Element/datalist

tordans commented 2 years ago

Follow up todo: Show the surface field only, when parking is allowed (as in "not for "=no", "no_stopping", …").

zlant commented 2 years ago

Done