render current location if available

This commit is contained in:
Will Freeman
2024-12-27 20:31:34 -07:00
parent c435746c39
commit 40547a4332

View File

@@ -158,6 +158,10 @@ function initializeMap() {
} else {
emit('update:bounds', map.getBounds());
}
if (props.currentLocation) {
updateCurrentLocation();
}
}
function updateMarkers(newAlprs: ALPR[]): void {