Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sbenf999/ulysses-mapping-program
A offline and online mapping program designed for usage on a cyberdeck - however also works on windows, linux & mac
https://github.com/sbenf999/ulysses-mapping-program
customtkinter customtkinterprojects cyberdeck map mapping openstreetmap python satellite-imagery
Last synced: 13 days ago
JSON representation
A offline and online mapping program designed for usage on a cyberdeck - however also works on windows, linux & mac
- Host: GitHub
- URL: https://github.com/sbenf999/ulysses-mapping-program
- Owner: sbenf999
- License: cc0-1.0
- Created: 2024-05-15T08:43:40.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2024-05-16T11:03:22.000Z (9 months ago)
- Last Synced: 2024-10-13T00:45:23.930Z (4 months ago)
- Topics: customtkinter, customtkinterprojects, cyberdeck, map, mapping, openstreetmap, python, satellite-imagery
- Language: Python
- Homepage:
- Size: 564 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# Ulysses Mapping Program
![MIT License](https://img.shields.io/badge/License-MIT-green.svg)An offline and online mapping program created using CustomTkinter and TkinterMapview. Incorporates a settings system and an offline tile downloading addon.
Originally designed to be used on a 7-inch raspberry pi display, for usage on an offline cyberdeck system. Can be utilised on Windows, Linux and Mac however.
Useful for situations where the internet is unreachable and therefore an offline tile database needs to be used for mapping. The program will switch to this mode as soon as it detects that there is no internet connection.
## Features- Light/dark/system mode toggle
- Fullscreen mode
- Cross platform
- Add markers to database
- Select marker overlay from mutiple databases through settings
- Set default database for markers to be added to
- Ability to delete databases through settings UI
- Included tool to download offline tiles off of either OSM or Google Sattelite Servers
- Automatic internet connection detection for setting tile database to offline## Installation
**Either**1. Clone the repository:
```bash
git clone https://github.com/sbenf999/Ulysses-Mapping-Program.git
```2. Install dependencies:
```bash
pip install -r requirements.txt
```3. Run the application:
```bash
python UMS/main.py
```
**or**
Download the latest [release](https://github.com/sbenf999/Ulysses-Mapping-Program/tags)## Contributing
Contributions are always welcome!
See `contributing.md` for ways to get started.
Please adhere to this project's `code of conduct`.
## License
This project is licensed under the [CC0 1.0 License](https://creativecommons.org/publicdomain/zero/1.0/legalcode.en) - see 'LICENSE' file for details.