ok, lots of jscript debugging and I'm pretty sure its this:

JSON.stringify(new GLatLng(0,0))

where GLatLng is a google map object.

the imports needed for this are

<script src="http://maps.google.com/maps?
file=api&amp;v=2.x&amp;key=your-key&amp;sensor=false" type="text/
javascript"></script>
<script type="text/javascript" src="/classpath/jquery.js"
id="jquery"></script>
<script src="/classpath/json.js" type="text/javascript"></script>

there is a key=your-key argument in that first import. don't worry
about that, just make sure you test the page using localhost, not
127.0.0.1, just localhost. The key is not used for file:// and
localhost addresses.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Lift" group.
To post to this group, send email to liftweb@googlegroups.com
To unsubscribe from this group, send email to 
liftweb+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/liftweb?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to