From eb24d871d052061777cd4e4d0e7c424b5cc319b7 Mon Sep 17 00:00:00 2001 From: Eli Ribble Date: Fri, 9 Jan 2026 23:52:35 +0000 Subject: [PATCH] Bastardize mapbox example to query points This is just to get the structure of what I need to integrate with Mapbox to query a tile server and try to find point locations. In this case, I'm getting the airport locations and barely showing them. This saves me time understanding the pertinent APIs. I need to adapt this to get our mosquito reports instead. --- public-report/template/search.html | 123 ++++++++++++++++++++++++++++- 1 file changed, 121 insertions(+), 2 deletions(-) diff --git a/public-report/template/search.html b/public-report/template/search.html index 60ee08b9..e674567d 100644 --- a/public-report/template/search.html +++ b/public-report/template/search.html @@ -51,8 +51,121 @@