[QGIS Commit] r14327 - trunk/qgis/src/app

svn_qgis at osgeo.org svn_qgis at osgeo.org
Mon Oct 4 06:00:28 EDT 2010


Author: jef
Date: 2010-10-04 10:00:28 +0000 (Mon, 04 Oct 2010)
New Revision: 14327

Modified:
   trunk/qgis/src/app/qgswmssourceselect.cpp
Log:
add geoimage austria wms to default servers

Modified: trunk/qgis/src/app/qgswmssourceselect.cpp
===================================================================
--- trunk/qgis/src/app/qgswmssourceselect.cpp	2010-10-03 19:45:04 UTC (rev 14326)
+++ trunk/qgis/src/app/qgswmssourceselect.cpp	2010-10-04 10:00:28 UTC (rev 14327)
@@ -1069,6 +1069,7 @@
   exampleServers["NASA (JPL)"] = "http://wms.jpl.nasa.gov/wms.cgi";
   exampleServers["DM Solutions GMap"] = "http://www2.dmsolutions.ca/cgi-bin/mswms_gmap";
   exampleServers["Lizardtech server"] =  "http://wms.lizardtech.com/lizardtech/iserv/ows";
+  exampleServers["GEOIMAGE-AUSTRIA"] =  "http://wms.geoimage.at/dop-1mfree?";
   // Nice to have the qgis users map, but I'm not sure of the URL at the moment.
   //  exampleServers["Qgis users map"] = "http://qgis.org/wms.cgi";
 



More information about the QGIS-commit mailing list