feat: Add Geofence Leaflet drawing tool for DOPs and Dumpsites

This commit is contained in:
Developer
2026-06-30 13:31:36 +08:00
parent 54de35b03d
commit 92f8ee95fc
12 changed files with 214 additions and 83 deletions

View File

@@ -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,