A geo-spatial data and information Java desktop application
- We are trying to create an Open-Source Desktop application to handle and process Google Maps' API geo-spatial data.
- UNTIL NOW YOU CAN:
- Enter an origin address.
- Enter something you want to look for near you.
- The application will query Google Maps' API and return a map image with all the possible destinations and their relative road path.
- You can highlight a path by passing with the mouse on it's relative destination
- Although zooming in and out is a thing, these have to be slightly bug-fixed
- Add more options
- Bug fixing
- Improve performances
- Improve UX and UI
- Add some geo-mapping tools
- ...
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
- Main Authors