merge with geojson easify repo

This commit is contained in:
HolgerHatGarKeineNode
2023-02-06 21:24:37 +01:00
parent 89359fd713
commit 906b69b716

View File

@@ -60,8 +60,8 @@ class PrepareForBtcMapItem extends Component
'OSMBoundaries' => 'bool', 'OSMBoundaries' => 'bool',
'polygonsOSMfr' => 'bool', 'polygonsOSMfr' => 'bool',
'population' => 'required|numeric', 'population' => 'nullable|numeric',
'population_date' => 'required|string', 'population_date' => 'nullable|string',
'polygonsOSMfrX' => 'numeric|max:1', 'polygonsOSMfrX' => 'numeric|max:1',
'polygonsOSMfrY' => 'numeric|max:1', 'polygonsOSMfrY' => 'numeric|max:1',