PHPackages                             wm/map-multi-polygon-nova3 - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. wm/map-multi-polygon-nova3

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

wm/map-multi-polygon-nova3
==========================

A Laravel Nova field.

152Vue

Since Sep 8Pushed 3y ago1 watchersCompare

[ Source](https://github.com/webmappsrl/map-multi-polygon-nova3)[ Packagist](https://packagist.org/packages/wm/map-multi-polygon-nova3)[ RSS](/packages/wm-map-multi-polygon-nova3/feed)WikiDiscussions main Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

map-multi-polygon-nova3
=======================

[](#map-multi-polygon-nova3)

[![Map Multi Polygon, awesome resource field for Nova 3](banner-nova3.jpg)](banner-nova3.jpg)

---

[![Version](https://camo.githubusercontent.com/41c4e001debdbaf1583032ed87fa2d4ecc2b96b783bb0fac39013f7c8e3a10d7/687474703a2f2f706f7365722e707567782e6f72672f776d2f6d61702d6d756c74692d706f6c79676f6e2f76657273696f6e)](https://packagist.org/packages/wm/map-multi-polygon)

- [Requirements](#requirements)
- [Installation](#installation)
- [Usage](#usage)
    - [Map Multi Polygon](#map-multi-polygon)
- [Configuration](#configuration)

Requirements
------------

[](#requirements)

- `php: ^8`
- `laravel/nova: 3`

Installation
------------

[](#installation)

You can install the package in to a Laravel app that uses [Nova](https://nova.laravel.com) via composer:

```
composer require wm/map-multi-polygon-nova3
```

Usage
-----

[](#usage)

### Map Point

[](#map-point)

[![image](field.png)](field.png)

You can display a post gist geography(MultiPolygon,4326) area on the map and change it by uploading a new MultiPolygon file (.GPX, .KML, .GEOJSON)

```
    use Wm\MapMultiPolygonNova3\MapMultiPolygonNova3;
    /**
     * Get the fields displayed by the resource.
     *
     * @param  \Laravel\Nova\Http\Requests\NovaRequest  $request
     * @return array
     */
    public function fields(NovaRequest $request)
    {
        return [
            ID::make()->sortable(),
                ...
            MapMultiPolygonNova3::make('geometry')->withMeta([
                'center' => ['42.795977075', '10.326813853'],
                'attribution' => 'Webmapp contributors',
            ]),
        ];
    }
```

Configuration
-------------

[](#configuration)

As of v1.4.0 it's possible to use a `Tab` class instead of an array to represent your tabs.

PropertyTypeDefaultDescriptioncenter`array``[0,0]`The coordinates used for center the view of an empty mapattribution`string``OpenStreetMap contributors, CC-BY-SA, Imagery (c) Mapbox`the html showed as map attributiontiles`string``https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png`The tile url used.

###  Health Score

18

—

LowBetter than 8% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity25

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/14872288?v=4)[peppedeka](/maintainers/peppedeka)[@peppedeka](https://github.com/peppedeka)

![](https://avatars.githubusercontent.com/u/35734764?v=4)[Webmapp s.r.l.](/maintainers/webmappsrl)[@webmappsrl](https://github.com/webmappsrl)

![](https://avatars.githubusercontent.com/u/41744016?v=4)[pedramkat](/maintainers/pedramkat)[@pedramkat](https://github.com/pedramkat)

---

Top Contributors

[![webmappsrl](https://avatars.githubusercontent.com/u/35734764?v=4)](https://github.com/webmappsrl "webmappsrl (10 commits)")

### Embed Badge

![Health badge](/badges/wm-map-multi-polygon-nova3/health.svg)

```
[![Health](https://phpackages.com/badges/wm-map-multi-polygon-nova3/health.svg)](https://phpackages.com/packages/wm-map-multi-polygon-nova3)
```

###  Alternatives

[defiant/randomorg

PHP class and Laravel implementation for Random.org

162.5k](/packages/defiant-randomorg)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
