bill 2 vuotta sitten
vanhempi
commit
8e545afa1a
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1 0
      src/views/graphic/geos/del.vue

+ 1 - 0
src/views/graphic/geos/del.vue

@@ -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