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
{{ message }}
This repository has been archived by the owner on Jan 7, 2023. It is now read-only.
Is your feature request related to a problem? Please describe.
A user may want to display a box around the extent of the GeoTIFF or zoom to the GeoTIFF when it is loaded
Describe the solution you'd like
A clear and concise description of what you want to happen. var extent = await source.getExtent();
This will have to be a promise.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
A user may want to display a box around the extent of the GeoTIFF or zoom to the GeoTIFF when it is loaded
Describe the solution you'd like
A clear and concise description of what you want to happen.
var extent = await source.getExtent();
This will have to be a promise.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: