-
Hi there,
First of all congrats on the amazing work here, first self-hosted app that gathers almost all features trekkers and bikepackers need, really impressive!
It could be nice to think about…
-
Hi,
We are trying to display our custom terrain / hillshade using RGB tiles. To do so, we went through the following procedure:
gdalwarp -t_srs EPSG:3857 -dstnodata None -novshiftgrid -co TILED=…
-
https://github.com/tmnnrs/terrain-rgb
```
gdalbuildvrt -vrtnodata -9999 -input_file_list terrain50_filelist.txt terrain50.vrt
gdalwarp -r cubicspline -s_srs EPSG:4269 -t_srs EPSG:3857 -dstnodata …
-
**maplibre-gl-js version**: v3.6.2
**browser**: Firefox 121.0 (tested on Windows)
### Steps to Trigger Behavior
1. Enable "Strict" "Enhanced Tracking Protection" in Firefox at `about:prefere…
-
Hi there,
I am developing a 3D terrain using Maplibre GL, i want to use my own DEM data to visualize the terrain. I have converted DEM with EPSG:3857 into RGB terrain by utilizing [water-gis](https…
-
# 以 Mapbox Terrain-RGB 模型发布高程数据
https://beginor.github.io/2021/01/11/publish-dem-data-with-mapbox-terrain-rgb.html
-
CARLA version: 0.9.14 (custom build with included custom objects)
At least Town01 and Town03 affected, probably all maps.
Platform/OS: Ubuntu 22.04 LTS
Problem you have experienced:
When c…
-
### User Story
In order to see a more detailed view of the terrain as a user I want to be able to see contours in more detail
instead of the current system, where 20m contours are only visible fro…
-
**Platform**: Mapbox Raster Tiles API - Mapbox Terrain-RGB
**Problem**: Many of tiles at 11-15 z levels has zero elevation values at 1px borders;
**Few examples:**
right and bottom borders with zer…
-
@davenquinn In your post:
https://community.cesium.com/t/hillshade-using-cesium-terrain/9590/2
you mention that you were able to generate client-side hillshade using Terrain RGB tiles.
I'm tryin…