Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mjjbell authored May 29, 2017
1 parent 76173d3 commit b853f58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ Converting from GPS to National Grid
lon := -0.1262
lat := 51.5080
height := 10.5
gpsCoord := osgb.NewETRS89Coord(lon, lat height)
gpsCoord := osgb.NewETRS89Coord(lon, lat, height)
nationalGridCoord, err := trans.ToNationalGrid(gpsCoord)
if err != nil {
log.Fatal(err)
Expand Down

0 comments on commit b853f58

Please sign in to comment.