1.0.2 • Published 6 years ago

leaflet.mousecoordinatesystems v1.0.2

Weekly downloads
70
License
MIT
Repository
github
Last release
6 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 1 Form: ddd.ddddd
gpsLongBooleantrueShow GPS Coordinates in 3 Forms: ddd.ddddd / ddd mm.mmm / ddd mm ss.s
utmBooleanfalseShow UTM Coordinates
utmrefBooleanfalseShow UTMREF/MGRS/USNG 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.