A web application to show POTA parks around you, and whether you have activated them https://newparks.m0trt.radio
Find a file
2025-09-05 15:22:02 +01:00
.idea Fix a bug where your failed actuations would still be counted towards the activation count and last activator. 2025-06-12 20:16:59 +01:00
css First commit 2025-02-23 11:35:23 +00:00
fa Self-host Font Awesome to avoid kit usage limits 2025-05-25 09:21:58 +01:00
img First commit 2025-02-23 11:35:23 +00:00
js Fix a bug where your failed actuations would still be counted towards the activation count and last activator. 2025-06-12 20:16:59 +01:00
help.html Update links 2025-09-05 15:22:02 +01:00
index.html Self-host Font Awesome to avoid kit usage limits 2025-05-25 09:21:58 +01:00
LICENSE First commit 2025-02-23 11:35:23 +00:00
README.md Self-host Font Awesome to avoid kit usage limits 2025-05-25 09:21:58 +01:00

POTA New Park Finder

A utility to show Parks on the Air (POTA) locations near you that have either never been activated by anyone, or are new to you.

Screenshot

Use it at https://newparks.ianrenton.com.

Third Party Libraries

The project contains a self-hosted copy of Font Awesome's free library, in the /fa/ directory. This is subject to Font Awesome's licence and is not covered by the overall licence declared in the LICENSE file. This approach was taken in preference to using their hosted kits due to the popularity of this project exceeding the page view limit for their free hosted offering.

Other third party libraries, such as Leaflet and jQuery, plus many plugins for them, are included from a CDN in the head of index.html.

This project would not have been possible without these libraries, so many thanks to their developers.