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
The map.render function could be improved by returning the bounding box of the lat/lng coordinates for the generated image.
Specifically, for ticket #85 to be accomplished, there would have to be some way to get the bounding box of the generated image, so that the image can be cropped down to be exactly the bbox dimensions.
Another case of this being beneficial is if this image is going to be geo-referenced later, it is necessary to know the image's bounding box.
The text was updated successfully, but these errors were encountered:
The
map.render
function could be improved by returning the bounding box of the lat/lng coordinates for the generated image.Specifically, for ticket #85 to be accomplished, there would have to be some way to get the bounding box of the generated image, so that the image can be cropped down to be exactly the bbox dimensions.
Another case of this being beneficial is if this image is going to be geo-referenced later, it is necessary to know the image's bounding box.
The text was updated successfully, but these errors were encountered: