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
Copy file name to clipboardExpand all lines: docs/user-guides/c-types-of-layers/n-raster-tile-layer.md
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ Use Raster Tile layer to visualize satellite/aerial imagery from raster pmtiles
5
5
1. Open Add Data → Tilesets.
6
6
2. Select Raster Tile tileset type.
7
7
3. Paste URL to the tileset:
8
-
- pmtiles (raster format): provide a direct HTTPS URL to a .pmtiles file containing raster imagery.
8
+
- pmtiles (raster format): provide a direct HTTPS URL to a .pmtiles file containing raster imagery. Raster pmtiles don't require dedicated raster tile servers, unless you want to use elevation meshes.
9
9
- STAC Item/Collection (COGs): provide a HTTPS URL to a STAC Item or Collection (v1.0.0+ with EO + Raster extensions). For this option you need to provide a [compatible raster tile server](https://github.com/igorDykhta/kepler-raster-server).
10
10
4. Click Add.
11
11
5. Style band selection and opacity as needed in Layers panel.
@@ -16,6 +16,14 @@ Important notes for COGs via STAC:
16
16
- COG assets must be publicly accessible over HTTPS.
17
17
- You must run your own raster tile server (e.g., TiTiler). Example implementation that supports collections and elevations: [kepler-raster-server](https://github.com/igorDykhta/kepler-raster-server).
18
18
19
+
# Elevation
20
+
21
+
To enable elevation rendering, you must provide one or more compatible raster tile servers when adding the tileset. Enter them in the "Raster tile servers" field of the Add Tileset form.
22
+
23
+
- For STAC Items/Collections: compatible raster tile servers are required.
24
+
- For raster .pmtiles: raster tile servers are optional for imagery, but required if you plan to use elevation.
25
+
- The server must expose COGs as XYZ tiles and support elevation/DEM tiles. Example implementation: [kepler-raster-server](https://github.com/igorDykhta/kepler-raster-server) (TiTiler-based).
26
+
19
27
Example Raster .pmtiles:
20
28
21
29
- Mount Whitney - https://pmtiles.io/usgs-mt-whitney-8-15-webp-512.pmtiles
0 commit comments