fix search, clean up logging

This commit is contained in:
Will Freeman
2024-10-13 16:15:00 -05:00
parent fb2f1c397a
commit 837e1b7322
3 changed files with 40 additions and 34 deletions
+1 -1
View File
@@ -17,7 +17,7 @@
</template>
<script setup lang="ts">
import { LMarker, LCircleMarker, LFeatureGroup, LPolygon, LPopup } from '@vue-leaflet/vue-leaflet';
import { LCircleMarker, LPolygon, LPopup } from '@vue-leaflet/vue-leaflet';
import DFMapPopup from '@/components/DFMapPopup.vue';
import type { ALPR } from '@/types';
import type { PropType } from 'vue';