createAndSetMarkers in createAndSetDevices umbenennt

This commit is contained in:
ISA
2024-09-03 10:39:35 +02:00
parent 8c4a99fc34
commit 0c4df186c2
17 changed files with 127 additions and 45 deletions

View File

@@ -124,7 +124,7 @@ const determinePriority = (iconPath, priorityConfig) => {
};
// Funktion zum Erstellen und Setzen von Markern
export const createAndSetMarkers = async (systemId, setMarkersFunction, GisSystemStatic, priorityConfig) => {
export const createAndSetDevices = async (systemId, setMarkersFunction, GisSystemStatic, priorityConfig) => {
try {
const response1 = await fetch(config.mapGisStationsStaticDistrictUrl);
const jsonResponse = await response1.json();