Coordinate docs
This commit is contained in:
@@ -280,6 +280,9 @@ ol.coordinate.squaredDistanceToSegment = function(coordinate, segment) {
|
|||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
* Format a geographic coordinate with the hemisphere, degrees, minutes, and
|
||||||
|
* seconds.
|
||||||
|
*
|
||||||
* Example:
|
* Example:
|
||||||
*
|
*
|
||||||
* var coord = [7.85, 47.983333];
|
* var coord = [7.85, 47.983333];
|
||||||
@@ -301,6 +304,8 @@ ol.coordinate.toStringHDMS = function(coordinate) {
|
|||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
* Format a coordinate as a comma delimited string.
|
||||||
|
*
|
||||||
* Example without specifying fractional digits:
|
* Example without specifying fractional digits:
|
||||||
*
|
*
|
||||||
* var coord = [7.85, 47.983333];
|
* var coord = [7.85, 47.983333];
|
||||||
|
|||||||
Reference in New Issue
Block a user