https://github.com/binnette/every-tree
A plugin for Every Door to contribute trees in OpenStreetMap.
https://github.com/binnette/every-tree
Last synced: 4 months ago
JSON representation
A plugin for Every Door to contribute trees in OpenStreetMap.
- Host: GitHub
- URL: https://github.com/binnette/every-tree
- Owner: Binnette
- License: mit
- Created: 2025-06-13T07:50:45.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-10-17T16:14:40.000Z (8 months ago)
- Last Synced: 2025-10-18T17:16:58.644Z (8 months ago)
- Size: 4.78 MB
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🌳 Every Tree 🌲
A plugin for `Every Door` to contribute 🌳 **trees** in OpenStreetMap.

## ⭐ Features
### 👀 Quick survey of tree species
- Trees with known species are green
- Others are in brown

### 🍒 Commons tree species presets
The plugin provides a set of common tree species presets to help you tag tree species.

## 🛠️ How to create the plugin file
### Using bash
```bash
# Remove old files
rm -f every-tree.edp every-tree-micro.edp
# Create the classic plugin
zip -r every-tree.edp icons/ langs/ LICENSE plugin.yaml
# Create the micro version of the plugin
mkdir -p tmp-edp
cp -r icons langs LICENSE tmp-edp/
cp plugin-micro.yaml tmp-edp/plugin.yaml
(cd tmp-edp && zip -r ../every-tree-micro.edp .)
rm -rf tmp-edp
```
### Using PowerShell
```powershell
Compress-Archive -Path icons/*, langs/*, LICENSE, plugin.yaml, README.md -DestinationPath every-tree.edp
```
## 📥 How to install the plugin
📲 Scan this QR code with `Every Door` version **6 or later**:

Or [⬇️ download the plugin here](https://raw.githubusercontent.com/Binnette/every-tree/refs/heads/main/every-tree.edp).
[🔍 More information on installation](https://every-door.app/plugins/install/).
### Install the micro version

## 📝 Todo list
- [ ] Ask all my questions to Ilya.
- [ ] Draw custom icons for each tree species.
- [ ] Add a second button for `natural=shrub` with plants :
- "🍇 Blackberry" species="Rubus fruticosus"
- "🔴 Raspberry" species="Rubus idaeus"
- Juniperus communis
- "Sambucus nigra"
- "blueberry
- "🌱 Strawberry" species="Fragaria vesca"