diff --git a/components/MapComponent.js b/components/MapComponent.js index 0e3eb529a..dfbd324ce 100644 --- a/components/MapComponent.js +++ b/components/MapComponent.js @@ -2203,7 +2203,7 @@ const MapComponent = ({ locations, onLocationUpdate, lineCoordinates }) => { // Custom circle icon for draggable markers const circleIcon = L.divIcon({ className: "custom-div-icon", - html: "
", + html: "
", iconSize: [25, 25], iconAnchor: [5, 5], }); diff --git a/pages/api/linesColorApi.js b/pages/api/linesColorApi.js index 5964fc162..9ac678c69 100644 --- a/pages/api/linesColorApi.js +++ b/pages/api/linesColorApi.js @@ -8,7 +8,7 @@ export default function handler(req, res) { IdModul: 1, Na: "system", Le: 4, - Co: "#00FF00", + Co: "#018915", Me: "Eingang DE04 kommend", Feld: 3, Icon: 0,