PHPackages                             ttree/googlemapeditor - 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. ttree/googlemapeditor

ActiveNeos-package

ttree/googlemapeditor
=====================

Google Map Inspector Editors for Neos CMS

1.2.0(6mo ago)135.0k9[13 PRs](https://github.com/ttreeagency/GoogleMapEditor/pulls)MITJavaScript

Since Jan 21Pushed 6mo ago4 watchersCompare

[ Source](https://github.com/ttreeagency/GoogleMapEditor)[ Packagist](https://packagist.org/packages/ttree/googlemapeditor)[ RSS](/packages/ttree-googlemapeditor/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependencies (1)Versions (21)Used By (0)

Google Map Inspector Editors for Neos CMS
=========================================

[](#google-map-inspector-editors-for-neos-cms)

This package provides a Neos CMS Inspector Editor to select geo coordinates from a Google Map.

[![](https://camo.githubusercontent.com/a940e39d1ad2d68153cfc1ec86009e15bed1dac6b8b8149368415440fe8f0dc2/687474703a2f2f672e7265636f726469742e636f2f4a3573317479684779482e676966)](https://camo.githubusercontent.com/a940e39d1ad2d68153cfc1ec86009e15bed1dac6b8b8149368415440fe8f0dc2/687474703a2f2f672e7265636f726469742e636f2f4a3573317479684779482e676966)

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

[](#configuration)

You need to configure your API key, see the `editorOptions.key` bellow. `defaultPosition` is required to see the initial marker.

```
Neos:
  Neos:
    userInterface:
      inspector:
        dataTypes:
          Ttree\GoogleMapEditor\GeoPoint:
            editorOptions:
              url: https://maps.googleapis.com/maps/api/js?v=3.exp&libraries=geometry,drawing,places
              key: use-a-valid-google-map-api-key
              defaultPosition: [-34.397, 150.644]
              defaultZoom: 8
              search: true
              searchPlaceholder: 'Enter address to search'
              defaultSearchTerm: 'Vienna'
              mapDefaultOptions:
                scrollwheel: false
                navigationControl: false
                mapTypeControl: false
                streetViewControl: false
                draggableCursor: default
                draggingCursor: pointer

```

The `mapDefaultOptions` accept any option accepted by the `GoogleMap` component from [react-google-maps](https://tomchentw.github.io/react-google-maps/#googlemap). So you can be fancy and override the provided styles globaly or for each node property, see bellow for the node property configuration.

Usage
-----

[](#usage)

The default configuration is quiet slim:

```
'Your.Package:Map':
  properties:
    geopoint:
      type: Ttree\GoogleMapEditor\GeoPoint

```

**Tips**: Don't disable the `fullscreenControl`, the editor work fine in full screen mode.

For each instance of the editor, you can also customize the default `editorOptions`:

```
'Your.Package:Map':
  properties:
    geopoint:
      type: Ttree\GoogleMapEditor\GeoPoint
      ui:
        inspector:
          editorOptions:
            defaultPosition: [-34.397, 150.644]
            defaultZoom: 14
            mapDefaultOptions:
                streetViewControl: true
                styles:
                  - featureType: all
                    elementType: geometry.fill
                    stylers:
                      - weight: 2.00

```

Acknowledgments
---------------

[](#acknowledgments)

Development sponsored by [visol](https://www.visol.ch/) &amp; [ttree ltd - neos solution provider](http://ttree.ch).

We try our best to craft this package with a lots of love, we are open to sponsoring, support request, ... just contact us.

License
-------

[](#license)

The MIT License (MIT). Please see [LICENSE](LICENSE) for more information.

###  Health Score

50

↑

FairBetter than 96% of packages

Maintenance66

Regular maintenance activity

Popularity32

Limited adoption so far

Community18

Small or concentrated contributor base

Maturity72

Established project with proven stability

 Bus Factor1

Top contributor holds 57.5% 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.

###  Release Activity

Cadence

Every ~473 days

Recently: every ~708 days

Total

7

Last Release

197d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/cd3279e45009314122be6b398a54418a037e1b248fb4740cb66bb742d05e3512?d=identicon)[ttree](/maintainers/ttree)

---

Top Contributors

[![dfeyer](https://avatars.githubusercontent.com/u/221173?v=4)](https://github.com/dfeyer "dfeyer (23 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (7 commits)")[![markusguenther](https://avatars.githubusercontent.com/u/1014126?v=4)](https://github.com/markusguenther "markusguenther (6 commits)")[![jonnitto](https://avatars.githubusercontent.com/u/4510166?v=4)](https://github.com/jonnitto "jonnitto (2 commits)")[![dimaip](https://avatars.githubusercontent.com/u/837032?v=4)](https://github.com/dimaip "dimaip (1 commits)")[![lorenzulrich](https://avatars.githubusercontent.com/u/1816023?v=4)](https://github.com/lorenzulrich "lorenzulrich (1 commits)")

### Embed Badge

![Health badge](/badges/ttree-googlemapeditor/health.svg)

```
[![Health](https://phpackages.com/badges/ttree-googlemapeditor/health.svg)](https://phpackages.com/packages/ttree-googlemapeditor)
```

###  Alternatives

[neos/neos-base-distribution

Neos Base Distribution

4464.9k](/packages/neos-neos-base-distribution)[flowpack/nodetemplates

Neos package that allows to modify nodes on creation via templates.

32492.9k15](/packages/flowpack-nodetemplates)[flowpack/media-ui

This module allows managing media assets including pictures, videos, audio and documents.

2184.5k2](/packages/flowpack-media-ui)[shel/neos-colorpicker

A plugin for Neos CMS which provides a colorpicker editor

1494.4k6](/packages/shel-neos-colorpicker)[yoast/yoast-seo-for-neos

Yoast SEO for Neos CMS

24164.8k](/packages/yoast-yoast-seo-for-neos)[shel/neos-hyphens

A plugin for Neos CMS which provides hyphens for the inline editor

20200.7k1](/packages/shel-neos-hyphens)

PHPackages © 2026

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