fix sql installer and update

This commit is contained in:
iBNu Maksum
2025-01-16 09:52:06 +07:00
parent 61fafcd5cf
commit f4944866a4
3 changed files with 7 additions and 7 deletions

View File

@ -292,7 +292,7 @@
var map = L.map('map').setView([lat, lon], 13);
L.tileLayer('https://{s}.basemaps.cartocdn.com/rastertiles/light_all/{z}/{x}/{y}.png', {
attribution:
'&copy; <a href="https://www.openstreetmap.org/copyright">OpenStreetMap</a> contributors &copy; <a href="https://carto.com/attributions">CARTO</a>',
'SIMITA',
subdomains: 'abcd',
maxZoom: 20
}).addTo(map);