[Checkins] SVN: keas.googlemap/trunk/src/keas/googlemap/browser/README.txt fix the tests

Paul Carduner paulcarduner at gmail.com
Mon Oct 13 13:54:56 EDT 2008


Log message for revision 92128:
  fix the tests

Changed:
  U   keas.googlemap/trunk/src/keas/googlemap/browser/README.txt

-=-
Modified: keas.googlemap/trunk/src/keas/googlemap/browser/README.txt
===================================================================
--- keas.googlemap/trunk/src/keas/googlemap/browser/README.txt	2008-10-13 17:53:40 UTC (rev 92127)
+++ keas.googlemap/trunk/src/keas/googlemap/browser/README.txt	2008-10-13 17:54:55 UTC (rev 92128)
@@ -77,10 +77,12 @@
                  keas.googlemap.initialize({id:'google-map',
                                             zoom:1,
                                             type:G_NORMAL_MAP,
+                                            controls:["GLargeMapControl", "GMapTypeControl"],
                                             markers:[]});
             };
             $(document).unload( function() {GUnload();} );
             </script>
+  <BLANKLINE>
 
 Adding Markers
 --------------
@@ -108,10 +110,12 @@
                  keas.googlemap.initialize({id:'google-map',
                                             zoom:1,
                                             type:G_NORMAL_MAP,
-                                            markers:[{latitude:37.231, longitude:-23.123, html:'\n<h1>My Marker</h1>\n<p>This is my marker</p>\n'},]});
+                                            controls:["GLargeMapControl", "GMapTypeControl"],
+                                            markers:[{"latitude": 37.2..., "html": "\n<h1>My Marker</h1>\n<p>This is my marker</p>\n", "longitude": -23.1...}]});
             };
             $(document).unload( function() {GUnload();} );
             </script>
+  <BLANKLINE>
 
 To properly display markers, you will need to include the
 markermanager.js utility script from google.  There is a viewlet that



More information about the Checkins mailing list