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

Enter bbox coordinates and see bbox #2

Closed ustroetz closed 10 years ago

ustroetz commented 10 years ago

It would be great to have the option to enter coordinates of a bbox and see the bbox on the map.

ranchodeluxe commented 10 years ago

as long as it's a string in the format: "(xMin,yMin,xMax,yMax)"

also should handle space and negative float variations, for example: "(   -xMin, yMin, -xMax,yMax)"

ustroetz commented 10 years ago

Wow, that's cool. Thanks @thebigspoon!