Version 1.0.1.4 delete "api-Kopie" und "api back30" and delete link from device popup
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
// /utils/createAndSetDevices.js
|
||||
import circleIcon from "../components/gisPolylines/icons/CircleIcon";
|
||||
import { saveLineData, redrawPolyline } from "./mapUtils";
|
||||
import L from "leaflet";
|
||||
@@ -106,9 +107,18 @@ export const createAndSetDevices = async (systemId, setMarkersFunction, GisSyste
|
||||
<span class="text-gray-800"><strong> ${station.Area_Short} </strong>(${station.Area_Name})</span><br>
|
||||
<span class="text-gray-800"><strong>${station.Location_Short} </strong> (${station.Location_Name})</span>
|
||||
<div class="mt-2">${statusInfo}</div>
|
||||
<a href="${station.Link}" target="_blank" style="color: blue;">${BASE_URL}${station.Link}</a>
|
||||
</div>
|
||||
`);
|
||||
/* marker.bindPopup(`
|
||||
<div class="bg-white rounded-lg">
|
||||
<span class="text-lg font-semibold text-gray-900">${station.LD_Name}</span>
|
||||
<span class="text-md font-bold text-gray-800"> ${station.Device}</span><br>
|
||||
<span class="text-gray-800"><strong> ${station.Area_Short} </strong>(${station.Area_Name})</span><br>
|
||||
<span class="text-gray-800"><strong>${station.Location_Short} </strong> (${station.Location_Name})</span>
|
||||
<div class="mt-2">${statusInfo}</div>
|
||||
<a href="${station.Link}" target="_blank" style="color: blue;">${BASE_URL}${station.Link}</a>
|
||||
</div>
|
||||
`); */
|
||||
|
||||
return marker;
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user