Tools for managing RealDeviceMap data
- Added more details to the import of administrative boundaries
- Distance between points on routes is colored
- Option to show routes for instances, generate new routes for instances or drawn circles and visualize it directly
- Added Dockerfile to generate a local image
- Autogeneration of the correct circle size for raid instances depending on the specific latitude, option in settings to choose between iv-, raid- or own radius
- Color Picker built in for instance- and polygon-import
git clone https://github.com/PickleRickVE/RealDeviceMap-tools
- Enter the new folder
cd RealDeviceMap-tools
and go to the config foldercd config
- Edit
nano config.env.php
and add your credentials for the RDM and/or Nest database. - Edit
nano .htpasswd
to set a username and password. The default user is admin with password admin, you can generate one here.
- Paste the contents from docker-compose.example.yml in the files where RDM & it's database is located and edit where needed
- Check Dockerfile and uncomment the line with .htaccess if you want to use a password
- Run
docker-compose up -d --build rdm_tools
- Use git pull in the folder
- When using Docker, re-run
docker-compose up -d --build rdm_tools
For more info please use the wiki.
- Credit to abakedapplepie and his creditors for the base
- Credit to lovasoa for the traveling salesman script
- Credit to leevo for various ideas