Re: [Qgis-user] WMS Services dropping
On 07-11-17 20:16, Tyler Veinot wrote: > Hello; > Having some trouble with WMS Layers, they are dropping after certain > scales. I thought it had something to do with the service but others > using the same service on QGIS 2.16.x say they can zoom in to 1:1 and > the WMS layer still draws. Mine will stop drawing in past 1:130. Also > the NRCan Topographic WMS stops drawing in past 1:1000. I tried a number > of different settings with no change and am wondering if anyone has come > across this before and if there is a solution? Hi Tyler, I cannot reproduce this (for example with wms below and layer 'gemeenten', either epsg:28992 or epsg:4326, in master and 2.18): WMS https://geodata.nationaalgeoregister.nl/bestuurlijkegrenzen/ows?SERVICE=WMS&; gemeenten As long as the server returns images, qgis goes below 1:1 with those service. Isn't it possible that the services has this scale limits? Can you sent some URL's so people can test? Regards, Richard Duivenvoorde ___ Qgis-user mailing list Qgis-user@lists.osgeo.org List info: https://lists.osgeo.org/mailman/listinfo/qgis-user Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user
[Qgis-user] WMS Services dropping
Hello; Having some trouble with WMS Layers, they are dropping after certain scales. I thought it had something to do with the service but others using the same service on QGIS 2.16.x say they can zoom in to 1:1 and the WMS layer still draws. Mine will stop drawing in past 1:130. Also the NRCan Topographic WMS stops drawing in past 1:1000. I tried a number of different settings with no change and am wondering if anyone has come across this before and if there is a solution? Thanks; Tyler ___ Qgis-user mailing list Qgis-user@lists.osgeo.org List info: https://lists.osgeo.org/mailman/listinfo/qgis-user Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user
[Qgis-user] Address element in a tuple in QGIS expression builder
Hi all, is there a way to address a certain element of a tuple with qgis expression builder? I would like to write a python function that returns a tuple with two elements. That way I can use one function for two purposes (I think of something like myfunction(arg1,arg2,arg3)[0], but that doesn’t work in expression builder). Of course it’s easy to write another python function that does exactly that, but for deployment I want to have as less custom functions as possible so a built in method would be great. Thanks for your help! Regards Benjamin ___ Qgis-user mailing list Qgis-user@lists.osgeo.org List info: https://lists.osgeo.org/mailman/listinfo/qgis-user Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user