diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/map-loading.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/map-loading.txt b/doc/map-loading.txt index 3dffcd04..1b39dd6b 100644 --- a/doc/map-loading.txt +++ b/doc/map-loading.txt @@ -89,7 +89,7 @@ server. The elements of the elements are: Encoding this in a URI is straightforward: -\ altos-map?center=<lat>,<lon>&zoom=<zoom> +\ altos-map?lat=<lat>&lon=<lon>&zoom=<zoom> Latitude and longitude are both encoded using decimal degrees with 6 digits following the decimal point. |