feat: Add Geofence Leaflet drawing tool for DOPs and Dumpsites
This commit is contained in:
@@ -19,6 +19,7 @@ class DropOffPointResource extends JsonResource
|
||||
'lat' => $this->coordinates->latitude,
|
||||
'lng' => $this->coordinates->longitude,
|
||||
] : null,
|
||||
'geofence' => $this->geofence,
|
||||
'capacity_kg' => $this->capacity_kg,
|
||||
'operating_hours' => $this->operating_hours,
|
||||
'accepted_waste_types' => $this->accepted_waste_types,
|
||||
|
||||
Reference in New Issue
Block a user