Re: [Qgis-user] Custom forms with subform

2018-10-15 Thread Carlos Dávila
And one more question. Adding an image widget as you describe in [1] doesn't seem to work. I guess it's due to "Photo" type no longer available in QGIS 3. Should it work the same with "Attachment" type or must I do something different? [1] https://gis.stackexchange.com/questions/144427/how-to

Re: [Qgis-user] Custom forms with subform

2018-10-15 Thread Carlos Dávila
Hi Matthias Yes, that did the trick, thanks a lot El 15/10/18 a las 16:58, Matthias Kuhn escribió: Hi Carlos, something like this? https://gis.stackexchange.com/a/92001/9839 On 10/15/18 4:21 PM, Carlos Dávila wrote: I have created a custom form using Qt Designer for one layer, which works l

Re: [Qgis-user] Scale on printed pdf is incorrect

2018-10-15 Thread Ian Turton
This is the reason I always recommend to people to use a scale bar rather than a specific numeric scale, you are safe no matter what the printer (or people) do to your masterpiece. Ian On Mon, 15 Oct 2018 at 15:55, Andreas Neumann wrote: > Hi Flore, > > Are you absolutely sure that the printer

Re: [Qgis-user] Accessing CORINE Data via Webservice

2018-10-15 Thread Christian Yrrman
Hi Bernd, the connection URL of your service is https - if you switch to http only, then it works (tested in qgis 2.18). Best Chris On Mon, Oct 15, 2018 at 4:11 PM Bernd Vogelgesang wrote: > Hi, > > I can't find a way to access CORINE Landcover data via webservice in QGIS. > > The services

Re: [Qgis-user] Accessing CORINE Data via Webservice

2018-10-15 Thread Bernd Vogelgesang
Am 15.10.2018 um 16:42 schrieb Mithoefer: Hi Bernd, do you need to access the whole European data set? I know only links to country databases, e.g Germany: http://www.geodatenzentrum.de/geodaten/gdz_rahmen.gdz_div?gdz_spr=deu&gdz_akt_zeile=5&gdz_anz_zeile=1&gdz_unt_zeile=22&gdz_user_id=0 Ch

Re: [Qgis-user] Scale on printed pdf is incorrect

2018-10-15 Thread Antongeo76
Hi Flore, I just did a test on a 1: 2000 scale map I printed from QGIS 2.18.24 in QGIS (whit snap active) the measurement between two points is 67.658 m, on the pdf the same measurement (without snap) is 33.802mm. The difference is only 0.027mm and is probably due to the absence of a snap in the

Re: [Qgis-user] Custom forms with subform

2018-10-15 Thread Andreas Neumann
Hi Carlos, Subforms are possible. But only in "Drag and Drop Designer" mode. Not so easy with your custom UI file from Designer - maybe it would work, but then most likely it would require python coding. First, you have to establish table relations in your project: Menü Project --> Project Pr

Re: [Qgis-user] Scale on printed pdf is incorrect

2018-10-15 Thread Andreas Neumann
Hi Flore, Are you absolutely sure that the printer is not scaling during the printing? Many printers "autoscale" and shrink the content, because they think that there is content right to the edge (even if it is just white-space). In such case, you can often force the printer to turn off auto-scal

[Qgis-user] Custom forms with subform

2018-10-15 Thread Carlos Dávila
I have created a custom form using Qt Designer for one layer, which works like a charm. Now I want to add a subform to display features of another layer linked by a relation, but I can't find the way to do it. Is it possible to accomplish this? ___ Q

Re: [Qgis-user] Accessing CORINE Data via Webservice

2018-10-15 Thread Mithoefer
Hi Bernd, do you need to access the whole European data set? I know only links to country databases, e.g Germany: http://www.geodatenzentrum.de/geodaten/gdz_rahmen.gdz_div?gdz_spr=deu&gdz_akt_zeile=5&gdz_anz_zeile=1&gdz_unt_zeile=22&gdz_user_id=0 Cheers Klaus Am 15.10.2018 um 16:11 schrieb B

[Qgis-user] Scale on printed pdf is incorrect

2018-10-15 Thread Flore Cotton
Hi, I have a problem with printing a map on the right scale (Qgis2.18.24). If I put the map in the print composer on an A4 format, I change the scale (for example 1000), and I print the pdf, it is printed on the right scale. (I recalculated it, by measuring a specific distance in qgis and then

[Qgis-user] Accessing CORINE Data via Webservice

2018-10-15 Thread Bernd Vogelgesang
Hi, I can't find a way to access CORINE Landcover data via webservice in QGIS. The services are described here: https://image.discomap.eea.europa.eu/arcgis/rest/services/Corine/CLC2012_WM/MapServer , but whatever I try, it states that it can't connect to the network. It all seems to be quite

Re: [Qgis-user] Network access is disabled

2018-10-15 Thread Kristian Evers
Jorge, > Check the settings at: Settings → Options → Network > These are the settings used for http access. > Have you any proxy on your network for http access? No proxy here. The same settings work on several tens of other computers in the building. Luigi, Thanks for sharing your experienc

Re: [Qgis-user] Network access is disabled

2018-10-15 Thread Luigi Pirelli
I faced this problem with a strudent... my investigation revealed that there were a esoteric combination among win service pack, qt version and compiler version that give this effect. My only suggestion is to update your OS and/or lates qgis version (with updated qt) and see if something change. I

Re: [Qgis-user] Network access is disabled

2018-10-15 Thread Jorge Gustavo Rocha
Hi Kristian, Check the settings at: Settings → Options → Network These are the settings used for http access. Have you any proxy on your network for http access? Regards, Jorge Às 10:48 de 15/10/2018, Kristian Evers escreveu: > Hi, > >   > > I am having some issues adding WMS layers. QGIS fai

[Qgis-user] Network access is disabled

2018-10-15 Thread Kristian Evers
Hi, I am having some issues adding WMS layers. QGIS fails to retrieve the capabilities file and adds "Network access is disabled" to the log. This is with QGIS 3.2.3 on Win10. Googling a bit I see that a few others have experienced this in the past, although with earlier versions of QGIS3. As f