Skip to content

Commit

Permalink
hotfix: orthophoto zoom to geotiff
Browse files Browse the repository at this point in the history
  • Loading branch information
nrjadkry committed Nov 27, 2024
1 parent 196d2b2 commit edce98d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ const COGOrthophotoViewer = ({
duration: 1000,
zoom: 18,
});
map.off('idle', handleZoomToGeoTiff);
};

// Registers the 'cog' protocol with the mapLibre instance, enabling support for Cloud Optimized GeoTIFF (COG) files
Expand Down

0 comments on commit edce98d

Please sign in to comment.