© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•17mo ago
Mehmet K.

How to add an interactive map in Filament?

I am trying to add a map that I can choose with polygon as in the picture

For this, I created a field with a class and added my necessary codes to the blade file.

But I cannot run it. the map does not load.

Or if there is a map you can suggest, I can also use it where I can choose polygon.

           MapboxPolygonField::make('polygon_coordinates')
                    ->label('Polygon Coordinates')
                    ->visible(fn (Get $get) => $get('region_scope') === 'mapbox_maps_polygon'),
           MapboxPolygonField::make('polygon_coordinates')
                    ->label('Polygon Coordinates')
                    ->visible(fn (Get $get) => $get('region_scope') === 'mapbox_maps_polygon'),
Screenshot_37.png
Screenshot_38.png
Screenshot_39.png
Screenshot_40.png
Filament banner
FilamentJoin
A powerful open source UI framework for Laravel • Build and ship admin panels & apps fast with Livewire
20,307Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

How add Filament to Webpage
FilamentFFilament / ❓┊help
11mo ago
How to use an api in filament
FilamentFFilament / ❓┊help
3y ago
how to add recaptcha in filament login form?
FilamentFFilament / ❓┊help
2y ago
How to add margin bottom in filament modal?
FilamentFFilament / ❓┊help
3y ago