a-b-street / osm2lanes

A common library and set of test cases for transforming OSM tags to lane specifications
https://a-b-street.github.io/osm2lanes/
Apache License 2.0
33 stars 2 forks source link

Website tags editable #176

Open droogmic opened 2 years ago

droogmic commented 2 years ago

Improve the website UI to hint that the tags in text form are editable.

hungerburg commented 2 years ago

Idea 1) Give the textarea an ID and put #taid { cursor: unset; } into the stylesheet

Idea 2) Place a visual hint #taid { background: url(pencil.png) no-repeat right top; } into the stylesheet

BudgieInWA commented 2 years ago

Idea 1) Give the textarea an ID and put #taid { cursor: unset; } into the stylesheet

Yes, the current pointer is misleading.

Less styling in general, will help it look and behave more like a native text box that looks editable.