webbingbrasil / filament-maps

Map widget for filament admin
MIT License
61 stars 20 forks source link

FullScreen page #14

Closed zenati closed 1 year ago

zenati commented 1 year ago

Hello, excellent plugin.

Is there any way of showing the map fullpage on a page view ? Without paddings or margins or any headers ?

Thank you.

dmandrade commented 1 year ago

In v1.4.0 two new actions were added to make the map fullpage or fullscreen.

Also, you can make the map fullscreen by default by setting the property fullpage

class MyMap extends MapWidget
{
    protected bool $fullpage = true;
}