Community Gallery

Hillshade maps made with hillgen. Submit yours — every terrain tells a different story.

⬆ Submit your map

Generate a hillshade with hillgen run, then publish it to the gallery with your contributor key. Your map will appear below automatically.

# Set your contributor key (one-time) export AWS_ACCESS_KEY_ID=<your-key-id> export AWS_SECRET_ACCESS_KEY=<your-secret> export AWS_DEFAULT_REGION=us-east-2 # Generate a hillshade hillgen run --place "La Porte County, IN" --theme cool-elevation --exaggeration 9 --zoom 10-16 # Publish to the gallery hillgen publish --gallery \ --title "La Porte County" \ --caption "Indiana LiDAR, 9x exaggeration" \ --author "yourname" \ --preview path/to/preview.png \ path/to/output.pmtiles

Don't have a key? See the contributors page to request access.