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