Skip to content

Commit 14877b8

Browse files
author
mhugent
committed
Removed some comments in the wfs plugin
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6004 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 878b7bf commit 14877b8

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

src/core/qgsgeometry.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ void QgsGeometry::setGeos(geos::Geometry* geos)
205205
mGeos = geos;
206206

207207
#ifdef QGISDEBUG
208-
std::cout << "QgsGeometry::setGeos: setting Geos = '" << mGeos->toString() << "'." << std::endl;
208+
//std::cout << "QgsGeometry::setGeos: setting Geos = '" << mGeos->toString() << "'." << std::endl;
209209
#endif
210210

211211

src/plugins/wfs/qgswfsplugin.cpp

-6
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,6 @@ void QgsWFSPlugin::initGui()
4444
{
4545
if(mIface)
4646
{
47-
//mIface->addVectorLayer("http://karlinapp.ethz.ch/cgi-bin/mapserv?map=/home/marco/mapfiles/mapfile1.map&SERVICE=WFS&VERSION=1.0.0&REQUEST=GetFeature&TYPENAME=states", "states", "WFS");
48-
//mIface->addVectorLayer("http://karlinapp.ethz.ch/cgi-bin/mapserv?map=/home/marco/mapfiles/mapfile1.map&SERVICE=WFS&VERSION=1.0.0&REQUEST=GetFeature&TYPENAME=usroads", "usroads", "WFS");
49-
//mIface->addVectorLayer("http://localhost/cgi-bin/mapserv?map=/var/www/mapfile_europe.map&SERVICE=WFS&VERSION=1.0.0&REQUEST=GetFeature&TYPENAME=mjrivers", "mjrivers", "WFS");
50-
//mIface->addVectorLayer("http://localhost/cgi-bin/mapserv?map=/var/www/mapfile_europe.map&SERVICE=WFS&VERSION=1.0.0&REQUEST=GetFeature&TYPENAME=cities", "cities", "WFS");
51-
//mIface->addVectorLayer("http://map.ns.ec.gc.ca/MapServer/mapserv.exe?map=/mapserver/services/envdat/config.map&service=WFS&version=1.0.0&request=GetFeature&TYPENAME=envirodat", "envirodat", "WFS");
52-
5347
mWfsDialogAction = new QAction(QIcon(mIconAddWfsLayer), tr("&Add WFS layer"), 0);
5448
QObject::connect(mWfsDialogAction, SIGNAL(activated()), this, SLOT(showSourceDialog()));
5549
mIface->addToolBarIcon(mWfsDialogAction);

0 commit comments

Comments
 (0)