2 middle point

This commit is contained in:
2026-06-22 15:14:02 +03:30
parent d1b74585d7
commit a26f07d2ad
3 changed files with 3 additions and 3 deletions

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();