Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Removed some comments in the wfs plugin
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6004 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
mhugent committed Oct 24, 2006
1 parent 878b7bf commit 14877b8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion src/core/qgsgeometry.cpp
Expand Up @@ -205,7 +205,7 @@ void QgsGeometry::setGeos(geos::Geometry* geos)
mGeos = geos;

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


Expand Down
6 changes: 0 additions & 6 deletions src/plugins/wfs/qgswfsplugin.cpp
Expand Up @@ -44,12 +44,6 @@ void QgsWFSPlugin::initGui()
{
if(mIface)
{
//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");
//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");
//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");
//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");
//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");

mWfsDialogAction = new QAction(QIcon(mIconAddWfsLayer), tr("&Add WFS layer"), 0);
QObject::connect(mWfsDialogAction, SIGNAL(activated()), this, SLOT(showSourceDialog()));
mIface->addToolBarIcon(mWfsDialogAction);
Expand Down

0 comments on commit 14877b8

Please sign in to comment.