You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice to be able to pass in projection/EPSG code instead of assuming 4326. I can make a PR to add but the question would be on what pattern would you want to follow
bbox2extent(bbox, projCode, callback)
or
bbox2extent(bbox, options, callback)
The 2nd would support potential future optional values
The text was updated successfully, but these errors were encountered:
yes proj4 would be the thing for sure to use. At the very least we could add the ability to specify an srid code {srid: 102100}. This would assume the data being passed in would be in some other known proj though. Not a big deal right now.
It would be nice to be able to pass in projection/EPSG code instead of assuming 4326. I can make a PR to add but the question would be on what pattern would you want to follow
or
The 2nd would support potential future optional values
The text was updated successfully, but these errors were encountered: