Mapbender coordinates utility module
Retrieve coordinates from the map, Zoom to a given map coordinate
Features
- Get coordinates by clicking on the map
- Transform coordinates to different SRS
- Navigate to selected coordinates on the map
Installation
- First you need installed mapbender3-starter https://github.com/mapbender/mapbender-starter#installation project
- Add required module to mapbender
$ cd application/
$ bin/composer require "mapbender/coordinates-utility"- Register routers in app/config/routing.yml
mapbender_coordinatesutilitybundle:
resource: "@MapbenderCoordinatesUtilityBundle/Controller/"
type: annotationUpdate
$ cd application/
$ bin/composer update