feature/moddle_point #12

Merged
aminghasempoor merged 6 commits from feature/moddle_point into develop 2026-06-22 11:48:26 +00:00
3 changed files with 3 additions and 3 deletions
Showing only changes of commit a26f07d2ad - Show all commits

View File

@@ -11,7 +11,7 @@ import { useEffect, useRef, useState } from "react";
import DataBox from "./DataBox";
import AlarmText from "./AlarmText";
const MAX_WAYPOINTS = 1;
const MAX_WAYPOINTS = 2;
const Routing = ({ setArea, setLocations, locations, area }) => {
const mapPrevSourceMarker = useRef();

View File

@@ -11,7 +11,7 @@ import { useEffect, useRef, useState } from "react";
import DataBox from "./DataBox";
import AlarmText from "./AlarmText";
const MAX_WAYPOINTS = 1;
const MAX_WAYPOINTS = 2;
const Routing = ({ setArea, setLocations, locations, area }) => {
const mapPrevSourceMarker = useRef();

View File

@@ -11,7 +11,7 @@ import { useEffect, useRef, useState } from "react";
import DataBox from "./DataBox";
import AlarmText from "./AlarmText";
const MAX_WAYPOINTS = 1;
const MAX_WAYPOINTS = 2;
const Routing = ({ setArea, setLocations, locations, area }) => {
const mapPrevSourceMarker = useRef();