This commit is contained in:
2026-06-14 20:16:21 +07:00
parent 94d54d9521
commit 43e99a0f54
+2
View File
@@ -34,10 +34,12 @@
border-radius: 50%; border-radius: 50%;
} }
</style> </style>
<!-- SPBU PAGE FIXED: USE API FETCH FROM api/get_points.php -->
</head> </head>
<body> <body>
<div id="map"></div> <div id="map"></div>
<div id="spbu-status" style="position: fixed; bottom: 16px; right: 16px; z-index: 9999; background: rgba(255,255,255,0.9); color: #111; padding: 8px 12px; border-radius: 12px; box-shadow: 0 8px 30px rgba(0,0,0,0.1); font-size: 13px; font-weight: 600;">SPBU mode: API fetch</div>
<script src="https://unpkg.com/leaflet@1.9.4/dist/leaflet.js"></script> <script src="https://unpkg.com/leaflet@1.9.4/dist/leaflet.js"></script>