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
Hello team, thank you for this beautiful work.
I am not sure that it is a right place for asking my question.
During my development to create a GeoRasterLayer in leaflet, when I try to render a single band .tif file, it is displayed correctly. But in case of having more than one .tif file say to visualize an RGB raster layer, I come across a weird thing in which, there is vertical shift between tiles.
This COG file has been generated by GDAL command lines gdaladdo and gdal_translate and then using validate_cloud_optimized_geotiff.py I checked it if the generated COG is valid or not.
After that I found some useful examples on this repository. When I take a look at demos, I got surprised because this vertical shift can been seen clearly. For example, in this demo and this one, the vertical shift is obvious.
Hello team, thank you for this beautiful work.
I am not sure that it is a right place for asking my question.
During my development to create a GeoRasterLayer in leaflet, when I try to render a single band
.tif
file, it is displayed correctly. But in case of having more than one.tif
file say to visualize an RGB raster layer, I come across a weird thing in which, there is vertical shift between tiles.This COG file has been generated by GDAL command lines
gdaladdo
andgdal_translate
and then usingvalidate_cloud_optimized_geotiff.py
I checked it if the generated COG is valid or not.After that I found some useful examples on this repository. When I take a look at demos, I got surprised because this vertical shift can been seen clearly. For example, in this demo and this one, the vertical shift is obvious.
Here is my code:
I was wondering it it is a bug in the library that your are working on it or a configuration I need to do inside my JS code.
The text was updated successfully, but these errors were encountered: