[Marble-commits] KDE/kdeedu/marble/src/lib/routing

Dennis Nienhüser earthwings at gentoo.org
Fri Mar 12 18:41:21 CET 2010


SVN commit 1102501 by nienhueser:

Adjust server uri (ors server was moved yesterday). Fixes route not being downloaded.

 M  +1 -1      OrsRoutingProvider.cpp  


--- trunk/KDE/kdeedu/marble/src/lib/routing/OrsRoutingProvider.cpp #1102500:1102501
@@ -61,7 +61,7 @@
 
     // Please refrain from making this URI public. To use it outside the scope
     // of marble you need permission from the openrouteservice.org team.
-    QUrl url = QUrl("http://openls.giub.uni-bonn.de/openls-osm/determineroute");
+    QUrl url = QUrl("http://openls.geog.uni-heidelberg.de/osm/eu/routing");
 
     QNetworkReply *reply = m_networkAccessManager->post(QNetworkRequest(url), request.toLatin1());
     connect(reply, SIGNAL(error(QNetworkReply::NetworkError)),


More information about the Marble-commits mailing list