Latidute und Longitude in Popuphinzugefügt
This commit is contained in:
@@ -20,7 +20,8 @@ const CoordinatePopup = ({ isOpen, coordinates, onClose }) => {
|
||||
}}
|
||||
onClick={(e) => e.stopPropagation()} // Verhindert das Schließen, wenn innerhalb des Popups geklickt wird
|
||||
>
|
||||
<h2 className="text-xl font-bold text-center mb-4 text-gray-800">Koordinaten</h2>
|
||||
<h2 className="text-xl font-bold text-center mb-2 text-gray-800">Koordinaten</h2>
|
||||
<p className="text-center text-lg text-gray-600 font-mono mb-0">lat , lng</p>
|
||||
<p className="text-center text-lg text-gray-600 font-mono mb-6">{coordinates}</p>
|
||||
<div className="flex justify-center gap-4">
|
||||
<button
|
||||
|
||||
Reference in New Issue
Block a user