From 47f1535883f1c9998797fc5bcc2671ef70fe4d70 Mon Sep 17 00:00:00 2001 From: Ismail Ali Date: Fri, 17 Jan 2025 22:37:47 +0100 Subject: [PATCH] =?UTF-8?q?Latidute=20und=20Longitude=20in=20Popuphinzugef?= =?UTF-8?q?=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/CoordinatePopup.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/components/CoordinatePopup.js b/components/CoordinatePopup.js index 03c12e7b2..e8785bb81 100644 --- a/components/CoordinatePopup.js +++ b/components/CoordinatePopup.js @@ -20,7 +20,8 @@ const CoordinatePopup = ({ isOpen, coordinates, onClose }) => { }} onClick={(e) => e.stopPropagation()} // Verhindert das Schließen, wenn innerhalb des Popups geklickt wird > -

Koordinaten

+

Koordinaten

+

lat , lng

{coordinates}