OSGeo / PROJ-data

Repository for proj datum grids (for use by PROJ 7 or later)
Other
70 stars 32 forks source link

UI: show red polygon on 'mouse over' the list #116

Closed jjimenezshaw closed 6 months ago

jjimenezshaw commented 6 months ago

Sometimes there are many grid files in an area, and it is not clear in the list shown on the right hand side which one is each one. This PR adds an event "onmouseover" (and "onmouseout") over the <p> sections on the list of grids displayed when the map is clicked, coloring it in red. Just moving the mouse over the list will show clearly each one.

See an example in the image. The mouse was over the text "... USA - Wisconsin ...".

image