Added search config to disable some unneeded buttons

This commit is contained in:
Alexis
2025-03-15 21:25:21 +01:00
parent c5787f3ceb
commit a6063dd47b
10 changed files with 158 additions and 25 deletions

View File

@@ -1,19 +1,9 @@
---
import type { MapMarker, PlayerMarker } from '@/types/Leaflet';
import type { MapProps } from '@/types/Map';
import MarkerCreator from './overlay/MarkerCreator.vue';
interface Props {
mapKey: string
zoomifyKey: string
mapHeight: number
mapWidth: number
markers?: MapMarker[]
players?: PlayerMarker
rulerMainUnit?: string
rulerDistanceRatio?: number
rulerHideWalkDistance?: boolean
backgroundColor?: string
}
interface Props extends MapProps {}
const {
mapKey,