X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=blobdiff_plain;f=doc%2Fmap-loading.txt;h=f83281769a949ff0dd7884308527b18f40bbfca0;hp=3dffcd041932f7371ff9fa60aab7cb9b4230ccc6;hb=84c04a114898d97a13f61e1006949dc3926eeba1;hpb=5a95ed9c9419c15352b8dc1d895c9adce30f99f5 diff --git a/doc/map-loading.txt b/doc/map-loading.txt index 3dffcd04..f8328176 100644 --- a/doc/map-loading.txt +++ b/doc/map-loading.txt @@ -1,5 +1,13 @@ = Loading Map Tiles from Google Maps +Keith Packard +:title-logo-image: image:load-maps.png[] +:copyright: Keith Packard 2018 :doctype: article +:stylesheet: am-notoc.css +:linkcss: +:pdf-stylesdir: . +:pdf-style: altusmetrum +:pdf-fontsdir: fonts == The Google Maps Problem @@ -89,7 +97,7 @@ server. The elements of the elements are: Encoding this in a URI is straightforward: -\ altos-map?center=,&zoom= +\ altos-map?lat=&lon=&zoom= Latitude and longitude are both encoded using decimal degrees with 6 digits following the decimal point.