Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gue-ni authored Mar 1, 2024
1 parent 4ea8ad8 commit fe5234c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
A simple OpenGL Terrain Renderer. Orthophoto data is provided by [basemap.at](https://basemap.at/), elevation data is from
[geoland.at](http://www.geoland.at/). This data is limited to Austria and as such only Austria is rendered.

![](assets/Screenshot_2024-02-16_203330.png)
![](https://www.jakobmaier.at/blob/Screenshot_2024-03-01_135041.png)

## Features

Expand Down Expand Up @@ -41,4 +41,4 @@ gdal_translate -ot Byte -scale 0 3795 0 255 dhm_at_lamb_10m_2018.tif grayscale-b

# create tiles
gdal2tiles.py --resume --processes=2 --zoom=6-16 --tilesize=128 grayscale-byte-fullsize.tif tiles
```
```

0 comments on commit fe5234c

Please sign in to comment.