Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

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

$ cd application/
$ bin/composer require "mapbender/coordinates-utility"
  • Register routers in app/config/routing.yml
mapbender_coordinatesutilitybundle:
    resource: "@MapbenderCoordinatesUtilityBundle/Controller/"
    type: annotation

Update

$ cd application/
$ bin/composer update
You can’t perform that action at this time.