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

Add in support for more projections than just sherical mercator #12

Closed aaronr closed 10 years ago

aaronr commented 10 years ago

Need to add in a way to have the user be able to select a different projection than spherical mercator for the output in the second column of the bbox's

aaronr commented 10 years ago

Added in the ability to select alternative EPSG values with an autocomplete box that searches both EPSG codes as well as the description. Namely '385' will produce a list of EPSG codes with '385' in them, as well as 'wash' will produce a list of EPSG codes with 'wash' in the description. There is a minimum of 3 characters required.