watering
This commit is contained in:
@@ -412,7 +412,7 @@ const Watering = () => {
|
|||||||
});
|
});
|
||||||
return (
|
return (
|
||||||
<React.Fragment key={pt.id}>
|
<React.Fragment key={pt.id}>
|
||||||
<Marker position={[pt.lat, pt.lng]} draggable={true}
|
<Marker position={[Number(pt.lat), Number(pt.lng)]} draggable={true}
|
||||||
eventHandlers={{
|
eventHandlers={{
|
||||||
dragend: (e)=>{
|
dragend: (e)=>{
|
||||||
const ll = e.target.getLatLng();
|
const ll = e.target.getLatLng();
|
||||||
|
|||||||
Reference in New Issue
Block a user