Revision: 47
Author: cphillip
Date: 2006-05-11 15:03:52 -0700 (Thu, 11 May 2006)
ViewCVS: http://svn.sourceforge.net/wnmap/?rev=47&view=rev
Log Message:
-----------
Fix kml-feed.php to use center lat/lng from configuration. Problem found and
initial fix proposed by Stephane Alnet.
Modified Paths:
--------------
trunk/src/web/kml-feed.php
Modified: trunk/src/web/kml-feed.php
===================================================================
--- trunk/src/web/kml-feed.php 2006-05-01 06:02:54 UTC (rev 46)
+++ trunk/src/web/kml-feed.php 2006-05-11 22:03:52 UTC (rev 47)
@@ -48,8 +48,8 @@
<name><?=ORG_NAME?></name>
<description><?=ORG_DESC?></description>
<LookAt>
- <longitude>-122.324,47</longitude>
- <latitude>47.625</latitude>
+ <longitude>MAP_CENTER_LONG</longitude>
+ <latitude>MAP_CENTER_LAT</latitude>
<range>100000</range>
<tilt>0</tilt>
<heading>0</heading>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|