Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
hydrocoast committed Feb 27, 2020
1 parent 32d7f9e commit 5094632
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 @@ -38,7 +38,7 @@ x, y = lonlat2xy(λ₀, φ₀, λ, φ)
### Japan Plane Rectangular Coordinate System
When the Japan Plane Rectangular Coordinate System is adopted,
functions such as `xy2lonlat_ja` and `lonlat2xy_ja` can omit the coordinates of origin `λ₀`, `φ₀`.
Instead, these functions require the zone number of interest (1 to 19).
These functions require the zone number of interest (1 to 19) instead.
```julia
λ, φ = xy2lonlat_ja(9, easting, northing) # in case of zone IX
```
Expand Down

0 comments on commit 5094632

Please sign in to comment.