PHPackages                             mapbender/coordinates-utility - 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. [Search &amp; Filtering](/categories/search)
4. /
5. mapbender/coordinates-utility

AbandonedArchivedLibrary[Search &amp; Filtering](/categories/search)

mapbender/coordinates-utility
=============================

Transform coordinates in different SRS. Navigate to coordinates on the map.

1.2.7(3y ago)211.7k4MITJavaScriptPHP &gt;=5.5.4

Since Dec 21Pushed 2y ago2 watchersCompare

[ Source](https://github.com/mapbender/coordinates-utility)[ Packagist](https://packagist.org/packages/mapbender/coordinates-utility)[ RSS](/packages/mapbender-coordinates-utility/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (10)Dependencies (1)Versions (35)Used By (0)

Deprecated
==========

[](#deprecated)

This repository is deprecated. Its functionality was integrated into the [mapbender core repository](https://github.com/mapbender/mapbender/) in version 4.0. Propose any changes there.

---

Old description: Mapbender coordinates utility module
-----------------------------------------------------

[](#old-description-mapbender-coordinates-utility-module)

Retrieve coordinates from the map, Zoom to a given map coordinate

Features
--------

[](#features)

- Get coordinates by clicking on the map
- Transform coordinates to different SRS
- Navigate to selected coordinates on the map

Element configuration
---------------------

[](#element-configuration)

Coordinates utility element supports the following configuration values:

NameTypeDefaultExplanationaddMapSrsListbooleantrueOffer all SRS configured on the map element for coordinate transformationsrsListlist of stringsempty arrayAdditional SRS choices to offer for coordinate transformation. Must follow "EPSG:&lt;digits&gt;" formzoomlevelinteger6Zoom level to use when centering map (lower = zoomed further out)```

  sidepane:
    class: Mapbender\CoordinatesUtilityBundle\Element\CoordinatesUtility
    addMapSrsList: true      # =default; offer all SRS configured on the Map element
    srsList: ['EPSG:25834']  # Add an additional SRS for transformation
    zoomlevel: 3             # zoom in closer than default on "Center map"
```

### Customizing SRS titles

[](#customizing-srs-titles)

It is possible to change the displayed title of SRS choices by using an object form or a pipe separator. For the object form, use objects with "name" and "title" keys. The pipe separator form is "&lt;srs name&gt;|&lt;custom title&gt;".

```

    srsList:
      # Rename using object form
      - {name: 'EPSG:25832', title: 'Renamed UTM32N'}
      # Rename using pipe separator form
      - 'EPSG:25834|Renamed UTM34N'
      # Use standard name
      - 'EPSG:25831'
```

NOTE: the backend form input only supports using pipe separator for SRS renaming. The explicit object format is legal in Yaml Application definitions only.

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

[](#installation)

The backend form srs suggestions will only work after registering the controller routes with the Symfony router.

Mapbender Starter already does this.

To do it manually, add the following to your app/config/routing.yml:

```
mapbender_coordinatesutilitybundle:
    resource: "@MapbenderCoordinatesUtilityBundle/Controller/"
    type: annotation
```

Note that the top key "mapbender\_coordinatesutilitybundle" is technically irrelevant, but must be unique in your routing configuration.

###  Health Score

37

—

LowBetter than 81% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity27

Limited adoption so far

Community21

Small or concentrated contributor base

Maturity70

Established project with proven stability

 Bus Factor1

Top contributor holds 70.9% 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 ~69 days

Recently: every ~98 days

Total

29

Last Release

1163d ago

### Community

Maintainers

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

![](https://www.gravatar.com/avatar/0154eb5bdfa738d2bbc95bb345ba5f971d9395a2318f8724e42fa3bd384ae9c2?d=identicon)[LazerTiberius](/maintainers/LazerTiberius)

![](https://www.gravatar.com/avatar/477770124fbda6af8025e087fcf19d606bd95f9c4322f9b53035fb617117300f?d=identicon)[AxxL](/maintainers/AxxL)

---

Top Contributors

[![werrolf](https://avatars.githubusercontent.com/u/24895932?v=4)](https://github.com/werrolf "werrolf (134 commits)")[![sveta-wl](https://avatars.githubusercontent.com/u/10789303?v=4)](https://github.com/sveta-wl "sveta-wl (31 commits)")[![inacht](https://avatars.githubusercontent.com/u/38423161?v=4)](https://github.com/inacht "inacht (8 commits)")[![astroidex](https://avatars.githubusercontent.com/u/996298?v=4)](https://github.com/astroidex "astroidex (7 commits)")[![Phocacius](https://avatars.githubusercontent.com/u/3438255?v=4)](https://github.com/Phocacius "Phocacius (3 commits)")[![AxxL](https://avatars.githubusercontent.com/u/2235393?v=4)](https://github.com/AxxL "AxxL (2 commits)")[![DavidPatzke](https://avatars.githubusercontent.com/u/5700151?v=4)](https://github.com/DavidPatzke "DavidPatzke (1 commits)")[![pfavero-wheregroup](https://avatars.githubusercontent.com/u/45092671?v=4)](https://github.com/pfavero-wheregroup "pfavero-wheregroup (1 commits)")[![frwg](https://avatars.githubusercontent.com/u/44997160?v=4)](https://github.com/frwg "frwg (1 commits)")[![eSlider](https://avatars.githubusercontent.com/u/1188335?v=4)](https://github.com/eSlider "eSlider (1 commits)")

---

Tags

centercoordinatesgeogeolocationgismapmapbendermoduleretrievezoomsearchcoordinatesmapbendernavigate

### Embed Badge

![Health badge](/badges/mapbender-coordinates-utility/health.svg)

```
[![Health](https://phpackages.com/badges/mapbender-coordinates-utility/health.svg)](https://phpackages.com/packages/mapbender-coordinates-utility)
```

###  Alternatives

[elasticsearch/elasticsearch

PHP Client for Elasticsearch

5.3k187.3M1.1k](/packages/elasticsearch-elasticsearch)[ruflin/elastica

Elasticsearch Client

2.3k52.4M229](/packages/ruflin-elastica)[solarium/solarium

PHP Solr client

93334.5M118](/packages/solarium-solarium)[opensearch-project/opensearch-php

PHP Client for OpenSearch

15528.5M116](/packages/opensearch-project-opensearch-php)[jsq/amazon-es-php

Support for using IAM authentication with the official Elasticsearch PHP client

9311.4M13](/packages/jsq-amazon-es-php)

PHPackages © 2026

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