docs
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
// components/CoordinatePopup.js
|
||||
// components/contextmenu/CoordinatePopup.js
|
||||
import React from "react";
|
||||
|
||||
const CoordinatePopup = ({ isOpen, coordinates, onClose }) => {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// components/useMapContextMenu.js
|
||||
// components/contextmenu/useMapContextMenu.js
|
||||
import { toast } from "react-toastify";
|
||||
import { zoomIn, zoomOut, centerHere } from "../../utils/zoomAndCenterUtils";
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// /components/PlusRoundIcon.js
|
||||
// /components/icons/devices/overlapping/PlusRoundIcon.js
|
||||
const plusRoundIcon = L.icon({
|
||||
//iconUrl: "/img/plus_round.png", // Update with your actual path
|
||||
iconUrl: "/img/plus_round.png", // Update with your actual path
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// /components/AddPOIModal.js
|
||||
// /components/pois/AddPOIModal.js
|
||||
import React, { useState, useEffect } from "react";
|
||||
import { useDispatch, useSelector } from "react-redux";
|
||||
import { selectGisStationsStaticDistrict } from "../../redux/slices/webservice/gisStationsStaticDistrictSlice";
|
||||
|
||||
Reference in New Issue
Block a user