An app for editing and reading maps from your computer. Disclaimer : This project is still a work in progress🚧, do not expect it to be fully functional
⚠️ Important noteThis project is archived and will no longer be updated nor improved from now on. The code remains free to access and reuse if needed, but no technical support will be provided.
The App is able to display maps in OSM format.
App.java : display of our favorite place on Earth, showing both dark and light theme of the app!
Demo.java : a quick overview of the capabilities of the rendering engine
You'll need :
- a computer running Windows/Linux (macOS untested)
- a fresh jdk installation
- maven (you can install the packages yourself but that's basically suicide because there's a high chance of you missing a couple of them)
- some patience (optional)
Anyways, once you're done gathering the aforementioned stuff, just clone the repository and run either Demo.java or App.java
If you did the things right, you should get something that looks approximately like the screenshots shown above.
Please refer to the user manual.
A big shoutout to the 7map team working hard on this project (don't mind the dependabot he isn't part of it, still helpful though)