|
@@ -14,6 +14,7 @@ import VectorCategory from "@/graphic/enum/VectorCategory";
|
|
|
|
|
|
const props = defineProps<{geo: FocusVector}>()
|
|
const props = defineProps<{geo: FocusVector}>()
|
|
const hideTypes = [
|
|
const hideTypes = [
|
|
|
|
+ VectorType.CrossPoint,
|
|
VectorType.RoadPoint,
|
|
VectorType.RoadPoint,
|
|
VectorType.CurveRoadPoint,
|
|
VectorType.CurveRoadPoint,
|
|
VectorCategory.Point.NormalPoint
|
|
VectorCategory.Point.NormalPoint
|