aaronr / bboxfinder.com

Helper page for finding bbox values from a map to help with interaction with tools like gdal, leaflet, openlayers, etc.
194 stars 79 forks source link

fix: allow dynamic width for the tile level element #42

Open jony89 opened 4 years ago

jony89 commented 4 years ago

currently when reaching to more than 9 chars in the tile level element the values are hidden by the zoom box.

the tile level should be visible at all time, since it is a span, we do not need to give it a width in order to give it a dynamic width according to it's content.

Screen Shot 2020-07-01 at 12 13 13 PM