Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error occurred over-altitude terrain RGB raster when to tileset in Mapbox GL JS #1

Open
chingchai opened this issue Nov 22, 2021 · 2 comments

Comments

@chingchai
Copy link

Hi, I would like to advice. 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.

        this.map.addSource("mydem", {
          type: "raster-dem",
          tiles: [
            "https://url/tiles/dem-rgb-v2/{z}/{x}/{y}.png",
          ],
          tileSize: 512,
          maxzoom: 18
        });
        this.map.setTerrain({ source: "mydem", exaggeration: 0.7 });

image

image

@JinIgarashi
Copy link
Member

@chingchai Your DEM is DTM or DSM? Which one? If it’s DSM, it might be affected by height of objects like trees or buildings.
Or could you try to change resampling method? Maybe it can improve appearance.

@chingchai
Copy link
Author

@JinIgarashi I use DSM, I'll try the data from DTM and I send feedback to you again. Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants