]> git.street.me.uk Git - andy/viking.git/commitdiff
Fix #2991657: Terraserver downloads fail
authorMark Coulter <i_offroad@yahoo.com>
Tue, 27 Apr 2010 20:54:36 +0000 (22:54 +0200)
committerGuilhem Bonnefille <guilhem.bonnefille@gmail.com>
Tue, 27 Apr 2010 20:54:36 +0000 (22:54 +0200)
New server name http://msrmaps.com/Default.aspx.

Message:
We have changed our name!

Microsoft’s free, public access data store of maps and aerial photographs of the United States that is currently known as TerraServer-USA has been renamed "MSR Maps" which is short for "Microsoft Research Maps" and relocated to a new URL at http://msrmaps.com. Please update your bookmarks.

If your browser does not take you to the new site within fifteen (15) seconds, please click here.

If you are looking for the commercial website operated by TerraServer.com (which is not associated with Microsoft) please click here http://www.TerraServer.com.

src/terraservermapsource.c

index 889301c6d04e1bf511b39f505c457825f66511cb..7fdbbf603c270689598d6c450b226f2e88419bb2 100644 (file)
@@ -148,7 +148,7 @@ terraserver_map_source_class_init (TerraserverMapSourceClass *klass)
        object_class->finalize = terraserver_map_source_finalize;
 }
 
-#define TERRASERVER_SITE "terraserver-usa.com"
+#define TERRASERVER_SITE "msrmaps.com"
 #define MARGIN_OF_ERROR 0.001
 
 static int mpp_to_scale ( gdouble mpp, guint8 type )