# Your poor party
<!-- ZOOMMAP-PING-RELATED:BEGIN -->
| [[Settlement]] (13.09 m) | Notes with tag |
| --- | --- |
| #Settlement | [[Note with tag]] |
| [[Pelagia]] (19.51 m) | Notes with tag |
| --- | --- |
| #Pelagia | *(none)* |
<!-- ZOOMMAP-PING-RELATED:END -->
## Travel times
<!-- ZOOMMAP-PING-TRAVEL:BEGIN -->
| Mode | [[Settlement]] | [[Pelagia]] |
| --- | --- | --- |
| Donkey | 0.13 h | 0.2 h |
| Foot | 0.26 h | 0.39 h |
<!-- ZOOMMAP-PING-TRAVEL:END -->
## In-range markers without note
<!-- ZOOMMAP-PING-TOOLTIP:BEGIN -->
- 3d12 (15.34 m)
<!-- ZOOMMAP-PING-TOOLTIP:END -->
```base
filters:
and:
- list(this.zoommapPingInRangePaths).contains(file.path)
- file.ext == "md"
formulas:
ping_link: file.asLink()
distance: this.zoommapPingDistances[file.path]
distance_label: if(formula.distance, formula.distance.toString() + " m", "")
views:
- type: table
name: In range
order:
- formula.ping_link
- formula.distance_label
- file.tags
```