Skip to content

Commit

Permalink
offline maps readme
Browse files Browse the repository at this point in the history
  • Loading branch information
wiedehopf committed Aug 22, 2024
1 parent c64d844 commit 43c8dae
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -759,3 +759,13 @@ If you want to configure to run with a minimal CPU and RAM profile, and use it _

- Set the parameter `TAR1090_DISABLE=true`. This will prevent the `nginx` webserver and any websites or associated data collection (collectd, graphs1090, rrd, etc.) to be launched
- Make sure not to use the `dhcr.io/sdr-enthusiasts/docker-adsb-ultrafeeder:telegraf` label as Telegraf adds a LOT of resource use to the container

## offline maps

There is the option to use some basic offline maps limited in zoom:

- Download the tiles (donn't install tar1090): <https://github.com/wiedehopf/adsb-wiki/wiki/offline-map-tiles-tar1090>
- Add a volume mapping so the container can access the tiles:
```yaml
- /usr/local/share/osm_tiles_offline:/usr/local/share/osm_tiles_offline
```

0 comments on commit 43c8dae

Please sign in to comment.