mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
proximitySearch added
This commit is contained in:
@@ -51,10 +51,14 @@ class City extends Resource
|
|||||||
->exceptOnForms(),
|
->exceptOnForms(),
|
||||||
|
|
||||||
Number::make('Latitude')
|
Number::make('Latitude')
|
||||||
->rules('required', 'numeric')->step(0.00001),
|
->rules('required', 'numeric')
|
||||||
|
->step(0.00001)
|
||||||
|
->help('https://latitude.to/lat/47.72671/lng/10.31688'),
|
||||||
|
|
||||||
Number::make('Longitude')
|
Number::make('Longitude')
|
||||||
->rules('required', 'numeric')->step(0.00001),
|
->rules('required', 'numeric')
|
||||||
|
->step(0.00001)
|
||||||
|
->help('https://latitude.to/lat/47.72671/lng/10.31688'),
|
||||||
|
|
||||||
BelongsTo::make('Country'),
|
BelongsTo::make('Country'),
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user