Added
- Guide on how to setup a reverse proxy for Dawarich in the
docs/how_to_setup_reverse_proxy.md
file. This guide explains how to set up a reverse proxy for Dawarich using Nginx and Apache2.
Removed
MAP_CENTER
env var from thedocker-compose.yml
file. This variable was used to set the default center of the map, but it is not needed anymore, as the map center is now hardcoded in the application. ⚠️ Feel free to remove this variable from yourdocker-compose.yml
file. ⚠️
Fixed
- Fixed a bug where Overland batch payload was not being processed due to missing coordinates in the payload. Now, if the coordinates are missing, the single point is skipped and the rest are being processed.