feat(directory): enhance cross streets callout, camera photos, and city search integration

This commit is contained in:
2026-09-12 09:47:29 -07:00
parent be8981d024
commit ef36bfb050
7 changed files with 197 additions and 58 deletions
+5 -5
View File
@@ -28,7 +28,7 @@
<meta name="apple-mobile-web-app-title" content="FlockRadar">
<!-- Main Stylesheet -->
<link rel="stylesheet" href="css/styles.css?v=11">
<link rel="stylesheet" href="css/styles.css?v=12">
</head>
<body>
@@ -1055,10 +1055,10 @@
<script src="https://unpkg.com/leaflet@1.9.4/dist/leaflet.js" integrity="sha256-20nQCchB9co0qIjJZRGuk2/Z9VM+kNiyxNV1lvTlZBo=" crossorigin=""></script>
<!-- Data & Application Logic with Cache Busting -->
<script src="data/portals.js?v=11"></script>
<script src="js/auth.js?v=11"></script>
<script src="js/radar.js?v=11"></script>
<script src="js/app.js?v=11"></script>
<script src="data/portals.js?v=12"></script>
<script src="js/auth.js?v=12"></script>
<script src="js/radar.js?v=12"></script>
<script src="js/app.js?v=12"></script>
<!-- Service Worker Instant Cache Invalidation -->
<script>