aaronr / bboxfinder.com

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

Allow integer coordinates #46

Open mloskot opened 2 years ago

mloskot commented 2 years ago

The (10,20,20,30) is rejected by the "Enter coordinates" box:

image

The input needs to be modified to (10.0,20.0,20.0,30.0) and then it is accepted fine.

image

Big thanks for the bboxfinder.com !