1.2.0 • Published 10 years ago

leaflet.mousecoordinate v1.2.0

Weekly downloads
26
License
MIT
Repository
github
Last release
10 years ago

GitHub version Code Climate Build Status

Installation

Manuell

Download the Source and add it into your Project Folder

Bower

bower install --save leaflet.mouseCoordinate

get this with bower

Usage

L.control.mouseCoordinate({utm:true,utmref:true}).addTo(map);

Options

OptionTypeDefaultDescription
gpsBooleantrueShow GPS Coordinates in 3 Forms: ddd.ddddd / ddd mm.mmm / ddd mm ss.s
utmBooleanfalseShow UTM Coordinates
utmrefBooleanfalseShow UTMREF/MGRS Coordinates
qthBooleanfalseShow QTH/Maidenhead Locator
nacBooleanfalseShow Natural Area Code
positionString'bottomright'The initial position of the control (one of the map corners). See control positions.