mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
proximity search for book cases
This commit is contained in:
@@ -35,8 +35,8 @@ class SyncOpenBooks extends Command
|
||||
],
|
||||
[
|
||||
'title' => $case['title'],
|
||||
'lat' => (float)$case['lat'],
|
||||
'lon' => (float)$case['lon'],
|
||||
'latitude' => (float)$case['lat'],
|
||||
'longitude' => (float)$case['lon'],
|
||||
'address' => $case['address'],
|
||||
'type' => $case['type'],
|
||||
'open' => $case['open'],
|
||||
|
||||
Reference in New Issue
Block a user