Revision: 813
http://mp-plugins.svn.sourceforge.net/mp-plugins/?rev=813&view=rev
Author: lkuech
Date: 2007-08-08 03:23:19 -0700 (Wed, 08 Aug 2007)
Log Message:
-----------
Update the GoogleMaps urls
Modified Paths:
--------------
trunk/plugins/WorldMap/Settings.cs
Modified: trunk/plugins/WorldMap/Settings.cs
===================================================================
--- trunk/plugins/WorldMap/Settings.cs 2007-08-08 10:14:00 UTC (rev 812)
+++ trunk/plugins/WorldMap/Settings.cs 2007-08-08 10:23:19 UTC (rev 813)
@@ -123,8 +123,8 @@
using (MediaPortal.Profile.Settings reader = new MediaPortal.Profile.Settings(Config.GetSubFolder(Config.Dir.Plugins,"Windows") + "\\GUIWorldmap.xml"))
{
GMAUrl = reader.GetValueAsString(SectionName, ParmGMAUrl, "http://kh{0}.google.com/kh?n=404&v=18&t={1}");
- GMRUrl = reader.GetValueAsString(SectionName, ParmGMRUrl, "http://mt{0}.google.com/mt?n=404&v=w2.52&x={1}&y={2}&zoom={3}");
- GMHUrl = reader.GetValueAsString(SectionName, ParmGMHUrl, "http://mt{0}.google.com/mt?n=404&v=w2t.53&x={1}&y={2}&zoom={3}");
+ GMRUrl = reader.GetValueAsString(SectionName, ParmGMRUrl, "http://mt{0}.google.com/mt?n=404&v=w2.99&x={1}&y={2}&zoom={3}");
+ GMHUrl = reader.GetValueAsString(SectionName, ParmGMHUrl, "http://mt{0}.google.com/mt?n=404&v=w2t.99&x={1}&y={2}&zoom={3}");
VEUrl = reader.GetValueAsString(SectionName, ParmVEUrl, "http://{0}{1}.ortho.tiles.virtualearth.net/tiles/{0}{2}{3}?g=1");
}
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|