update easymega turn-on script for v2.0
[fw/altos] / doc / map-loading.txt
index 3dffcd041932f7371ff9fa60aab7cb9b4230ccc6..f83281769a949ff0dd7884308527b18f40bbfca0 100644 (file)
@@ -1,5 +1,13 @@
 = Loading Map Tiles from Google Maps
+Keith Packard <keithp@keithp.com>
+: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=<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.