|
From: <lgr...@us...> - 2006-11-01 10:35:00
|
Revision: 12
http://svn.sourceforge.net/mapaphoto/?rev=12&view=rev
Author: lgrammel
Date: 2006-11-01 02:34:51 -0800 (Wed, 01 Nov 2006)
Log Message:
-----------
#1584398 tutorial how to use map-a-photo
Modified Paths:
--------------
homepage/trunk/index.html
Modified: homepage/trunk/index.html
===================================================================
--- homepage/trunk/index.html 2006-10-31 19:09:00 UTC (rev 11)
+++ homepage/trunk/index.html 2006-11-01 10:34:51 UTC (rev 12)
@@ -7,16 +7,16 @@
This tutorial gives a short introduction how to display your own vacation photos in
<a href="http://maps.google.com" target="_blank">Google Maps</a>
using some Java Script code provided by this open source project. If you have any questions, please
- contact us in the <a href="TODO link">project forums</a>.
+ contact us in the <a href="http://sourceforge.net/forum/forum.php?forum_id=624485">project forums</a>.
<h2>Downloading the example</h2>
<p>
- You can download a zip-file containing a short example at <a href="TODO">project download page</a>.
+ You can download "examples.zip" containing a short example at <a href="http://sourceforge.net/project/showfiles.php?group_id=180175&package_id=208293">project download page</a>.
</p>
<h2>Inserting your own google maps key</h2>
<p>
To get the example working, you must replace the passage "INSERTYOURGOOGLEMAPSKEYHERE" in the "maps.html"
file from the example with your google maps key. If you don't have a google maps key, you can obtain
- one at TODO.
+ one at <a href="http://www.google.com/apis/maps/signup.html">http://www.google.com/apis/maps/signup.html</a>.
</p>
<p>
Please note that as far as I know, you can test the example locally by opening the "maps.html" file in
@@ -26,7 +26,7 @@
<h2>Setting the default map center and zoom level</h2>
<p>
To change the default map center and zoom level, you must again modify the "maps.html" file from the
- example. The passage <code>map.setCenter(new GLatLng(48.750547, -123.32), 9);</code> contains the
+ example. The passage <code>map.setCenter(new GLatLng(new GLatLng(48.44673890596188, -123.38882446289062), 12);</code> contains the
default location coordinates and the zoom level. If you click on the map, not on a marker, the current
location will be shown next to the map part of the browser window.
</p>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|