Hi,
I've been having trouble using a tiff on openlayers, and I've found that it
depends on it having a negative tile height (-256).
This is the tiff:
https://andy-aws.s3.eu-north-1.amazonaws.com/sample_dnw_byte.tiff

I'm able to read tiles size in OL, using this

  source.getView().then(() => {
    console.log(source.getTileGrid());
  });

Is there some gdal CLI to read tiles size?
Using gdalinfo it seems to me that I do not have it.

Thank you

-- 
___________________

Andrea Borruso
website: https://medium.com/tantotanto
38° 7' 48" N, 13° 21' 9" E, EPSG:4326
___________________

"cercare e saper riconoscere chi e cosa,
 in mezzo all’inferno, non è inferno,
e farlo durare, e dargli spazio"

Italo Calvino
_______________________________________________
gdal-dev mailing list
gdal-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/gdal-dev

Reply via email to