mirror of
https://github.com/FoggedLens/deflock.git
synced 2026-02-12 15:02:45 +00:00
render current location if available
This commit is contained in:
@@ -158,6 +158,10 @@ function initializeMap() {
|
||||
} else {
|
||||
emit('update:bounds', map.getBounds());
|
||||
}
|
||||
|
||||
if (props.currentLocation) {
|
||||
updateCurrentLocation();
|
||||
}
|
||||
}
|
||||
|
||||
function updateMarkers(newAlprs: ALPR[]): void {
|
||||
|
||||
Reference in New Issue
Block a user