+1
On 7 December 2013 17:35, G. Allegri <[email protected]> wrote: > What about using urlparse: http://docs.python.org/2/library/urlparse.html? > > > 2013/12/7 Gino Pirelli <[email protected]> > >> Hi Luca >> >> usign QT you can: >> >> create QUrl and then query "url" with it's method queryItemValue >> >> probably there's a pure python method... that it's always better reducing >> QT coupling. If you find a pure python way... please post it. >> >> ciao Ginetto >> >> >> On 6 December 2013 10:47, Luca Delucchi <[email protected]> wrote: >> >>> Hi everybody, >>> >>> I have a WFS layer and I would like to obtain the server url using >>> pyqgis. >>> Now I'm using layer.source(), but it return the entire url with all >>> the parameters. >>> Is there a way to abtain only the server url? >>> When QGIS create the string for the request it append every time >>> REQUEST parameter for first? Could I split the string using it? >>> >>> Thanks >>> >>> -- >>> ciao >>> Luca >>> >>> http://gis.cri.fmach.it/delucchi/ >>> www.lucadelu.org >>> _______________________________________________ >>> Qgis-developer mailing list >>> [email protected] >>> http://lists.osgeo.org/mailman/listinfo/qgis-developer >>> >> >> >> _______________________________________________ >> Qgis-developer mailing list >> [email protected] >> http://lists.osgeo.org/mailman/listinfo/qgis-developer >> > > > > -- > Giovanni Allegri > http://about.me/giovanniallegri > blog: http://blog.spaziogis.it > GEO+ geomatica in Italia http://bit.ly/GEOplus >
_______________________________________________ Qgis-developer mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/qgis-developer
