typo
This commit is contained in:
parent
7443f5c9c5
commit
f473b68ff4
1 changed files with 1 additions and 1 deletions
|
@ -242,7 +242,7 @@ Ox.load('Image', function() {
|
||||||
`getASByLatLng` takes lat/lng and returns avenue/street. To
|
`getASByLatLng` takes lat/lng and returns avenue/street. To
|
||||||
compute the avenue, we subtract the point's distance from the West Pole, in
|
compute the avenue, we subtract the point's distance from the West Pole, in
|
||||||
avenues, from the total number of avenues. To compute the street, we
|
avenues, from the total number of avenues. To compute the street, we
|
||||||
subtract the point's distance from the North Pole, in avenues, from the
|
subtract the point's distance from the North Pole, in streets, from the
|
||||||
total number of streets. We also return the bearing of the avenues at this
|
total number of streets. We also return the bearing of the avenues at this
|
||||||
point (which form a right angle with the line from the point to the West
|
point (which form a right angle with the line from the point to the West
|
||||||
Pole), the bearing of the streets (at a right angle with the line to the
|
Pole), the bearing of the streets (at a right angle with the line to the
|
||||||
|
|
Loading…
Reference in a new issue