Skip to content

Commit c2b47ae

Browse files
authored
Fixed spacing in README
1 parent 65c8d89 commit c2b47ae

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,20 @@ MGRS (Military Grid Reference System)
4747

4848
## Usage
4949
var usng = require('usng.js');
50+
5051
var converter = new usng.Converter();
5152

53+
5254
var usngCoord = converter.LLBboxtoUSNG(north, south, east, west);
55+
5356
var utmCoord = converter.LLtoUTM(lat, lon, utmcoords, zone);
57+
5458
var usngCoord = converter.LLtoUSNG(lat, lon, precision);
59+
5560
var llCoord = converter.UTMtoLL(UTMNorthing, UTMEasting, UTMZoneNumber, accuracy);
61+
5662
var utmCoord = converter.USNGtoUTM(zone,letter,sq1,sq2,east,north,ret);
63+
5764
var llCoord = converter.USNGtoLL(usngStr_input, getCenter);
65+
5866
var mgrsCoord = converter.LLtoMGRS(lat, lon, precision);

0 commit comments

Comments
 (0)