feat: Add Geofence Leaflet drawing tool for DOPs and Dumpsites
This commit is contained in:
@@ -26,6 +26,7 @@ class UpdateDropOffPointRequest extends FormRequest
|
||||
'barangay_id' => ['sometimes', 'nullable', 'integer', 'exists:barangays,id'],
|
||||
'lat' => ['sometimes', 'required_with:lng', 'numeric', 'between:-90,90'],
|
||||
'lng' => ['sometimes', 'required_with:lat', 'numeric', 'between:-180,180'],
|
||||
'geofence_wkt' => ['sometimes', 'nullable', 'string'],
|
||||
'address_line' => ['sometimes', 'required', 'string', 'max:255'],
|
||||
'capacity_kg' => ['sometimes', 'nullable', 'integer', 'min:0'],
|
||||
'operating_hours' => ['sometimes', 'nullable', 'array'],
|
||||
|
||||
Reference in New Issue
Block a user