Move standing woter to use libremap instead of mapbox

This commit is contained in:
Eli Ribble 2026-03-03 20:27:33 +00:00
parent 6aa7fa60b4
commit 38906db816
No known key found for this signature in database
4 changed files with 57 additions and 39 deletions

View file

@ -2,7 +2,10 @@
{{ define "title" }}Report Standing Water{{ end }}
{{ define "extraheader" }}
<script src="https://api.mapbox.com/mapbox-gl-js/v3.17.0-beta.1/mapbox-gl.js"></script>
<script
type="text/javascript"
src="//unpkg.com/maplibre-gl@5.0.1/dist/maplibre-gl.js"
></script>
<script src="/static/js/address-suggestion.js"></script>
<script src="/static/js/geocode.js"></script>
<script src="/static/js/location.js"></script>