zlant / parking-lanes

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

Hide capacity input unless already specified #105

Closed tordans closed 2 years ago

tordans commented 2 years ago

We consider it bad practice to map the capacity as number on a way since each split would multiply the capacity unless the mapper is not careful. Instead, we use data processing steps to calculate the capacity in Berlin.

Therefore, this change hides the capacity field unless a values is already present. This way existing data can be edited.

It also uses a clearer placeholder text.


Is this something for the main app as well?