Metadata-Version: 2.3
Name: whitebox-plugin-map
Version: 0.1.20
Summary: A plugin for whitebox to display map & GPS data using Leaflet.js
License: GNU Affero General Public License v3
Author: avilabss
Author-email: contact@avilabs.net
Requires-Python: >=3.10.0
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: requests (>=2.32.5,<3.0.0)
Description-Content-Type: text/markdown

# Whitebox Plugin - Map

This is a plugin for [whitebox](https://gitlab.com/whitebox-aero) that displays the map & GPS data using Leaflet.js.

## Installation

Simply install the plugin to whitebox:

```
poetry add whitebox-plugin-map
```

## Additional Instructions

- [Plugin Development Guide](https://docs.whitebox.aero/plugin_guide/#plugin-development-workflow)
- [Plugin Testing Guide](https://docs.whitebox.aero/plugin_guide/#testing-plugins)
- [Contributing Guidelines](https://docs.whitebox.aero/development_guide/#contributing)

