@@ -59,19 +59,19 @@ class Map extends Field
5959 * Main field config variables
6060 */
6161 private array $ mapConfig = [
62- 'autocomplete ' => false ,
63- 'autocompleteReverse ' => false ,
64- 'geolocate ' => false ,
65- 'geolocateLabel ' => '' ,
66- 'draggable ' => true ,
67- 'clickable ' => false ,
68- 'defaultLocation ' => [
62+ 'autocomplete ' => false ,
63+ 'autocompleteReverse ' => false ,
64+ 'geolocate ' => false ,
65+ 'geolocateLabel ' => '' ,
66+ 'draggable ' => true ,
67+ 'clickable ' => false ,
68+ 'defaultLocation ' => [
6969 'lat ' => 15.3419776 ,
7070 'lng ' => 44.2171392 ,
7171 ],
72- 'controls ' => [],
73- 'drawingControl ' => false ,
74- 'drawingModes ' => [
72+ 'controls ' => [],
73+ 'drawingControl ' => false ,
74+ 'drawingModes ' => [
7575 'marker ' => true ,
7676 'circle ' => true ,
7777 'rectangle ' => true ,
@@ -558,7 +558,7 @@ public function mapsHasJs(): bool
558558
559559 public function mapsJsUrl (): string
560560 {
561- $ manifest = json_decode (file_get_contents (__DIR__ . '/../../dist/mix-manifest.json ' ), true );
561+ $ manifest = json_decode (file_get_contents (__DIR__ . '/../../dist/mix-manifest.json ' ), true );
562562
563563 return url ($ manifest ['/cheesegrits/filament-google-maps/filament-google-maps.js ' ]);
564564 }
@@ -570,7 +570,7 @@ public function mapsHasCss(): bool
570570
571571 public function mapsCssUrl (): string
572572 {
573- $ manifest = json_decode (file_get_contents (__DIR__ . '/../../dist/mix-manifest.json ' ), true );
573+ $ manifest = json_decode (file_get_contents (__DIR__ . '/../../dist/mix-manifest.json ' ), true );
574574
575575 return url ($ manifest ['/cheesegrits/filament-google-maps/filament-google-maps.css ' ]);
576576 }
0 commit comments