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
Hi, I use my DEM generate from Drone using OpenDroneMap. After that, I use gdal_warp to re-project my DSM to EPSG:3857 and transform the greyscale data into the RGB data using rio-rgbify and last step i use gdal2tiles.py to generate xyz tiles. But i got error when add tiles layer to Mapbox GL JS as the picture shown below.
The text was updated successfully, but these errors were encountered:
chingchai
changed the title
็How to fix bug occurred over-altitude terrain RGB raster tileset in Mapbox GL JS
How to fix bug occurred over-altitude terrain RGB raster tileset in Mapbox GL JS
Nov 19, 2021
I have a very similar problem. I followed this tutorial here step by step. Only difference was that my dataset was a 5m resolution dataset.
Did you solve your problem? @ThomasHalwax do you have an idea? Would be super happy about some help :)
TBH I'm not sure what causes these spikes but my guess is the resampling method used by gdalwrap. The tutorial uses lanczos. Maybe someone could try some other methods and post the results?
Hi, I use my DEM generate from Drone using OpenDroneMap. After that, I use gdal_warp to re-project my DSM to EPSG:3857 and transform the greyscale data into the RGB data using rio-rgbify and last step i use gdal2tiles.py to generate xyz tiles. But i got error when add tiles layer to Mapbox GL JS as the picture shown below.
The text was updated successfully, but these errors were encountered: