From 8af97d3779816ab438962a02b985a37758093d3d Mon Sep 17 00:00:00 2001 From: s0lray Date: Tue, 24 Mar 2026 23:41:48 -0400 Subject: [PATCH] feat(data): add Overpass Turbo to Geolocation Tools / Maps (THE-77) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Adds overpass-turbo.eu as a geolocation resource. This is a clean cherry-pick of the valid data change from PR#535 — the CSS changes from that PR were dropped as obsolete (superseded by THE-32/THE-72). The duplicate Twitter > Location / Mapping entry was also excluded per board direction. Co-Authored-By: Paperclip --- public/arf.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/public/arf.json b/public/arf.json index ccf0f6c..1b4b139 100644 --- a/public/arf.json +++ b/public/arf.json @@ -3732,6 +3732,11 @@ "type": "url", "url": "https://www.openstreetmap.org/" }, + { + "name": "Overpass Turbo", + "type": "url", + "url": "https://overpass-turbo.eu/" + }, { "name": "EarthExplorer", "type": "url",