heatmap changed

This commit is contained in:
HolgerHatGarKeineNode
2023-02-08 10:44:43 +01:00
parent afc59601d4
commit 5c63c491a1
6 changed files with 296 additions and 11 deletions

View File

@@ -12,7 +12,7 @@ class Heatmap extends Component
public function render()
{
$data = BookCase::query()
->whereHas('orangePills')
//->whereHas('orangePills')
->get()->map(fn($bookCase) => [
'lat' => $bookCase->latitude,
'lng' => $bookCase->longitude,