[Qgis-user] WMS to GeoTIFF

2023-04-02 Thread Rafal Jonca via QGIS-User

Dear group,

I want to export some maps on WMS to GeoTIFF. But I am fighting with 
these parameters of export, fighting, and without result. Could you help ?


These are Brasilian 50K topo maps.

WMS: https://bdgex.eb.mil.br/mapcache

layer: ctm50

Thanks,

___
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 GetMap request failed on secured endpoint with basic header authentication?

2022-09-26 Thread Bang Pham Huu via Qgis-user
> Hello,
>
> I've tried to connect QGIS version 2 and 3 with a WMS service endpoint
> protected with basic authentication.
>
> The strange thing is, it can send WMS GetCapabilities without problem
> (with username and password given in the QIGS WMS login form).
>
> Images:
>
> - https://i.stack.imgur.com/J9Oji.png
>
> - https://i.stack.imgur.com/uJLiM.png
>
> However, it failed to send WMS GetMap with the given credentials. What
> is wrong here?
>
>
>> 2022-09-26T11:00:59 1   Map request failed [error:Host requires
>> authentication
>> url:https://REMOVED_ENDPOINT/ows?SERVICE=WMS=1.3.0=GetMap=16.924500188,-41.974000375,71.89950033,55.710999852=EPSG:4326=1156=650=mundi.earthserver.xyz:7000:EU_DEM==image/png=96_RESOLUTION=96_OPTIONS=dpi:96=TRUE]
> Thanks,
>
___
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


Re: [Qgis-user] WMS/WMTS Problem [QGIS 3.16]

2022-08-24 Thread Christoph Jung via Qgis-user
Hi Samuel,

Open the network/debug console (pressing F12) to geht the 
getCapabilities/getMap-Requests. Than copy a request that is not working in 
QGIS and try it in your web browser. If you get a response in your browser, 
there is a good chance that your proxy settings aren’t correct. 

Best regards,
Christoph 

> Am 22.08.2022 um 11:14 schrieb sam via Qgis-user :
> 
> 
> Hello everyone, 
> 
> I have a problem with the use of WMS. 
> When I try to load a new layer, it always says that my host is unfindable. 
> I tried with many URLs and it's always the same problem.
> 
> Is that a Proxy problem or something ? You can find attached a screen of my 
> Proxy configuration.
> 
> Thank you in advance for your help !
> 
> Samuel
> 
> ___
> 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 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/WMTS Problem [QGIS 3.16]

2022-08-22 Thread sam via Qgis-user
Hello everyone,

I have a problem with the use of WMS.
When I try to load a new layer, it always says that my host is unfindable.
I tried with many URLs and it's always the same problem.

Is that a Proxy problem or something ? You can find attached a screen of my
Proxy configuration.

Thank you in advance for your help !

Samuel
___
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


Re: [Qgis-user] WMS with filter function

2021-09-11 Thread Andrea Peri
Hi, I guess an important reason because is not easy the develope what you
need is that the filter section is not  standardized in the wms 1.3.0 specs.

A.


Il sab 11 set 2021, 10:06 Bo Victor Thomsen 
ha scritto:

> Hi list -
>
> There might be an obvious answers to these questions, but anyway:
>
> Is there a method to apply a filter definition to a WMS layer in the QGIS
> Data-Manager WMS section - without writing it directly into the HTTP
> address of the WMS server, i.e *not* like this: 
> http://*..url..*=*...XML
> mess..* ?
>
> And the second question: Is there any function / plugin to "humanize" a
> WMS filter definition, i.e defining the filter by *not* using XML and
> having the function to translate it to XML ??
>
> I am aware of GeoServer's CQL_FILTER parameter. However the WMS server in
> question is not GeoServer.
>
> I had a look at the most obvious place for a filter definition: The
> properties of a WMS layer, section "Source" and a possible "Provider
> Feature Filter" textbox, but alas: No luck finding it.
>
> (I might be totally of the rail by expecting that you can apply a filter
> to a WMS service. In that case, please inform me :-)
>
> --
> Med venlig hilsen / Kind regards
>
> Bo Victor Thomsen
>
> ___
> 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 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 with filter function

2021-09-11 Thread Bo Victor Thomsen

Hi list -

There might be an obvious answers to these questions, but anyway:

Is there a method to apply a filter definition to a WMS layer in the 
QGIS Data-Manager WMS section - without writing it directly into the 
HTTP address of the WMS server, i.e /not/ like this: 
http:///..url../=/...XML mess../ ?


And the second question: Is there any function / plugin to "humanize" a 
WMS filter definition, i.e defining the filter by /not/ using XML and 
having the function to translate it to XML ??


I am aware of GeoServer's CQL_FILTER parameter. However the WMS server 
in question is not GeoServer.


I had a look at the most obvious place for a filter definition: The 
properties of a WMS layer, section "Source" and a possible "Provider 
Feature Filter" textbox, but alas: No luck finding it.


(I might be totally of the rail by expecting that you can apply a filter 
to a WMS service. In that case, please inform me :-)


--
Med venlig hilsen / Kind regards

Bo Victor Thomsen

___
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


Re: [Qgis-user] WMS Image Projection

2021-04-09 Thread Springfield Harrison

Hello Andreas & Kirk,

Thanks very much for your suggestions.  I also got help from the 
regional Gov't GIS Manager.  He suggested trying the REST source 
(server?) through the QGIS ArcGIS Map Service 
(https://mapservices.crd.bc.ca/arcgis/rest/services).  It worked and the 
misalignment disappeared!  In QGIS, toggling the two different 2019 
orthophotos showed them jumping by about 1.5 m. Several miles away, the 
result was the same.


The REST source did the trick although the underlying data is the same.

The REST property lines were identical to the WMS version.

Not sure why this works but will use the REST server in the future.

Thanks again for your help . . .

-
Cheers, Spring



On 08/Apr/2021 05:48, kirk wrote:

Hi Springer.
My mistake, you will require a local grid shift file, BC_93_05.gsb. 
The NTv2 is a national NAD27
to NAD83 grid shift file. The BC_93_95 provides localized conversion 
from Nad83 (original) to Nad83 (csrs).



Sent from my Galaxy


 Original message 
From: Springfield Harrison 
Date: 2021-04-08 5:24 a.m. (GMT-04:00)
To: Andreas Neumann 
Cc: qgis-user 
Subject: Re: [Qgis-user] WMS Image Projection

Hi Andreas,

Thanks for the reply, I'll try to clarify:

 1. Version is 3.16.4
 2. The two municipal sources are being viewed in their own web
windows and are displaying the same data
 1. They are the source of the property lines for my GIS
(downloaded shapefile) and the orthophoto (WMS link, not
resident TIFF or other)
 3. The property lines are EPSG:3157 - NAD83(CSRS) / UTM zone 10N -
Projected, and from the municipal source.  I've attached the
shapefile if you have the time.
 4. In QGIS, the ortho is loaded from the WMS source
 1. 
https://mapservices.crd.bc.ca/arcgis/services/OrthoImagery2019/MapServer/WMSserver
 2. EPSG:26910 - NAD83 / UTM zone 10N - Projected
 5. The project CRS is EPSG: 26910 but it doesn't seem to change
anything by changing that or the source projections (at least
within versions of NAD83 UTM Zone 10N)
 6. Thus, the same information displays differently online /versus/ in
QGIS.
 1. The shift seems to be 1.5 m +/-, quite a lot for what I'm
trying to do (building permit with tight setbacks).
 2. These are commonly used projections for our neck of the woods
 3. The two images I sent earlier depict the differences; in QGIS,
earlier orthophotos show a similar or worse displacement. Not
so on the municipal web viewer.
 7. I've read up on projections in the tutorial and Help file, no
revelations there, at least that I could see.

Thanks very much for any thoughts you may have.

-
Cheers, Spring


On 08/Apr/2021 00:47, Andreas Neumann wrote:


Hi,

Are there two different CRS involved here? Are the vectors (parcel 
boundaries) in a different CRS than the orthoimages? This might be a 
problem of a missing grid-shift file in QGIS.


It is also unclear for me if you load your Orthoimages locally (from 
tiff-files as well) or from WMS (or both) and only one of them is 
shifted?


Can you also add information what QGIS version with what proj version 
you use? You can find this information in the about dialogue in the 
help menu.


Greetings,

Andreas

On 2021-04-08 02:37, Springfield Harrison wrote:


Hello All,

Re obtaining orthophotos from a WMS server.

Locally we have orthophotos that can be brought into QGIS using the 
WMS service.  They are also viewable on the local government web map 
service.  In both cases I can compare them to the property lines 
which are from the same source.


On the government web pages (2), the orthophotos and the lot lines 
appear to coincide very well.  In QGIS, the same two layers are 
quite misaligned.


One would suspect a CRS problem but changing the CRS of the Project 
and the WMS image in QGIS has no effect.  Even followed the tutorial 
to no effect.


I'm attaching screen shots of the two results.  Ant thoughts would 
be appreciated, thank you . . . .


-
Cheers, Springfield Harrison



___
Qgis-user mailing list
Qgis-user@lists.osgeo.org <mailto: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 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


Re: [Qgis-user] WMS Image Projection

2021-04-08 Thread kirk
Hi Springer.  My mistake, you will require a local grid shift file, 
BC_93_05.gsb. The NTv2 is a national NAD27to NAD83 grid shift file. The 
BC_93_95 provides localized conversion from Nad83 (original) to Nad83 (csrs). 
Sent from my Galaxy
 Original message From: Springfield Harrison 
 Date: 2021-04-08  5:24 a.m.  (GMT-04:00) To: Andreas 
Neumann  Cc: qgis-user  
Subject: Re: [Qgis-user] WMS Image Projection 
Hi Andreas,
Thanks for the reply, I'll try to clarify:

  Version is 3.16.4
  The two municipal sources are being viewed in their own web
windows and are displaying the same data
  
  
They are the source of the property lines for my GIS
  (downloaded shapefile) and the orthophoto (WMS link, not
  resident TIFF or other)

  
  The property lines are EPSG:3157
  - NAD83(CSRS) / UTM zone 10N - Projected, and from the
  municipal source.  I've attached the shapefile if you have the
  time.

  In QGIS, the ortho is loaded from the WMS source
  
  

https://mapservices.crd.bc.ca/arcgis/services/OrthoImagery2019/MapServer/WMSserver
EPSG:26910
- NAD83 / UTM zone 10N - Projected
  
  The project CRS is EPSG: 26910 but it doesn't seem to change
anything by changing that or the source projections (at least
within versions of NAD83 UTM Zone 10N)

  Thus, the same information displays differently online versus
in QGIS.
  
The shift seems to be 1.5 m +/-, quite a lot for what I'm
  trying to do (building permit with tight setbacks).
  
These
are commonly used projections for our neck of the woods
The two
images I sent earlier depict the differences; in QGIS,
earlier orthophotos show a similar or worse displacement. 
Not so on the municipal web viewer.
  
  I've read up on projections in the tutorial and Help file, no
revelations there, at least that I could see.

Thanks very much for any thoughts you may have.
-
Cheers, Spring




On 08/Apr/2021 00:47, Andreas Neumann
  wrote:


  
  Hi,
  Are there two different CRS involved here? Are the vectors
(parcel boundaries) in a different CRS than the orthoimages?
This might be a problem of a missing grid-shift file in QGIS.
  It is also unclear for me if you load your Orthoimages locally
(from tiff-files as well) or from WMS (or both) and only one of
them is shifted?
  Can you also add information what QGIS version with what proj
version you use? You can find this information in the about
dialogue in the help menu.
  Greetings,
  Andreas
  On 2021-04-08 02:37, Springfield Harrison
wrote:
  
Hello All,
  
  Re obtaining orthophotos from a WMS server.
  
  Locally we have orthophotos that can be brought into QGIS
  using the WMS service.  They are also viewable on the local
  government web map service.  In both cases I can compare them
  to the property lines which are from the same source.
  
  On the government web pages (2), the orthophotos and the lot
  lines appear to coincide very well.  In QGIS, the same two
  layers are quite misaligned.
  
  One would suspect a CRS problem but changing the CRS of the
  Project and the WMS image in QGIS has no effect.  Even
  followed the tutorial to no effect.
  
  I'm attaching screen shots of the two results.  Ant thoughts
  would be appreciated, thank you . . . .
  
  -
  Cheers, Springfield Harrison
  
  


___
  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 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


Re: [Qgis-user] WMS Image Projection

2021-04-08 Thread kirk
Hi Springer.I believe you will need to apply a grid shift file (NTv2).  It is 
available from Natural Resouces Canada and I will send you a link when I get to 
the office.The installation is a simple procedure. Kirk SchmidtSent from my 
Galaxy
 Original message From: Andreas Neumann  
Date: 2021-04-08  6:52 a.m.  (GMT-04:00) To: Springfield Harrison 
 Cc: qgis-user  Subject: Re: 
[Qgis-user] WMS Image Projection 
Hi,
The approx 1.5m offset indicates that QGIS doesn't take a necessary grid-shift 
file into account. The grid-shift file is a separate file that defines the 
displacement vectors of coordinate systems with different datums.
As a European GIS user I am not comfortable with North-American CRS, but 
looking the two CRS up at epsg.io I can see that
http://epsg.io/?q=26910
vs
http://epsg.io/?q=3157
EPSG 26910 claims to have an accuracy of 4 m while EPSG 3157 claims to have an 
accuracy of 1m.
There might be a grid shift file necessary between the two CRS (I am personally 
unsure if that is the case here).
Since both, the project and the WMS are in the same CRS, I would assume that 
the offset problems occur with the parcel shapefile.
Do you know a local GIS expert in your region who knows if the transformation 
between EPSG 26910 and 3157 requires a grid-shift file? I would assume yes, 
because at epsg.io it indicates that the datums of the two CRS are slightly 
different: NAD83(CSRS) (http://epsg.io/4617) vs NAD83 (http://epsg.io/4269).
From there - and if we have a proper corresponding grid-shift file - we can 
help you set up the transformation in QGIS.
Greetings,
Andreas
On 2021-04-08 10:24, Springfield Harrison wrote:



Hi Andreas,
Thanks for the reply, I'll try to clarify:

Version is 3.16.4
The two municipal sources are being viewed in their own web windows and are 
displaying the same data

They are the source of the property lines for my GIS (downloaded shapefile) and 
the orthophoto (WMS link, not resident TIFF or other)


The property lines are EPSG:3157 - NAD83(CSRS) / UTM zone 10N - Projected, and 
from the municipal source.  I've attached the shapefile if you have the time.
In QGIS, the ortho is loaded from the WMS source

https://mapservices.crd.bc.ca/arcgis/services/OrthoImagery2019/MapServer/WMSserver
EPSG:26910 - NAD83 / UTM zone 10N - Projected


The project CRS is EPSG: 26910 but it doesn't seem to change anything by 
changing that or the source projections (at least within versions of NAD83 UTM 
Zone 10N)
Thus, the same information displays differently online versus in QGIS.

The shift seems to be 1.5 m +/-, quite a lot for what I'm trying to do 
(building permit with tight setbacks).
These are commonly used projections for our neck of the woods
The two images I sent earlier depict the differences; in QGIS, earlier 
orthophotos show a similar or worse displacement.  Not so on the municipal web 
viewer.


I've read up on projections in the tutorial and Help file, no revelations 
there, at least that I could see.

Thanks very much for any thoughts you may have.
-
Cheers, Spring
 
 
On 08/Apr/2021 00:47, Andreas Neumann wrote:

Hi,
Are there two different CRS involved here? Are the vectors (parcel boundaries) 
in a different CRS than the orthoimages? This might be a problem of a missing 
grid-shift file in QGIS.
It is also unclear for me if you load your Orthoimages locally (from tiff-files 
as well) or from WMS (or both) and only one of them is shifted?
Can you also add information what QGIS version with what proj version you use? 
You can find this information in the about dialogue in the help menu.
Greetings,
Andreas
On 2021-04-08 02:37, Springfield Harrison wrote:

Hello All,Re obtaining orthophotos from a WMS server.Locally we have 
orthophotos that can be brought into QGIS using the WMS service.  They are also 
viewable on the local government web map service.  In both cases I can compare 
them to the property lines which are from the same source.On the government web 
pages (2), the orthophotos and the lot lines appear to coincide very well.  In 
QGIS, the same two layers are quite misaligned.One would suspect a CRS problem 
but changing the CRS of the Project and the WMS image in QGIS has no effect.  
Even followed the tutorial to no effect.I'm attaching screen shots of the two 
results.  Ant thoughts would be appreciated, thank you . . . .-Cheers, 
Springfield Harrison

___Qgis-user mailing 
listQgis-user@lists.osgeo.orgList info: 
https://lists.osgeo.org/mailman/listinfo/qgis-userUnsubscribe: 
https://lists.osgeo.org/mailman/listinfo/qgis-user









___
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


Re: [Qgis-user] WMS Image Projection

2021-04-08 Thread Andreas Neumann

Hi,

The approx 1.5m offset indicates that QGIS doesn't take a necessary 
grid-shift file into account. The grid-shift file is a separate file 
that defines the displacement vectors of coordinate systems with 
different datums.


As a European GIS user I am not comfortable with North-American CRS, but 
looking the two CRS up at epsg.io I can see that


http://epsg.io/?q=26910

vs

http://epsg.io/?q=3157

EPSG 26910 claims to have an accuracy of 4 m while EPSG 3157 claims to 
have an accuracy of 1m.


There might be a grid shift file necessary between the two CRS (I am 
personally unsure if that is the case here).


Since both, the project and the WMS are in the same CRS, I would assume 
that the offset problems occur with the parcel shapefile.


Do you know a local GIS expert in your region who knows if the 
transformation between EPSG 26910 and 3157 requires a grid-shift file? I 
would assume yes, because at epsg.io it indicates that the datums of the 
two CRS are slightly different: NAD83(CSRS) (http://epsg.io/4617) vs 
NAD83 (http://epsg.io/4269).


From there - and if we have a proper corresponding grid-shift file - we 
can help you set up the transformation in QGIS.


Greetings,

Andreas

On 2021-04-08 10:24, Springfield Harrison wrote:


Hi Andreas,

Thanks for the reply, I'll try to clarify:

* Version is 3.16.4

* The two municipal sources are being viewed in their own web windows 
and are displaying the same data


* They are the source of the property lines for my GIS (downloaded 
shapefile) and the orthophoto (WMS link, not resident TIFF or other)


* The property lines are EPSG:3157 - NAD83(CSRS) / UTM zone 10N - 
Projected, and from the municipal source.  I've attached the shapefile 
if you have the time.


* In QGIS, the ortho is loaded from the WMS source

* 
https://mapservices.crd.bc.ca/arcgis/services/OrthoImagery2019/MapServer/WMSserver

* EPSG:26910 - NAD83 / UTM zone 10N - Projected

* The project CRS is EPSG: 26910 but it doesn't seem to change anything 
by changing that or the source projections (at least within versions of 
NAD83 UTM Zone 10N)


* Thus, the same information displays differently online _versus_ in 
QGIS.


* The shift seems to be 1.5 m +/-, quite a lot for what I'm trying to 
do (building permit with tight setbacks).

* These are commonly used projections for our neck of the woods
* The two images I sent earlier depict the differences; in QGIS, 
earlier orthophotos show a similar or worse displacement.  Not so on 
the municipal web viewer.


* I've read up on projections in the tutorial and Help file, no 
revelations there, at least that I could see.


Thanks very much for any thoughts you may have.

-
Cheers, Spring

On 08/Apr/2021 00:47, Andreas Neumann wrote:

Hi,

Are there two different CRS involved here? Are the vectors (parcel 
boundaries) in a different CRS than the orthoimages? This might be a 
problem of a missing grid-shift file in QGIS.


It is also unclear for me if you load your Orthoimages locally (from 
tiff-files as well) or from WMS (or both) and only one of them is 
shifted?


Can you also add information what QGIS version with what proj version 
you use? You can find this information in the about dialogue in the 
help menu.


Greetings,

Andreas

On 2021-04-08 02:37, Springfield Harrison wrote:
Hello All,

Re obtaining orthophotos from a WMS server.

Locally we have orthophotos that can be brought into QGIS using the WMS 
service.  They are also viewable on the local government web map 
service.  In both cases I can compare them to the property lines which 
are from the same source.


On the government web pages (2), the orthophotos and the lot lines 
appear to coincide very well.  In QGIS, the same two layers are quite 
misaligned.


One would suspect a CRS problem but changing the CRS of the Project and 
the WMS image in QGIS has no effect.  Even followed the tutorial to no 
effect.


I'm attaching screen shots of the two results.  Ant thoughts would be 
appreciated, thank you . . . .


-
Cheers, Springfield Harrison

___
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 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


Re: [Qgis-user] WMS Image Projection

2021-04-08 Thread Springfield Harrison

Hi Andreas,

Thanks for the reply, I'll try to clarify:

1. Version is 3.16.4
2. The two municipal sources are being viewed in their own web windows
   and are displaying the same data
1. They are the source of the property lines for my GIS (downloaded
   shapefile) and the orthophoto (WMS link, not resident TIFF or other)
3. The property lines are EPSG:3157 - NAD83(CSRS) / UTM zone 10N -
   Projected, and from the municipal source.  I've attached the
   shapefile if you have the time.
4. In QGIS, the ortho is loaded from the WMS source
1. 
https://mapservices.crd.bc.ca/arcgis/services/OrthoImagery2019/MapServer/WMSserver
2. EPSG:26910 - NAD83 / UTM zone 10N - Projected
5. The project CRS is EPSG: 26910 but it doesn't seem to change
   anything by changing that or the source projections (at least within
   versions of NAD83 UTM Zone 10N)
6. Thus, the same information displays differently online /versus/ in QGIS.
1. The shift seems to be 1.5 m +/-, quite a lot for what I'm trying
   to do (building permit with tight setbacks).
2. These are commonly used projections for our neck of the woods
3. The two images I sent earlier depict the differences; in QGIS,
   earlier orthophotos show a similar or worse displacement. Not so
   on the municipal web viewer.
7. I've read up on projections in the tutorial and Help file, no
   revelations there, at least that I could see.

Thanks very much for any thoughts you may have.

-
Cheers, Spring



On 08/Apr/2021 00:47, Andreas Neumann wrote:


Hi,

Are there two different CRS involved here? Are the vectors (parcel 
boundaries) in a different CRS than the orthoimages? This might be a 
problem of a missing grid-shift file in QGIS.


It is also unclear for me if you load your Orthoimages locally (from 
tiff-files as well) or from WMS (or both) and only one of them is shifted?


Can you also add information what QGIS version with what proj version 
you use? You can find this information in the about dialogue in the 
help menu.


Greetings,

Andreas

On 2021-04-08 02:37, Springfield Harrison wrote:


Hello All,

Re obtaining orthophotos from a WMS server.

Locally we have orthophotos that can be brought into QGIS using the 
WMS service.  They are also viewable on the local government web map 
service.  In both cases I can compare them to the property lines 
which are from the same source.


On the government web pages (2), the orthophotos and the lot lines 
appear to coincide very well.  In QGIS, the same two layers are quite 
misaligned.


One would suspect a CRS problem but changing the CRS of the Project 
and the WMS image in QGIS has no effect.  Even followed the tutorial 
to no effect.


I'm attaching screen shots of the two results.  Ant thoughts would be 
appreciated, thank you . . . .


-
Cheers, Springfield Harrison



___
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 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


Re: [Qgis-user] WMS Image Projection

2021-04-08 Thread Andreas Neumann

Hi,

Are there two different CRS involved here? Are the vectors (parcel 
boundaries) in a different CRS than the orthoimages? This might be a 
problem of a missing grid-shift file in QGIS.


It is also unclear for me if you load your Orthoimages locally (from 
tiff-files as well) or from WMS (or both) and only one of them is 
shifted?


Can you also add information what QGIS version with what proj version 
you use? You can find this information in the about dialogue in the help 
menu.


Greetings,

Andreas

On 2021-04-08 02:37, Springfield Harrison wrote:


Hello All,

Re obtaining orthophotos from a WMS server.

Locally we have orthophotos that can be brought into QGIS using the WMS 
service.  They are also viewable on the local government web map 
service.  In both cases I can compare them to the property lines which 
are from the same source.


On the government web pages (2), the orthophotos and the lot lines 
appear to coincide very well.  In QGIS, the same two layers are quite 
misaligned.


One would suspect a CRS problem but changing the CRS of the Project and 
the WMS image in QGIS has no effect.  Even followed the tutorial to no 
effect.


I'm attaching screen shots of the two results.  Ant thoughts would be 
appreciated, thank you . . . .


-
Cheers, Springfield Harrison

___
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 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 Image Projection

2021-04-07 Thread Springfield Harrison

Hello All,

Re obtaining orthophotos from a WMS server.

Locally we have orthophotos that can be brought into QGIS using the WMS 
service.  They are also viewable on the local government web map 
service.  In both cases I can compare them to the property lines which 
are from the same source.


On the government web pages (2), the orthophotos and the lot lines 
appear to coincide very well.  In QGIS, the same two layers are quite 
misaligned.


One would suspect a CRS problem but changing the CRS of the Project and 
the WMS image in QGIS has no effect.  Even followed the tutorial to no 
effect.


I'm attaching screen shots of the two results.  Ant thoughts would be 
appreciated, thank you . . . .


-
Cheers, Springfield Harrison


___
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


Re: [Qgis-user] WMS search address

2021-02-18 Thread Andrea Giudiceandrea
Christoph Jung wrote
> I am on QGIS 3.10.2. It is the first entry in settings - options -
> network, located in the general-box. 

The feature was removed one year ago for lack of functionality and update.
So it is not yet present in current versions. See [1].

The default server at http://geopole.org/wms/search?search=%1=rss is
not working anymore. I don't think there are now any working servers of this
type online.

I could be better for you to use the MetaSearch core plugin and some CSW
server, with a newer QGIS version.

Regards.

Andrea

[1] https://github.com/qgis/QGIS/issues/25660 -
https://github.com/qgis/QGIS/pull/35954 -
https://lists.osgeo.org/pipermail/qgis-developer/2020-January/059941.html



--
Sent from: http://osgeo-org.1560.x6.nabble.com/QGIS-User-f4125267.html
___
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


Re: [Qgis-user] WMS search address

2021-02-18 Thread Andrea Giudiceandrea
Christoph Jung wrote
> It is possible to insert a WMS search address in the network section of
> the QGIS settings.

Hi Christoph,
I don't see this option in Setting->Options->Network of QGIS 3.16.3.

Where is exactly? What QGIS version are you using?

Regards.

Andrea



--
Sent from: http://osgeo-org.1560.x6.nabble.com/QGIS-User-f4125267.html
___
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


Re: [Qgis-user] WMS search address

2021-02-18 Thread Christoph Jung
Okay, thank you very much for your explanations. 

Christoph

> Am 18.02.2021 um 11:42 schrieb Andrea Giudiceandrea :
> 
> Christoph Jung wrote
>> I am on QGIS 3.10.2. It is the first entry in settings - options -
>> network, located in the general-box. 
> 
> The feature was removed one year ago for lack of functionality and update.
> So it is not yet present in current versions. See [1].
> 
> The default server at http://geopole.org/wms/search?search=%1=rss is
> not working anymore. I don't think there are now any working servers of this
> type online.
> 
> I could be better for you to use the MetaSearch core plugin and some CSW
> server, with a newer QGIS version.
> 
> Regards.
> 
> Andrea
> 
> [1] https://github.com/qgis/QGIS/issues/25660 -
> https://github.com/qgis/QGIS/pull/35954 -
> https://lists.osgeo.org/pipermail/qgis-developer/2020-January/059941.html
> 
> 
> 
> --
> Sent from: http://osgeo-org.1560.x6.nabble.com/QGIS-User-f4125267.html
> ___
> 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 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


Re: [Qgis-user] WMS search address

2021-02-18 Thread Christoph Jung
Hi Andrea,

I am on QGIS 3.10.2. It is the first entry in settings - options - network, 
located in the general-box. 

Christoph

> Am 18.02.2021 um 10:47 schrieb Andrea Giudiceandrea :
> 
> Christoph Jung wrote
>> It is possible to insert a WMS search address in the network section of
>> the QGIS settings.
> 
> Hi Christoph,
> I don't see this option in Setting->Options->Network of QGIS 3.16.3.
> 
> Where is exactly? What QGIS version are you using?
> 
> Regards.
> 
> Andrea
> 
> 
> 
> --
> Sent from: http://osgeo-org.1560.x6.nabble.com/QGIS-User-f4125267.html
> ___
> 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 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 search address

2021-02-18 Thread Christoph Jung
Hello everyone,

It is possible to insert a WMS search address in the network section of the 
QGIS settings. Is there a documentation about the service QGIS will connect for 
searching WMS services using this url? Or is it possible to insert an url to an 
XML-file/RSS feed with all searchable services into it?

Best regards,
Christoph
___
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: "single band, pseudocolor" render type missing?

2021-02-09 Thread Luca Manganelli
Hello,

I've converted a single band ASC file to a TIFF, in order to be served as
WMS.

I noted that on WMS raster I cannot apply the "single band, pseudocolor"
render type. Only "Singleband color data" is present.

Is there any way to achieve the missing option?
___
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 maxWidth maxHeight

2020-08-18 Thread Christoph Jung
Hello,

I discovered a really helpful function in QGIS: I have a WMS-Layer with 
maxWidth and maxHeight of 4000 px. I printed a map in size A2 with the WMS 
layer visible all over the printed map. If QGIS would query only one image from 
the WMS, the image would be bigger than maxWidth x maxHeight, i.e. no image 
would be returned by the server. But QGIS queries images with a maximum size of 
2000 x 2000 px. Is this function controllable by the user, so that QGIS will 
query images with a maximum size of 3000 x 3000 or what else?

Sincerely,
Christoph
___
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

Re: [Qgis-user] WMS source connect

2020-07-13 Thread Håvard Tveite
Use this URL:

https://ows.sobr.geosys.ru/2500/RU/2004/scan

and it should work.

The legend shows up ("Russia geological map 1:2.5M, 2004),
but the getmap takes some time to respond.

Håvard

On 13.07.2020 20:34, Ivan lebedev wrote:
> Thanks! It worked.
> What about other layer from the same resource?
> https://ows.sobr.geosys.ru/2500/RU/2004/scan?service=WMS=1.0.0=GetMap=image/png=900=560=EPSG:987654=-500,440,400,1000=all
> GetCapabilities 
> (https://ows.sobr.geosys.ru/2500/RU/2004/scan?service=WMS=1.0.0=GetCapabilities)
>  
> not works for me:
> image.png
> 
> https://ows.sobr.geosys.ru/2500/RU/2004/scan returns empty canvas and 
> legend error:
> image.png
> 
> пн, 13 июл. 2020 г. в 19:53, Håvard Tveite  >:
> 
> The GetCapabilities works for me, so, in theory, all you need to do is
> to add it as a WMS / WMTS service (Layers-> Add Layer-> Add WMS/WMTS
> Layer...) with the following URL:
> 
> https://ows.sobr.geosys.ru/200/RU/topo/rast
> 
> In the dialogue, choose a layer (or group layer), and one of the
> available CRSs, for instance "WGS 1984 / UTM zone 34N". Then you should
> be able to "Add" the layer.
> 
> Håvard
> 
> On 13.07.2020 15:20, Ivan lebedev wrote:
>  > Please explain how to connect a link like this?
>  >
> 
> https://ows.sobr.geosys.ru/200/RU/topo/rast?service=WMS=1.0.0=GetMap=image/png=450=600=EPSG:28407=7426749,6627307,7443672,6653358=scan
>  > This
>  >
> 
> https://ows.sobr.geosys.ru/200/RU/topo/rast?service=WMS=1.0.0=GetCapabilities
>  returns
> 
>  > an error.
>  > (https://insert.sobr.geosys.ru/doku.php/ru:portal:sobr:ows:topo_base)
>  > --
>  > С уважением,
>  > *Лебедев Иван Вениаминович**
>  > *
> 
> 
> 
> -- 
> С уважением,
> *Лебедев Иван Вениаминович**
> *
___
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

Re: [Qgis-user] WMS source connect

2020-07-13 Thread Håvard Tveite
The GetCapabilities works for me, so, in theory, all you need to do is
to add it as a WMS / WMTS service (Layers-> Add Layer-> Add WMS/WMTS 
Layer...) with the following URL:

https://ows.sobr.geosys.ru/200/RU/topo/rast

In the dialogue, choose a layer (or group layer), and one of the
available CRSs, for instance "WGS 1984 / UTM zone 34N". Then you should
be able to "Add" the layer.

Håvard

On 13.07.2020 15:20, Ivan lebedev wrote:
> Please explain how to connect a link like this?
> https://ows.sobr.geosys.ru/200/RU/topo/rast?service=WMS=1.0.0=GetMap=image/png=450=600=EPSG:28407=7426749,6627307,7443672,6653358=scan
> This 
> https://ows.sobr.geosys.ru/200/RU/topo/rast?service=WMS=1.0.0=GetCapabilities
>  returns 
> an error.
> (https://insert.sobr.geosys.ru/doku.php/ru:portal:sobr:ows:topo_base)
> -- 
> С уважением,
> *Лебедев Иван Вениаминович**
> *
___
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 source connect

2020-07-13 Thread Ivan lebedev
Please explain how to connect a link like this?
https://ows.sobr.geosys.ru/200/RU/topo/rast?service=WMS=1.0.0=GetMap=image/png=450=600=EPSG:28407=7426749,6627307,7443672,6653358=scan
This
https://ows.sobr.geosys.ru/200/RU/topo/rast?service=WMS=1.0.0=GetCapabilities
returns
an error.
(https://insert.sobr.geosys.ru/doku.php/ru:portal:sobr:ows:topo_base)
-- 
С уважением,
*Лебедев Иван Вениаминович*
___
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

Re: [Qgis-user] WMS Layer

2020-05-02 Thread Richard Duivenvoorde
On 5/1/20 4:54 PM, Ivan lebedev wrote:
> Hello!
> Please tell me how to connect a raster layer url like this:
> https://pkk.rosreestr.ru/arcgis/rest/services/PKK6/Cadastre/MapServer/export?dpi=96=PNG32=(8283322.79,8906432.27,8303632.95,8939167.78)=102100=102100=1024%2C1024=true=image

Hi Ivan,

This is not a normal OGC-WMS but a Arcgis Mapserver.
I'm not so familiar with the exact syntax of it's url's, but maybe Nyall
knows more

If you go to:

https://pkk.rosreestr.ru/arcgis/rest/services/PKK6/Cadastre/MapServer

You will see it's list of layers.

QGIS should be able to show those layers, by loading it as a 'ArcGIS Map
Server' layer (see Data Source Manager and screenshot). You should
create a new connection using the url:

https://pkk.rosreestr.ru/arcgis/rest/services/PKK6/Cadastre/MapServer

Then you see the layers it is serving.

To be honest I was not able to SEE one... I found you should use
ESRI:102100 as CRS/projection (apparently an old Google
Mercator-sister). But I also cannot read the layers so hopefully you can
try more. Please report back if you manage to make this work.

@Nyall: Normally the project takes the CRS of the first layer you load,
but in this case apparently QGIS is not aware of that and tries
EPSG:3857 = Google Popular Mercator.

@Nyall: I thought to link to some documentation page of ArcGIS
Mapserver, but I cannot find it? Any pointers?

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

Re: [Qgis-user] WMS Layer

2020-05-02 Thread Ivan lebedev
Thanks a lot!
Yes, those layers do not work or require special access rights. Only the
ArcGIS REST API link works
https://developers.arcgis.com/rest/services-reference/export-map.htm via
bbox.
Is it possible to connect such a layer in QGIS? Or have to write a module?

сб, 2 мая 2020 г. в 12:34, Richard Duivenvoorde :

> On 5/1/20 4:54 PM, Ivan lebedev wrote:
> > Hello!
> > Please tell me how to connect a raster layer url like this:
> >
> https://pkk.rosreestr.ru/arcgis/rest/services/PKK6/Cadastre/MapServer/export?dpi=96=PNG32=(8283322.79,8906432.27,8303632.95,8939167.78)=102100=102100=1024%2C1024=true=image
>
> Hi Ivan,
>
> This is not a normal OGC-WMS but a Arcgis Mapserver.
> I'm not so familiar with the exact syntax of it's url's, but maybe Nyall
> knows more
>
> If you go to:
>
> https://pkk.rosreestr.ru/arcgis/rest/services/PKK6/Cadastre/MapServer
>
> You will see it's list of layers.
>
> QGIS should be able to show those layers, by loading it as a 'ArcGIS Map
> Server' layer (see Data Source Manager and screenshot). You should
> create a new connection using the url:
>
> https://pkk.rosreestr.ru/arcgis/rest/services/PKK6/Cadastre/MapServer
>
> Then you see the layers it is serving.
>
> To be honest I was not able to SEE one... I found you should use
> ESRI:102100 as CRS/projection (apparently an old Google
> Mercator-sister). But I also cannot read the layers so hopefully you can
> try more. Please report back if you manage to make this work.
>
> @Nyall: Normally the project takes the CRS of the first layer you load,
> but in this case apparently QGIS is not aware of that and tries
> EPSG:3857 = Google Popular Mercator.
>
> @Nyall: I thought to link to some documentation page of ArcGIS
> Mapserver, but I cannot find it? Any pointers?
>
> 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

Re: [Qgis-user] WMS Layer

2020-05-01 Thread Nicolas Cadieux
Hi
If this is a wms layer, this should help.

http://www.qgistutorials.com/fr/docs/working_with_wms.html

Nicolas Cadieux
Ça va bien aller!

> Le 1 mai 2020 à 10:54, Ivan lebedev  a écrit :
> 
> 
> Hello!
> Please tell me how to connect a raster layer url like this:
> https://pkk.rosreestr.ru/arcgis/rest/services/PKK6/Cadastre/MapServer/export?dpi=96=PNG32=(8283322.79,8906432.27,8303632.95,8939167.78)=102100=102100=1024%2C1024=true=image
> 
> -- 
> С уважением,
> Лебедев Иван Вениаминович
> ___
> 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 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 Layer

2020-05-01 Thread Ivan lebedev
Hello!
Please tell me how to connect a raster layer url like this:
https://pkk.rosreestr.ru/arcgis/rest/services/PKK6/Cadastre/MapServer/export?dpi=96=PNG32=(8283322.79,8906432.27,8303632.95,8939167.78)=102100=102100=1024%2C1024=true=image

-- 
С уважением,
*Лебедев Иван Вениаминович*
___
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

Re: [Qgis-user] WMS Host not found

2020-03-19 Thread Christoph Jung
Thank you, Nyall, for this fast answer :)

> Am 19.03.2020 um 08:07 schrieb Nyall Dawson :
> 
> On Thu, 19 Mar 2020 at 17:02, Christoph Jung  wrote:
>> 
>> Hello everyone,
>> 
>> I have a problem with a valid WMS url. I can connect the WMS without 
>> problems in QGIS 3.10.2. But if I try to connect the WMS in QGIS 3.10.1, the 
>> software tells me, that WMS cannot connect to the server because the host 
>> adress is unknown. At the same time I can request valid capabilities of the 
>> server via internet browser and can create a connection in QGIS 3.10.2, i.e. 
>> the server is available and not blocked by a proxy or something. Does 
>> anybody had similar problems in the past or could imagine, what’s the 
>> problem is? Does QGIS 3.10.2 have some bug fixes in the field of WMS using 
>> https?
> 
> Yes - if I recall correctly it had some fixes relating to user agent handling.
> 
> Nyall
___
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

Re: [Qgis-user] WMS Host not found

2020-03-19 Thread Nyall Dawson
On Thu, 19 Mar 2020 at 17:02, Christoph Jung  wrote:
>
> Hello everyone,
>
> I have a problem with a valid WMS url. I can connect the WMS without problems 
> in QGIS 3.10.2. But if I try to connect the WMS in QGIS 3.10.1, the software 
> tells me, that WMS cannot connect to the server because the host adress is 
> unknown. At the same time I can request valid capabilities of the server via 
> internet browser and can create a connection in QGIS 3.10.2, i.e. the server 
> is available and not blocked by a proxy or something. Does anybody had 
> similar problems in the past or could imagine, what’s the problem is? Does 
> QGIS 3.10.2 have some bug fixes in the field of WMS using https?

Yes - if I recall correctly it had some fixes relating to user agent handling.

Nyall
___
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 Host not found

2020-03-19 Thread Christoph Jung
Hello everyone,

I have a problem with a valid WMS url. I can connect the WMS without problems 
in QGIS 3.10.2. But if I try to connect the WMS in QGIS 3.10.1, the software 
tells me, that WMS cannot connect to the server because the host adress is 
unknown. At the same time I can request valid capabilities of the server via 
internet browser and can create a connection in QGIS 3.10.2, i.e. the server is 
available and not blocked by a proxy or something. Does anybody had similar 
problems in the past or could imagine, what’s the problem is? Does QGIS 3.10.2 
have some bug fixes in the field of WMS using https?

Sincerely,
Christoph 

___
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

Re: [Qgis-user] WMS Problem in QGIS 3.10

2019-12-13 Thread Nick Hopton
Thanks again Alessandro, it's quite a problem for me.

Best, N.



--
Sent from: http://osgeo-org.1560.x6.nabble.com/QGIS-User-f4125267.html
___
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

Re: [Qgis-user] WMS Problem in QGIS 3.10

2019-12-13 Thread Alessandro Pasotti
Hi Nick,

I've just checked the ticket https://github.com/qgis/QGIS/issues/32740
the issue was fixed but it was not backported to 3.10.x (it still not
backported, I'll see if I can do it).

In any event it won't be available until the next point release.


On Fri, Dec 13, 2019 at 12:02 PM Nick Hopton  wrote:

> Thanks Alessandro, it was merged and closed. I'll reopen it and add the
> comment there.
>
> Best,
> Nick.
>
>
>
> --
> Sent from: http://osgeo-org.1560.x6.nabble.com/QGIS-User-f4125267.html
> ___
> 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



-- 
Alessandro Pasotti
w3:   www.itopen.it
___
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

Re: [Qgis-user] WMS Problem in QGIS 3.10

2019-12-13 Thread Nick Hopton
Thanks Alessandro, it was merged and closed. I'll reopen it and add the
comment there.

Best,
Nick. 



--
Sent from: http://osgeo-org.1560.x6.nabble.com/QGIS-User-f4125267.html
___
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

Re: [Qgis-user] WMS Problem in QGIS 3.10

2019-12-13 Thread Alessandro Pasotti
On Fri, Dec 13, 2019 at 11:44 AM Nick Hopton  wrote:

> Version 3.10.1 arrived here during the week. Sad to say it would appear
> that
> the WMS problem persists. Could anyone confirm this?
>
> Should I report this as a bug too?
>

No, if you already reported the original issue please add a comment to that
one.


> Best,
> Nick.
>
>
>
>
>
>
>
>
> --
> Sent from: http://osgeo-org.1560.x6.nabble.com/QGIS-User-f4125267.html
> ___
> 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



-- 
Alessandro Pasotti
w3:   www.itopen.it
___
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

Re: [Qgis-user] WMS Problem in QGIS 3.10

2019-12-13 Thread Nick Hopton
Version 3.10.1 arrived here during the week. Sad to say it would appear that
the WMS problem persists. Could anyone confirm this?

Should I report this as a bug too?

Best,
Nick.








--
Sent from: http://osgeo-org.1560.x6.nabble.com/QGIS-User-f4125267.html
___
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

Re: [Qgis-user] WMS Problem in QGIS 3.10

2019-12-13 Thread Nick Hopton
Version 3.10.1 arrived here during the week. Sad to say it would appear that
the WMS problem persists. Could anyone confirm this?

Should I report this as a bug too?

Best,
Nick.








--
Sent from: http://osgeo-org.1560.x6.nabble.com/QGIS-User-f4125267.html
___
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

Re: [Qgis-user] WMS ortho-imagery load-up crashes QGIS / takes computer offline

2019-11-21 Thread Nick Hopton
If you depend on WMS data I think you're probably right to hold-off upgrading
for the time being. QGIS 3.10 has problems with some WMS servers.

 



--
Sent from: http://osgeo-org.1560.x6.nabble.com/QGIS-User-f4125267.html
___
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 ortho-imagery load-up crashes QGIS / takes computer offline

2019-11-20 Thread MTS Ecological
I am running QGIS 3.4.9 Madeira.  I'm getting a ton of crashes lately,
unlike any other version before, but recently on loading WMS ortho-imagery,
my internet connection is shut down entirely and I'm then then blocked from
internet access unless I restart the computer. Even then - I'm blocked from
getting back online sometimes several minutes or have to restart several
times to gain online access back.  This happens nearly every time I use
QGIS now on any given project.

Additionally, on loading any project, I often get a failure notice that
existing / saved streaming imagery in the project ( "failed to load
capabilities...")  and then no WMS streaming will work at all - have to
shut down QGIS then reload, often several times to get imagery back and
then get the issue above (kicked offline) nearly every time.

I'm running Windows 8 / 64bit and maybe I've loaded the wrong version or
have conflicting issues w/ previous versions or an incorrect install? I
lost a lot of plugins & settings on the 3.4.9 upgrade that took a while to
repair as well.  Have never had any issues like this until the new update
(and I realize a newer is available but I don't want to compound the probs
and I'm waiting).

Pardon the length here - can't find any similar issues anywhere here or
online.

-- 
Kevin Caldwell, Conservation Biologist
Mountains-to-Sea Ecological
www.MTSecological.com
828-551-8225
POB 255 / Barnardsville, NC 28709
___
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

Re: [Qgis-user] WMS Problem in QGIS 3.10

2019-11-08 Thread Alessandro Pasotti
On Fri, Nov 8, 2019 at 4:29 PM Nick Hopton  wrote:

> Thanks for this Richard, it's good to know what's causing the problem and
> I'll live with it for the time being. I've also reported the problem to the
> EA in the hope that they might be able to do something about it at the
> other
> end.
>
> Should I post a QGIS bug report?
>

Yes please, that's a bug.


-- 
Alessandro Pasotti
w3:   www.itopen.it
___
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

Re: [Qgis-user] WMS Problem in QGIS 3.10

2019-11-08 Thread Nick Hopton
Thanks for this Richard, it's good to know what's causing the problem and
I'll live with it for the time being. I've also reported the problem to the
EA in the hope that they might be able to do something about it at the other
end.

Should I post a QGIS bug report?

Best,
Nick.



--
Sent from: http://osgeo-org.1560.x6.nabble.com/QGIS-User-f4125267.html
___
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

Re: [Qgis-user] WMS Problem in QGIS 3.10

2019-11-08 Thread Richard Duivenvoorde
Hi Nick,

You are probably right: I tested in with master and all was ok. Created
a curl request for that request (using the QGIS networklogger plugin):

curl -vv
'https://environment.data.gov.uk/spatialdata/lidar-composite-digital-surface-model-dtm-1m/wms?SERVICE=WMS=1.3.0=GetMap=49.814110692,-7.0980080095,55.833263978,2.029743025539008983=EPSG:4326=769=508=Footprint==image/jpeg=96_RESOLUTION=96_OPTIONS=dpi:96'
-H 'User-Agent: Mozilla/5.0 QGIS/3.11.0-Master'  --compressed --output
/tmp/foo.jpeg

Which looks fine. Then changing it to "Mozilla/5.0 QGIS/3.10.0-A Coruña"

curl -vv
'https://environment.data.gov.uk/spatialdata/lidar-composite-digital-surface-model-dtm-1m/wms?SERVICE=WMS=1.3.0=GetMap=49.814110692,-7.0980080095,55.833263978,2.029743025539008983=EPSG:4326=769=508=Footprint==image/jpeg=96_RESOLUTION=96_OPTIONS=dpi:96'
-H 'User-Agent: Mozilla/5.0 QGIS/3.10.0-A Coruña'  --compressed --output
/tmp/foo.jpeg

And you will receive a 400/bad request from the server...

Note that next hackfest will be in:   's-Hertogenbosch ...
Mmm, a ' and a - in it, will probably also give issues :-)

You could try to install a nightlies build (which has 'master' as user
agent (see first curl)... or else another QGIS version with an easier
name :-) ?

In Settings/Network, you can set the first part of the User-Agent
used... It would probably better if the user would be able to set the
whole User-Agent string.

I also recall a discussion with an OSM sysadmin (not you is it?) which
complained about QGIS using a browser User-Agent string (but not
'listening' to cookies etc etc).

Regards,

Richard


On 08/11/2019 13.13, Nick Hopton wrote:
> I have problems with loading UK Environment Agency WMS layers. This has only
> arisen since I installed QGIS 3.10.
> 
> I understand that when QGIS makes a WMS request it adds the current version
> to the User-Agent string, so in version QGIS 3.10.0 this results in
> "Mozilla/5.0 QGIS/3.10.0-A Coruña" and that it might be the "ñ" character
> that's causing the request to be rejected.
> 
> For testing purposes here is a typical EA WMS request:
> 
> https://environment.data.gov.uk/spatialdata/lidar-composite-digital-surface-model-dtm-1m/wms
> 
> I've reported the problem to the EA, but I wonder if I should report it as a
> QGIS bug as well? 
> 
> All of the above assumes that it is the extended set character that is
> causing the problem and of course this might not be the case.
> 
> 
> 
> --
> Sent from: http://osgeo-org.1560.x6.nabble.com/QGIS-User-f4125267.html
> ___
> 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 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 Problem in QGIS 3.10

2019-11-08 Thread Nick Hopton
I have problems with loading UK Environment Agency WMS layers. This has only
arisen since I installed QGIS 3.10.

I understand that when QGIS makes a WMS request it adds the current version
to the User-Agent string, so in version QGIS 3.10.0 this results in
"Mozilla/5.0 QGIS/3.10.0-A Coruña" and that it might be the "ñ" character
that's causing the request to be rejected.

For testing purposes here is a typical EA WMS request:

https://environment.data.gov.uk/spatialdata/lidar-composite-digital-surface-model-dtm-1m/wms

I've reported the problem to the EA, but I wonder if I should report it as a
QGIS bug as well? 

All of the above assumes that it is the extended set character that is
causing the problem and of course this might not be the case.



--
Sent from: http://osgeo-org.1560.x6.nabble.com/QGIS-User-f4125267.html
___
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

Re: [Qgis-user] WMS/WMTS layers removed from project if offline

2019-07-28 Thread Alessandro Pasotti
On Sat, Jul 27, 2019 at 12:45 PM Patrick Dunford 
wrote:

> Good day
>
> I have three WMS/WMTS layers in my project and if the internet
> connection of my computer is active when I load the project, there is no
> problem with these layers. However if the internet is offline when I
> load the project, the layers are flagged as "missing layers" and are
> removed from the project.
>
> This makes absolutely no sense in the project. The missing layers dialog
> to me is one that comes up when the files that store the layers are
> physically not present on my computer. In this case, the details of
> these WMS/WMTS layers are stored in the project file, so they are not
> physically missing from the project. Whether there is an accessible
> internet connection to the layer should not actually matter unless I
> tried to display the layers.
>
> I don't know how to stop this problem from happening but I don't want to
> have to have two different versions of my project in case there might
> not be an internet connection available when I am using my laptop
> somewhere.
>
>
>From QGIS perspective they are broken layers, because they cannot be loaded.

What happens if you choose to keep them in the project when the bad layers
handler dialog appears?

-- 
Alessandro Pasotti
w3:   www.itopen.it
___
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/WMTS layers removed from project if offline

2019-07-27 Thread Patrick Dunford

Good day

I have three WMS/WMTS layers in my project and if the internet 
connection of my computer is active when I load the project, there is no 
problem with these layers. However if the internet is offline when I 
load the project, the layers are flagged as "missing layers" and are 
removed from the project.


This makes absolutely no sense in the project. The missing layers dialog 
to me is one that comes up when the files that store the layers are 
physically not present on my computer. In this case, the details of 
these WMS/WMTS layers are stored in the project file, so they are not 
physically missing from the project. Whether there is an accessible 
internet connection to the layer should not actually matter unless I 
tried to display the layers.


I don't know how to stop this problem from happening but I don't want to 
have to have two different versions of my project in case there might 
not be an internet connection available when I am using my laptop 
somewhere.



___
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

Re: [Qgis-user] WMS "Add Default Servers"

2019-05-13 Thread Paolo Cavallini
Hi Jonathan,
thanks a lot for this clarification.
IMHO you have several options:
* create the plugin and sell the key (you could add a few services as
examples, and let people pay for the full access)
* run a crowdfunding campaign (even once a year) to cover your costs
* finding a larger sponsor to cover it more consistently.
In any of these options, I'm pretty sure QGIS can provide you with much
visibility and help you raising the necessary funds.
I'll be happy of discussing this further.
Cheers.

On 13/05/19 16:13, Jonathan Moules wrote:
> Hi Paulo,
> 
> (Heading offtopic here)
> 
> I think a QGIS plugin for GeoSeer would be extremely useful and is
> definitely something I've considered. If done properly it would /greatly
> /improve the process of adding OGC services to QGIS and immeasurably
> improve the process of finding and adding them ...
> 
> ...but it's an issue of funding. GeoSeer has no adverts because
> web-adverts are Bad(tm) - I morally disagree with them - so GeoSeer
> currently costs me money to run, and that's ignoring my considerable
> time cost to develop and maintain it! Remember, this is an ongoing
> service, not a one-time-develop thing. The business model behind making
> it self-sustaining is the (new!) API to search the database (
> https://www.geoseer.net/api.php ), and this is paid-for. A QGIS plugin
> could easily use this API - that's what it's designed for - but as
> noted, the API is meant to be paid-for.
> 
> So if a plugin were used, it would either need some sort of ongoing
> funding to use the API, or users would have to buy their own API keys to
> use with the plugin, or I'd have to provide it free like I do with the
> web-search. While I'd like to do the free option, you can't pay rent
> with good-will.
> 
> Until I figure out a solution to this conundrum, and/or someone offers
> me funding for it, and/or the PSC wants to discuss it, I figure the free
> yes-really-not-even-selling-your-personal-information-like-google-does
> web search is a good starting point for users. I'm very open to
> suggestions for how to make it possible.
> 
> Cheers,
> 
> Jonathan
> 
> 
> On 2019-05-13 08:31, Paolo Cavallini wrote:
>> Agreed, thanks.
>> Perhaps a QGIS plugin to search Geoseer db directly would be useful?
>> Cheers.
>>
>> On 13/05/19 09:22, Jonathan Moules wrote:
>>> Hi Paulo,
>>>
>>> The problem with default links is:
>>>
>>> * They go out of date quickly
>>>
>>> * They're probably not what the user wants.
>>>
>>> * There are a lot of them: I have over 180,000 services in my database
>>>
>>> * There are too many even just global - of the 1.2 million layers in my
>>> database, 68,922 claim via their bbox to have fully global coverage.
>>>
>>> * A list of titles doesn't really tell you what's in the service.
>>>
>>> Shameless plug: This is why I developed GeoSeer - https:www.geoseer.net
>>> - to make these services discoverable.
>>>
>>>
>>> As requested I've create a ticket for its removal:
>>> https://issues.qgis.org/issues/22059
>>>
>>> Cheers,
>>>
>>> Jonathan
>>>
>>>
>>> On 2019-05-13 06:52, Paolo Cavallini wrote:
 Good point Jonathan. Do you have any useful server, possibly of global
 coverage, to suggest? Could you please open a ticket about this?
 Thanks.

 On 13/05/19 01:36, Jonathan Moules wrote:
> Hi list,
>
> Question - What is the purpose of the "Add Default Servers" for WMS? I
> ask because the servers are all demo servers and have no meaningful data
> - they're good for development purposes but useless to the end users.
>
> Also (ironically) - the QGIS Demo Server doesn't work I get "Service
> Unavailable".
>
> Cheers,
>
> Jonathan
>
>
> ___
> 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 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 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
> 

-- 
Paolo Cavallini - www.faunalia.eu
QGIS.ORG Chair:
http://planet.qgis.org/planet/user/28/tag/qgis%20board/
___
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

Re: [Qgis-user] WMS "Add Default Servers"

2019-05-13 Thread Jonathan Moules

Hi Paulo,

(Heading offtopic here)

I think a QGIS plugin for GeoSeer would be extremely useful and is 
definitely something I've considered. If done properly it would /greatly 
/improve the process of adding OGC services to QGIS and immeasurably 
improve the process of finding and adding them ...


...but it's an issue of funding. GeoSeer has no adverts because 
web-adverts are Bad(tm) - I morally disagree with them - so GeoSeer 
currently costs me money to run, and that's ignoring my considerable 
time cost to develop and maintain it! Remember, this is an ongoing 
service, not a one-time-develop thing. The business model behind making 
it self-sustaining is the (new!) API to search the database ( 
https://www.geoseer.net/api.php ), and this is paid-for. A QGIS plugin 
could easily use this API - that's what it's designed for - but as 
noted, the API is meant to be paid-for.


So if a plugin were used, it would either need some sort of ongoing 
funding to use the API, or users would have to buy their own API keys to 
use with the plugin, or I'd have to provide it free like I do with the 
web-search. While I'd like to do the free option, you can't pay rent 
with good-will.


Until I figure out a solution to this conundrum, and/or someone offers 
me funding for it, and/or the PSC wants to discuss it, I figure the free 
yes-really-not-even-selling-your-personal-information-like-google-does 
web search is a good starting point for users. I'm very open to 
suggestions for how to make it possible.


Cheers,

Jonathan


On 2019-05-13 08:31, Paolo Cavallini wrote:

Agreed, thanks.
Perhaps a QGIS plugin to search Geoseer db directly would be useful?
Cheers.

On 13/05/19 09:22, Jonathan Moules wrote:

Hi Paulo,

The problem with default links is:

* They go out of date quickly

* They're probably not what the user wants.

* There are a lot of them: I have over 180,000 services in my database

* There are too many even just global - of the 1.2 million layers in my
database, 68,922 claim via their bbox to have fully global coverage.

* A list of titles doesn't really tell you what's in the service.

Shameless plug: This is why I developed GeoSeer - https:www.geoseer.net
- to make these services discoverable.


As requested I've create a ticket for its removal:
https://issues.qgis.org/issues/22059

Cheers,

Jonathan


On 2019-05-13 06:52, Paolo Cavallini wrote:

Good point Jonathan. Do you have any useful server, possibly of global
coverage, to suggest? Could you please open a ticket about this?
Thanks.

On 13/05/19 01:36, Jonathan Moules wrote:

Hi list,

Question - What is the purpose of the "Add Default Servers" for WMS? I
ask because the servers are all demo servers and have no meaningful data
- they're good for development purposes but useless to the end users.

Also (ironically) - the QGIS Demo Server doesn't work I get "Service
Unavailable".

Cheers,

Jonathan


___
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 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 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

Re: [Qgis-user] WMS "Add Default Servers"

2019-05-13 Thread Paolo Cavallini
Agreed, thanks.
Perhaps a QGIS plugin to search Geoseer db directly would be useful?
Cheers.

On 13/05/19 09:22, Jonathan Moules wrote:
> Hi Paulo,
> 
> The problem with default links is:
> 
> * They go out of date quickly
> 
> * They're probably not what the user wants.
> 
> * There are a lot of them: I have over 180,000 services in my database
> 
> * There are too many even just global - of the 1.2 million layers in my
> database, 68,922 claim via their bbox to have fully global coverage.
> 
> * A list of titles doesn't really tell you what's in the service.
> 
> Shameless plug: This is why I developed GeoSeer - https:www.geoseer.net
> - to make these services discoverable.
> 
> 
> As requested I've create a ticket for its removal:
> https://issues.qgis.org/issues/22059
> 
> Cheers,
> 
> Jonathan
> 
> 
> On 2019-05-13 06:52, Paolo Cavallini wrote:
>> Good point Jonathan. Do you have any useful server, possibly of global
>> coverage, to suggest? Could you please open a ticket about this?
>> Thanks.
>>
>> On 13/05/19 01:36, Jonathan Moules wrote:
>>> Hi list,
>>>
>>> Question - What is the purpose of the "Add Default Servers" for WMS? I
>>> ask because the servers are all demo servers and have no meaningful data
>>> - they're good for development purposes but useless to the end users.
>>>
>>> Also (ironically) - the QGIS Demo Server doesn't work I get "Service
>>> Unavailable".
>>>
>>> Cheers,
>>>
>>> Jonathan
>>>
>>>
>>> ___
>>> 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 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

-- 
Paolo Cavallini - www.faunalia.eu
QGIS.ORG Chair:
http://planet.qgis.org/planet/user/28/tag/qgis%20board/
___
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

Re: [Qgis-user] WMS "Add Default Servers"

2019-05-13 Thread Jonathan Moules

Hi Paulo,

The problem with default links is:

* They go out of date quickly

* They're probably not what the user wants.

* There are a lot of them: I have over 180,000 services in my database

* There are too many even just global - of the 1.2 million layers in my 
database, 68,922 claim via their bbox to have fully global coverage.


* A list of titles doesn't really tell you what's in the service.

Shameless plug: This is why I developed GeoSeer - https:www.geoseer.net 
- to make these services discoverable.



As requested I've create a ticket for its removal: 
https://issues.qgis.org/issues/22059


Cheers,

Jonathan


On 2019-05-13 06:52, Paolo Cavallini wrote:

Good point Jonathan. Do you have any useful server, possibly of global
coverage, to suggest? Could you please open a ticket about this?
Thanks.

On 13/05/19 01:36, Jonathan Moules wrote:

Hi list,

Question - What is the purpose of the "Add Default Servers" for WMS? I
ask because the servers are all demo servers and have no meaningful data
- they're good for development purposes but useless to the end users.

Also (ironically) - the QGIS Demo Server doesn't work I get "Service
Unavailable".

Cheers,

Jonathan


___
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 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

Re: [Qgis-user] WMS "Add Default Servers"

2019-05-13 Thread Andreas Neumann
Hi Jonathan, 


I agree - this button should probably be removed. I don't think it is
really usefuly to anyone anymore. 

Can you please open an issue request? 

Andreas 


On 2019-05-13 01:36, Jonathan Moules wrote:


Hi list,

Question - What is the purpose of the "Add Default Servers" for WMS? I ask 
because the servers are all demo servers and have no meaningful data - they're good for 
development purposes but useless to the end users.

Also (ironically) - the QGIS Demo Server doesn't work I get "Service 
Unavailable".

Cheers,

Jonathan

___
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 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

Re: [Qgis-user] WMS "Add Default Servers"

2019-05-12 Thread Paolo Cavallini
Good point Jonathan. Do you have any useful server, possibly of global
coverage, to suggest? Could you please open a ticket about this?
Thanks.

On 13/05/19 01:36, Jonathan Moules wrote:
> Hi list,
> 
> Question - What is the purpose of the "Add Default Servers" for WMS? I
> ask because the servers are all demo servers and have no meaningful data
> - they're good for development purposes but useless to the end users.
> 
> Also (ironically) - the QGIS Demo Server doesn't work I get "Service
> Unavailable".
> 
> Cheers,
> 
> Jonathan
> 
> 
> ___
> 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

-- 
Paolo Cavallini - www.faunalia.eu
QGIS.ORG Chair:
http://planet.qgis.org/planet/user/28/tag/qgis%20board/
___
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 "Add Default Servers"

2019-05-12 Thread Jonathan Moules

Hi list,

Question - What is the purpose of the "Add Default Servers" for WMS? I 
ask because the servers are all demo servers and have no meaningful data 
- they're good for development purposes but useless to the end users.


Also (ironically) - the QGIS Demo Server doesn't work I get "Service 
Unavailable".


Cheers,

Jonathan


___
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

Re: [Qgis-user] Wms with time data

2019-04-28 Thread Richard Duivenvoorde
On 28/04/2019 08.50, Piotr Kania wrote:
> Hello!
> Here is example of wms request:
> 
> http://ies-ows.jrc.ec.europa.eu/effis?service=WMS=GetMap=ecmwf007.fwi==image%2Fpng=true=1.1.1=false=2019-04-27=2048=2048=EPSG%3A3857=0,0,20037508.342789244,20037508.34278071
> 
> In web browser wms server responds with correct data, when I change
> "...time=2019-". I don't know, how to "configure" plugin Time
> Manager to achieve the same in qgis - EFFIS raster from the past, for
> example from 2019-04-01.
> 
> Maybe someone knows how to do that in qgis with EFFIS's wms?

Hi Piotrek,

I had a look into this, also because I have a PR for timemanager open to
try to 'guess' these kind of information based on the capabilities of
the service... Which is hard because a lot different dimension formats
are possible, and a lot of mapservers (notably the Minesota Mapservers)
are badly configured! Geoservers do often a better job as they determine
the time 'extents' based on the actual data.

Anyway, in your case:

Capabilities of the wms is:

http://ies-ows.jrc.ec.europa.eu/effis?SERVICE=WMS=GetCapabilities

Which standard returns a wms 1.1.1 capabilities document apparently :-(
(while QGIS nowadays favours 1.3.0)

As an example have a look at this layer:  "ecmwf.fwi"
in the capabilities the 'dimensions' for this layer:

2018-01-01/2099-12-31

So: no indication of the periods (like better wms-t's do nowadays), so
we are guessing this is day-based data... running from 2018 till 2099:
nope, they are just saying that!!
( if I were you I'd ask jrc to do some reconfiguring :-) )

The real data is from 2018-05-15 till 2019-05-07 ... !!

So: just load the layer in QGIS as wms,
Open time manager, point to the rasterlayer and use as starttime:
2018-05-15
and as endtime
2019-05-07
then the plugin will determine the right time format: %Y-%m-%d

Now make sure you put the slider somewhere between the begin and endtime
and 'Time frame size' to one day.

Then it works.. with me, hope it does for you.

Regards,

Richard Duivenvoorde

ps if adventurous (and running qgis 3.6 you can use the networklogger
plugin to see the actual requests qgis is firing, preliminary version
here:
https://github.com/rduivenvoorde/qgisnetworklogger/tree/model_rewrite )

ps2 I think my PR in timemanager will make adding this kind of layers
easier, though it is hard to handle all possible versions and dimensions...



___
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 with time data

2019-04-28 Thread Piotr Kania
Hello!
Here is example of wms request:

http://ies-ows.jrc.ec.europa.eu/effis?service=WMS=GetMap=ecmwf007.fwi==image%2Fpng=true=1.1.1=false=2019-04-27=2048=2048=EPSG%3A3857=0,0,20037508.342789244,20037508.34278071

In web browser wms server responds with correct data, when I change
"...time=2019-". I don't know, how to "configure" plugin Time Manager
to achieve the same in qgis - EFFIS raster from the past, for example from
2019-04-01.

Maybe someone knows how to do that in qgis with EFFIS's wms?

Greetings

Piotrek
___
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

Re: [Qgis-user] WMS

2018-11-06 Thread Guy Doulberg
Hi Anita

Thanks for your replay,
I have development ability so I might take this task in the future,

I will do so if my company decide it want start providing our goods in
WM(t)S,

Guy

On Thu, Nov 1, 2018 at 1:38 PM Anita Graser  wrote:

> Hi Guy,
>
> QGIS TimeManager supports WMS-T but it's a bit of a hack:
> https://anitagraser.com/2015/08/10/using-timemanager-for-wms-t-layers/
> If you have development skills and are interested in improving support,
> please let me know!
>
> Regards,
> Anita
>
>
>
> On Thu, Nov 1, 2018 at 11:06 AM Guy Doulberg  wrote:
>
>> Hi guys,
>>
>> I am a data provider of satellite imagery,
>>
>> I am thinking to expose the company data using WMS, it make sense in the
>> images datasets to add (E)CQL_FILTER and TIME capabilities,
>>
>> But, I don't understand if or how these capabilities can be used in qgis,
>>
>> In other words, does qgis support CQL_FILTER and TIME for WMS
>>
>> Thanks, Guy
>> ___
>> 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 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

Re: [Qgis-user] WMS

2018-11-01 Thread Anita Graser
Hi Guy,

QGIS TimeManager supports WMS-T but it's a bit of a hack:
https://anitagraser.com/2015/08/10/using-timemanager-for-wms-t-layers/
If you have development skills and are interested in improving support,
please let me know!

Regards,
Anita



On Thu, Nov 1, 2018 at 11:06 AM Guy Doulberg  wrote:

> Hi guys,
>
> I am a data provider of satellite imagery,
>
> I am thinking to expose the company data using WMS, it make sense in the
> images datasets to add (E)CQL_FILTER and TIME capabilities,
>
> But, I don't understand if or how these capabilities can be used in qgis,
>
> In other words, does qgis support CQL_FILTER and TIME for WMS
>
> Thanks, Guy
> ___
> 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 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

Re: [Qgis-user] WMS Layer Proxy Denied Connection

2018-10-20 Thread Jonathan Moules
This may be a networking issue with your proxy, or it may be QGIS not 
handling the proxy correctly, it's hard to tell from the info provided. 
It sounds like it's getting the GetCapabilities document just fine (the 
"connecting" part where it lists all the layers on the service) but then 
failing for a GetMap request.


Do you have a non-transparent institutional proxy and is your QGIS 
install configured to use it? Or is it a transparent proxy (no setup 
required in your software).


If you make a request directly via a web-browser to the service for a 
map tile, what happens?


Cheers,

Jonathan


On 2018-10-17 16:49, GILLEN Finbar wrote:


Hi,

I am trying to connect to a WMS layer. It seems to connect fine, but 
when I add the layer to the canvas is says ‘proxy denied connection’ 
and does not allow me to view it.


Has anyone came across this before and know a work around?

Regards

Finbar

*Finbar GILLEN*
Underwriting Performance Analyst
Pricing & Underwriting Department
AXA Insurance dac
Wolfe Tone St, Dublin 1
T: +353 1 471 1377

E: finbar.gil...@axa.ie 

*

The contents and any attachments of this electronic mail message are 
confidential and intended only for the named addressees. 
Dissemination, forwarding, publication or other use of the message or 
attachments by any unauthorised person is strictly prohibited.


Unless stated to the contrary, any opinions expressed in this message 
are personal and may not be attributed to AXA Insurance dac or any 
member of the AXA Group of Companies.


AXA Insurance dac is regulated by the Central Bank of Ireland. For 
business in Northern Ireland, AXA Insurance dac is authorised by the 
Central Bank of Ireland and subject to limited regulation by the 
Financial Conduct Authority. Details about the extent of our 
regulation by the Financial Conduct Authority are available from us on 
request. AXA Insurance dac is a private company limited by shares, 
registered in Ireland number 136155. Registered Office Wolfe Tone 
House, Wolfe Tone Street, Dublin 1.


"AXA Supporting Road Safety in Ireland"

Internet e-mails are not necessarily secure. AXA Group does not accept 
responsibility for changes made to this message after it was sent. To 
help promote the use of electronic documents and to be kinder to the 
environment, please consider whether you really need to print this

email.

*


___
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 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 Layer Proxy Denied Connection

2018-10-17 Thread GILLEN Finbar
Hi,

I am trying to connect to a WMS layer. It seems to connect fine, but when I add 
the layer to the canvas is says 'proxy denied connection' and does not allow me 
to view it.

Has anyone came across this before and know a work around?

Regards
Finbar

Finbar GILLEN
Underwriting Performance Analyst
Pricing & Underwriting Department
AXA Insurance dac
Wolfe Tone St, Dublin 1
T: +353 1 471 1377
E: finbar.gil...@axa.ie

*

The contents and any attachments of this electronic mail message are 
confidential and intended only for the named addressees. Dissemination, 
forwarding, publication or other use of the message or attachments by any 
unauthorised person is strictly prohibited.

Unless stated to the contrary, any opinions expressed in this message are 
personal and may not be attributed to AXA Insurance dac or any member of the 
AXA Group of Companies.

AXA Insurance dac is regulated by the Central Bank of Ireland. For business in 
Northern Ireland, AXA Insurance dac is authorised by the Central Bank of 
Ireland and subject to limited regulation by the Financial Conduct Authority. 
Details about the extent of our regulation by the Financial Conduct Authority 
are available from us on request. AXA Insurance dac is a private company 
limited by shares, registered in Ireland number 136155. Registered Office Wolfe 
Tone House, Wolfe Tone Street, Dublin 1.

"AXA Supporting Road Safety in Ireland"

Internet e-mails are not necessarily secure. AXA Group does not accept 
responsibility for changes made to this message after it was sent. To help 
promote the use of electronic documents and to be kinder to the environment, 
please consider whether you really need to print this
email.

*
___
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

Re: [Qgis-user] WMS Request step size

2018-08-21 Thread Reginald
Hi Bo,

I think you get more responses if you post this as a separate topic.

Regards,



--
Sent from: http://osgeo-org.1560.x6.nabble.com/QGIS-User-f4125267.html
___
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 Request step size

2018-08-15 Thread Bo Victor Thomsen
In the "Add WMS/WMTS layer" dialog for QGIS 3.x there is 2 new 
parameters "Request step size" for x and y just below the "Tile size" 
input boxes.


What is the significance of these parameters ?

Regards Bo Victor Thomsen

___
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: override get capabilities

2018-04-18 Thread Tobias Wendorff
Hi there,

I've got a misconfigured WMS, where get capabilities is buggy...
Is it possible to override GetCapabilities? GetMap works like a charm.

Best regards,
Tobias

___
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

Re: [Qgis-user] WMS/GeoWebCache image quality in QGIS

2017-11-24 Thread Andrew Bell
Stefan,  I set the scale from the status bar in QGIS.  I haven't looked at
the QuickMapServices plugin, but I will if it may help.

My base-map is aerial photography, to it would be difficult to use vector
instead :)



--
Sent from: http://osgeo-org.1560.x6.nabble.com/QGIS-User-f4125267.html
___
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

Re: [Qgis-user] WMS/GeoWebCache image quality in QGIS

2017-11-22 Thread Stefan Keller
This reminds me to issues with OpenLayers plugin.
Which lookup table are you using? Are you sure you set the scale
_exactly_ so it fit's the zoom level?
QuickMapServices plugin has such a functionality ("set proper scale"),
did you check this too?

--Stefan

P.S. If issues with raster base maps persist, consider vector tiles ;-)

[1] 
https://gis.stackexchange.com/questions/131342/high-resolution-printable-alternative-to-openlayers-plugin-for-qgis


2017-11-22 10:26 GMT+01:00 Andrew Bell :
> Hi Ross,  Did you resolve this?  I have similar issues displaying geowebcache
> aerial imagery in QGIS.  Even when I set the scale to match any of gridset
> levels the quality of the image displayed in QGIS is still poor.
>
> Cheers
> Andrew
>
>
>
> --
> Sent from: http://osgeo-org.1560.x6.nabble.com/QGIS-User-f4125267.html
> ___
> 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 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

Re: [Qgis-user] WMS/GeoWebCache image quality in QGIS

2017-11-22 Thread Andrew Bell
Hi Ross,  Did you resolve this?  I have similar issues displaying geowebcache
aerial imagery in QGIS.  Even when I set the scale to match any of gridset
levels the quality of the image displayed in QGIS is still poor.

Cheers
Andrew



--
Sent from: http://osgeo-org.1560.x6.nabble.com/QGIS-User-f4125267.html
___
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

Re: [Qgis-user] WMS Services dropping

2017-11-07 Thread Richard Duivenvoorde
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

2017-11-07 Thread Tyler Veinot
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

Re: [Qgis-user] WMS problems in Qgis 2.18.3 - legend causing trouble

2017-03-12 Thread magerlin
Problem still occurs in Qgis 2.18.4. See this video: WMS_in_QGIS_2.mp4
  



-
Regards Morten

Currently using Qgis 2.18.3 (OSGeo4),
Windows 7, 64bit
--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/WMS-problems-in-Qgis-2-18-3-legend-causing-trouble-tp5306308p5311916.html
Sent from the QGIS - User mailing list archive at Nabble.com.
___
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 problems in Qgis 2.18.3 - legend causing trouble

2017-02-04 Thread magerlin
I have a very simple (test) Qgis project which just shows a WMS layer (from
EU but same problem with other WMS):  WMS_Problems.qgs
  

It work flawless in Qgis 2.18.1 and displays a nice legend in the Layers
Panel.

But opening it in Qgis 2.18.3 causes strange behavior:
* When you move the mouse the legend is sometimes visible in the layers
panel and sometimes the layers panel is completely wiped out including other
layers which should have been shown there.
* When layers panel is wiped out Qgis often makes the whole PC hang and
nothing left than ctrl+alt+del to kill Qgis.

Problem occurs in Win 7 64bit.

Anybody else can confirm this behavior?



-
Regards Morten

Currently using Qgis 2.18.3 (OSGeo4),
Windows 7, 64bit
--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/WMS-problems-in-Qgis-2-18-3-legend-causing-trouble-tp5306308.html
Sent from the QGIS - User mailing list archive at Nabble.com.
___
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

Re: [Qgis-user] WMS via https - "SSL handshake failed"

2017-01-06 Thread Jorge Gustavo Rocha

Hi John,

I was able to use the https WMS server on Ubuntu and on Windows.

=== Ubuntu 16.04.1 LTS, QGIS 64 bit:

QGIS version
2.18.2
QGIS code revision
102ee87
Compiled against Qt
4.8.7
Running against Qt
4.8.7
Compiled against GDAL/OGR
1.11.3
Running against GDAL/OGR
1.11.3
Compiled against GEOS
3.5.0-CAPI-1.9.0
Running against GEOS
3.5.0-CAPI-1.9.0 r4084
PostgreSQL Client Version
9.5.2
SpatiaLite Version
4.3.0a
QWT Version
5.2.3
PROJ.4 Version
492
QScintilla2 Version
2.9.1


=== Windows 10, QGIS 64 bit:

QGIS version
2.18.0
QGIS code revision
0332f5a
Compiled against Qt
4.8.5
Running against Qt
4.8.5
Compiled against GDAL/OGR
2.1.1
Running against GDAL/OGR
2.1.1
Compiled against GEOS
3.5.0-CAPI-1.9.0
Running against GEOS
3.5.0-CAPI-1.9.0 r4084
PostgreSQL Client Version
9.2.4
SpatiaLite Version
4.3.0
QWT Version
5.2.3
PROJ.4 Version
493
QScintilla2 Version
2.7.2

Regards,

Jorge


Às 00:04 de 06-01-2017, John Cartwright escreveu:

Thanks Jorge, that helps confirm my suspicion.  Are you running on
linux?  Based on this ticket (https://hub.qgis.org/issues/11473), it
sounds like the supported protocols may be dependent on the version of
Qt that QGIS is using. Do you happen to know which version you’re using?

—john


On Jan 5, 2017, at 4:30 PM, Jorge Gustavo Rocha > wrote:

Hi John,

I've captured QGIS packets to/from the WMS service, after clicking
"Connect" on QGIS (to get the capabilities document).

The print screen is available at [1].

Wireshark reports the protocol as TLSv1.2.

Regards,

Jorge

[1] http://webgis.di.uminho.pt/~jgr/qgis-connect-https-wms-service.png


Às 18:23 de 05-01-2017, John Cartwright escreveu:

Thanks.  I used wireshark to trace the session and it appears that QGIS
is attempting to make the connection with TLSv1 which I think is at
least part of the problem.

Can either of you tell me what protocol and cipher suites you’re using?
what OS you’re running on?  Is there anyway to force QGIS to use a
different protocol?

Thanks!

—john


On Jan 4, 2017, at 1:59 AM, Pasquale Di Donato

> wrote:

Hi John,

I can access your service too. Using QGIS 2.14.8.
Maybe you have an issue with a proxy?

Pasquale

On Wed, Jan 4, 2017 at 12:57 AM, Jorge Gustavo Rocha

> wrote:

   Hi John,

   I've added your WMS service and it works without any problem. I've
   just added the url and the connect works. The capabilities are
   displayed.

   You can check the print screen [1] with your https WMS layer.

   I'm using QGIS 2.18.2 on Ubuntu. Which OS are you using?

   Regards,

   Jorge Gustavo

   [1] http://webgis.di.uminho.pt/~jgr/wms%20with%20https.png
   


   Às 17:42 de 03-01-2017 , John Cartwright escreveu:

   Thanks for your reply Luigi!  To be clear, the WMS service
   that I’m
   trying to connect to does not require a username/password but
   is only
   available via https.  The server (https://maps.ngdc.noaa.gov
   ) has a
   valid CA certificate.  I tried adding a SSL Server Configuration
(preferences -> authentication -> Manage Certificates ->
   Server) and
   while the entry appears to be valid, I still get the SSL
   Handshake error
   when trying add a WMS layer.

   Any further ideas?  Here’s the actual URL I’m trying to add:

   
https://maps.ngdc.noaa.gov/arcgis/services/gebco08_hillshade/MapServer/WMSServer?request=GetCapabilities=WMS
   


   Thanks again for your help!

   —john


   On Jan 2, 2017, at 1:52 AM, Luigi Pirelli
   

   >> wrote:

   Hi John

   SSL is managed storing credentials using the QGIS
   Authentication
   Manager that store credentials in the same way as Firefox,
   in a master
   pwd crypted store in your $home/.qgis2/qgis-auth.db.
   You should managed credentials using
   Settings->options->authentication.

   QGIS uses OpenSSL => and specifically can import different
   king of
   credential method (using plugins => can be expanded). De
   default auth
   method installed are listed in the documentation:
   
https://docs.qgis.org/2.14/en/docs/user_manual/auth_system/auth_overview.html
   


   what is you auth method? can you explain the workflow you
   followed to
   store and use your credentials?

   

Re: [Qgis-user] WMS via https - "SSL handshake failed"

2017-01-05 Thread John Cartwright
Thanks Jorge, that helps confirm my suspicion.  Are you running on linux?  
Based on this ticket (https://hub.qgis.org/issues/11473 
), it sounds like the supported protocols 
may be dependent on the version of Qt that QGIS is using. Do you happen to know 
which version you’re using?

—john

> On Jan 5, 2017, at 4:30 PM, Jorge Gustavo Rocha  wrote:
> 
> Hi John,
> 
> I've captured QGIS packets to/from the WMS service, after clicking "Connect" 
> on QGIS (to get the capabilities document).
> 
> The print screen is available at [1].
> 
> Wireshark reports the protocol as TLSv1.2.
> 
> Regards,
> 
> Jorge
> 
> [1] http://webgis.di.uminho.pt/~jgr/qgis-connect-https-wms-service.png
> 
> 
> Às 18:23 de 05-01-2017, John Cartwright escreveu:
>> Thanks.  I used wireshark to trace the session and it appears that QGIS
>> is attempting to make the connection with TLSv1 which I think is at
>> least part of the problem.
>> 
>> Can either of you tell me what protocol and cipher suites you’re using?
>> what OS you’re running on?  Is there anyway to force QGIS to use a
>> different protocol?
>> 
>> Thanks!
>> 
>> —john
>> 
>>> On Jan 4, 2017, at 1:59 AM, Pasquale Di Donato
>>> > wrote:
>>> 
>>> Hi John,
>>> 
>>> I can access your service too. Using QGIS 2.14.8.
>>> Maybe you have an issue with a proxy?
>>> 
>>> Pasquale
>>> 
>>> On Wed, Jan 4, 2017 at 12:57 AM, Jorge Gustavo Rocha >> > wrote:
>>> 
>>>Hi John,
>>> 
>>>I've added your WMS service and it works without any problem. I've
>>>just added the url and the connect works. The capabilities are
>>>displayed.
>>> 
>>>You can check the print screen [1] with your https WMS layer.
>>> 
>>>I'm using QGIS 2.18.2 on Ubuntu. Which OS are you using?
>>> 
>>>Regards,
>>> 
>>>Jorge Gustavo
>>> 
>>>[1] http://webgis.di.uminho.pt/~jgr/wms%20with%20https.png
>>>
>>> 
>>> 
>>>Às 17:42 de 03-01-2017 , John Cartwright escreveu:
>>> 
>>>Thanks for your reply Luigi!  To be clear, the WMS service
>>>that I’m
>>>trying to connect to does not require a username/password but
>>>is only
>>>available via https.  The server (https://maps.ngdc.noaa.gov
>>>) has a
>>>valid CA certificate.  I tried adding a SSL Server Configuration
>>> (preferences -> authentication -> Manage Certificates ->
>>>Server) and
>>>while the entry appears to be valid, I still get the SSL
>>>Handshake error
>>>when trying add a WMS layer.
>>> 
>>>Any further ideas?  Here’s the actual URL I’m trying to add:
>>> 
>>>
>>> https://maps.ngdc.noaa.gov/arcgis/services/gebco08_hillshade/MapServer/WMSServer?request=GetCapabilities=WMS
>>>
>>> 
>>> 
>>>Thanks again for your help!
>>> 
>>>—john
>>> 
>>> 
>>>On Jan 2, 2017, at 1:52 AM, Luigi Pirelli
>>>
>>>>> wrote:
>>> 
>>>Hi John
>>> 
>>>SSL is managed storing credentials using the QGIS
>>>Authentication
>>>Manager that store credentials in the same way as Firefox,
>>>in a master
>>>pwd crypted store in your $home/.qgis2/qgis-auth.db.
>>>You should managed credentials using
>>>Settings->options->authentication.
>>> 
>>>QGIS uses OpenSSL => and specifically can import different
>>>king of
>>>credential method (using plugins => can be expanded). De
>>>default auth
>>>method installed are listed in the documentation:
>>>
>>> https://docs.qgis.org/2.14/en/docs/user_manual/auth_system/auth_overview.html
>>>
>>> 
>>> 
>>>what is you auth method? can you explain the workflow you
>>>followed to
>>>store and use your credentials?
>>> 
>>>regards
>>>Luigi Pirelli
>>> 
>>>
>>> **
>>>* Boundless QGIS Support/Development: lpirelli AT
>>>boundlessgeo DOT com
>>>* LinkedIn: https://www.linkedin.com/in/luigipirelli
>>>
>>>* Stackexchange:
>>>http://gis.stackexchange.com/users/19667/luigi-pirelli
>>>
>>>* GitHub: 

Re: [Qgis-user] WMS via https - "SSL handshake failed"

2017-01-05 Thread Jorge Gustavo Rocha

Hi John,

I've captured QGIS packets to/from the WMS service, after clicking 
"Connect" on QGIS (to get the capabilities document).


The print screen is available at [1].

Wireshark reports the protocol as TLSv1.2.

Regards,

Jorge

[1] http://webgis.di.uminho.pt/~jgr/qgis-connect-https-wms-service.png


Às 18:23 de 05-01-2017, John Cartwright escreveu:

Thanks.  I used wireshark to trace the session and it appears that QGIS
is attempting to make the connection with TLSv1 which I think is at
least part of the problem.

Can either of you tell me what protocol and cipher suites you’re using?
 what OS you’re running on?  Is there anyway to force QGIS to use a
different protocol?

Thanks!

—john


On Jan 4, 2017, at 1:59 AM, Pasquale Di Donato
> wrote:

Hi John,

I can access your service too. Using QGIS 2.14.8.
Maybe you have an issue with a proxy?

Pasquale

On Wed, Jan 4, 2017 at 12:57 AM, Jorge Gustavo Rocha > wrote:

Hi John,

I've added your WMS service and it works without any problem. I've
just added the url and the connect works. The capabilities are
displayed.

You can check the print screen [1] with your https WMS layer.

I'm using QGIS 2.18.2 on Ubuntu. Which OS are you using?

Regards,

Jorge Gustavo

[1] http://webgis.di.uminho.pt/~jgr/wms%20with%20https.png



Às 17:42 de 03-01-2017 , John Cartwright escreveu:

Thanks for your reply Luigi!  To be clear, the WMS service
that I’m
trying to connect to does not require a username/password but
is only
available via https.  The server (https://maps.ngdc.noaa.gov
) has a
valid CA certificate.  I tried adding a SSL Server Configuration
 (preferences -> authentication -> Manage Certificates ->
Server) and
while the entry appears to be valid, I still get the SSL
Handshake error
when trying add a WMS layer.

Any further ideas?  Here’s the actual URL I’m trying to add:


https://maps.ngdc.noaa.gov/arcgis/services/gebco08_hillshade/MapServer/WMSServer?request=GetCapabilities=WMS



Thanks again for your help!

—john


On Jan 2, 2017, at 1:52 AM, Luigi Pirelli

>> wrote:

Hi John

SSL is managed storing credentials using the QGIS
Authentication
Manager that store credentials in the same way as Firefox,
in a master
pwd crypted store in your $home/.qgis2/qgis-auth.db.
You should managed credentials using
Settings->options->authentication.

QGIS uses OpenSSL => and specifically can import different
king of
credential method (using plugins => can be expanded). De
default auth
method installed are listed in the documentation:

https://docs.qgis.org/2.14/en/docs/user_manual/auth_system/auth_overview.html



what is you auth method? can you explain the workflow you
followed to
store and use your credentials?

regards
Luigi Pirelli


**
* Boundless QGIS Support/Development: lpirelli AT
boundlessgeo DOT com
* LinkedIn: https://www.linkedin.com/in/luigipirelli

* Stackexchange:
http://gis.stackexchange.com/users/19667/luigi-pirelli

* GitHub: https://github.com/luipir
* Mastering QGIS 2nd Edition:
*

https://www.packtpub.com/big-data-and-business-intelligence/mastering-qgis-second-edition



**


On 29 December 2016 at 22:38, John Cartwright
> wrote:

Hello All,

I’m trying to use a WMS service over https and get the
following
error when trying to connect:

Failed to download capabilities:
Download of capabilities 

Re: [Qgis-user] WMS via https - "SSL handshake failed"

2017-01-05 Thread John Cartwright
Thanks.  I used wireshark to trace the session and it appears that QGIS is 
attempting to make the connection with TLSv1 which I think is at least part of 
the problem.

Can either of you tell me what protocol and cipher suites you’re using?  what 
OS you’re running on?  Is there anyway to force QGIS to use a different 
protocol?

Thanks!

—john

> On Jan 4, 2017, at 1:59 AM, Pasquale Di Donato  
> wrote:
> 
> Hi John,
> 
> I can access your service too. Using QGIS 2.14.8.
> Maybe you have an issue with a proxy?
> 
> Pasquale
> 
> On Wed, Jan 4, 2017 at 12:57 AM, Jorge Gustavo Rocha  > wrote:
> Hi John,
> 
> I've added your WMS service and it works without any problem. I've just added 
> the url and the connect works. The capabilities are displayed.
> 
> You can check the print screen [1] with your https WMS layer.
> 
> I'm using QGIS 2.18.2 on Ubuntu. Which OS are you using?
> 
> Regards,
> 
> Jorge Gustavo
> 
> [1] http://webgis.di.uminho.pt/~jgr/wms%20with%20https.png 
> 
> 
> 
> Às 17:42 de 03-01-2017 , John Cartwright escreveu:
> Thanks for your reply Luigi!  To be clear, the WMS service that I’m
> trying to connect to does not require a username/password but is only
> available via https.  The server (https://maps.ngdc.noaa.gov 
> ) has a
> valid CA certificate.  I tried adding a SSL Server Configuration
>  (preferences -> authentication -> Manage Certificates -> Server) and
> while the entry appears to be valid, I still get the SSL Handshake error
> when trying add a WMS layer.
> 
> Any further ideas?  Here’s the actual URL I’m trying to add:
> 
> https://maps.ngdc.noaa.gov/arcgis/services/gebco08_hillshade/MapServer/WMSServer?request=GetCapabilities=WMS
>  
> 
> 
> Thanks again for your help!
> 
> —john
> 
> 
> On Jan 2, 2017, at 1:52 AM, Luigi Pirelli  
> >> wrote:
> 
> Hi John
> 
> SSL is managed storing credentials using the QGIS Authentication
> Manager that store credentials in the same way as Firefox, in a master
> pwd crypted store in your $home/.qgis2/qgis-auth.db.
> You should managed credentials using Settings->options->authentication.
> 
> QGIS uses OpenSSL => and specifically can import different king of
> credential method (using plugins => can be expanded). De default auth
> method installed are listed in the documentation:
> https://docs.qgis.org/2.14/en/docs/user_manual/auth_system/auth_overview.html 
> 
> 
> what is you auth method? can you explain the workflow you followed to
> store and use your credentials?
> 
> regards
> Luigi Pirelli
> 
> **
> * Boundless QGIS Support/Development: lpirelli AT boundlessgeo DOT com
> * LinkedIn: https://www.linkedin.com/in/luigipirelli 
> 
> * Stackexchange: http://gis.stackexchange.com/users/19667/luigi-pirelli 
> 
> * GitHub: https://github.com/luipir 
> * Mastering QGIS 2nd Edition:
> *
> https://www.packtpub.com/big-data-and-business-intelligence/mastering-qgis-second-edition
>  
> 
> **
> 
> 
> On 29 December 2016 at 22:38, John Cartwright
> > wrote:
> Hello All,
> 
> I’m trying to use a WMS service over https and get the following
> error when trying to connect:
> 
> Failed to download capabilities:
> Download of capabilities failed: SSL handshake failed
> 
> The URL works fine in a browser though.  I’m guessing that QGIS and
> the server are not able to agree on a cipher suite.  Can anyone tell
> me what ciphers QGIS supports or any way to get more insight into the
> underlying problem?
> 
> QGIS is version 2.18.2.
> 
> Thanks!
> 
> —john
> 
> ___
> Qgis-user mailing list
> Qgis-user@lists.osgeo.org 
> List info: http://lists.osgeo.org/mailman/listinfo/qgis-user 
> 
> Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-user 
> 
> 
> 
> 
> ___
> Qgis-user mailing list
> Qgis-user@lists.osgeo.org 
> List info: http://lists.osgeo.org/mailman/listinfo/qgis-user 
> 

Re: [Qgis-user] WMS via https - "SSL handshake failed"

2017-01-04 Thread Pasquale Di Donato
Hi John,

I can access your service too. Using QGIS 2.14.8.
Maybe you have an issue with a proxy?

Pasquale

On Wed, Jan 4, 2017 at 12:57 AM, Jorge Gustavo Rocha 
wrote:

> Hi John,
>
> I've added your WMS service and it works without any problem. I've just
> added the url and the connect works. The capabilities are displayed.
>
> You can check the print screen [1] with your https WMS layer.
>
> I'm using QGIS 2.18.2 on Ubuntu. Which OS are you using?
>
> Regards,
>
> Jorge Gustavo
>
> [1] http://webgis.di.uminho.pt/~jgr/wms%20with%20https.png
>
>
> Às 17:42 de 03-01-2017, John Cartwright escreveu:
>
>> Thanks for your reply Luigi!  To be clear, the WMS service that I’m
>> trying to connect to does not require a username/password but is only
>> available via https.  The server (https://maps.ngdc.noaa.gov) has a
>> valid CA certificate.  I tried adding a SSL Server Configuration
>>  (preferences -> authentication -> Manage Certificates -> Server) and
>> while the entry appears to be valid, I still get the SSL Handshake error
>> when trying add a WMS layer.
>>
>> Any further ideas?  Here’s the actual URL I’m trying to add:
>>
>> https://maps.ngdc.noaa.gov/arcgis/services/gebco08_hillshade
>> /MapServer/WMSServer?request=GetCapabilities=WMS
>>
>> Thanks again for your help!
>>
>> —john
>>
>>
>> On Jan 2, 2017, at 1:52 AM, Luigi Pirelli >> > wrote:
>>>
>>> Hi John
>>>
>>> SSL is managed storing credentials using the QGIS Authentication
>>> Manager that store credentials in the same way as Firefox, in a master
>>> pwd crypted store in your $home/.qgis2/qgis-auth.db.
>>> You should managed credentials using Settings->options->authentication.
>>>
>>> QGIS uses OpenSSL => and specifically can import different king of
>>> credential method (using plugins => can be expanded). De default auth
>>> method installed are listed in the documentation:
>>> https://docs.qgis.org/2.14/en/docs/user_manual/auth_system/a
>>> uth_overview.html
>>>
>>> what is you auth method? can you explain the workflow you followed to
>>> store and use your credentials?
>>>
>>> regards
>>> Luigi Pirelli
>>>
>>> 
>>> **
>>> * Boundless QGIS Support/Development: lpirelli AT boundlessgeo DOT com
>>> * LinkedIn: https://www.linkedin.com/in/luigipirelli
>>> * Stackexchange: http://gis.stackexchange.com/users/19667/luigi-pirelli
>>> * GitHub: https://github.com/luipir
>>> * Mastering QGIS 2nd Edition:
>>> *
>>> https://www.packtpub.com/big-data-and-business-intelligence/
>>> mastering-qgis-second-edition
>>> 
>>> **
>>>
>>>
>>> On 29 December 2016 at 22:38, John Cartwright
>>>  wrote:
>>>
 Hello All,

 I’m trying to use a WMS service over https and get the following
 error when trying to connect:

 Failed to download capabilities:
 Download of capabilities failed: SSL handshake failed

 The URL works fine in a browser though.  I’m guessing that QGIS and
 the server are not able to agree on a cipher suite.  Can anyone tell
 me what ciphers QGIS supports or any way to get more insight into the
 underlying problem?

 QGIS is version 2.18.2.

 Thanks!

 —john

 ___
 Qgis-user mailing list
 Qgis-user@lists.osgeo.org
 List info: http://lists.osgeo.org/mailman/listinfo/qgis-user
 Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-user

>>>
>>
>>
>> ___
>> Qgis-user mailing list
>> Qgis-user@lists.osgeo.org
>> List info: http://lists.osgeo.org/mailman/listinfo/qgis-user
>> Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-user
>>
>>
> J. Gustavo
> --
> Jorge Gustavo Rocha
> Departamento de Informática
> Universidade do Minho
> 4710-057 Braga
> Tel: +351 253604480
> Fax: +351 253604471
> Móvel: +351 910333888
> skype: nabocudnosor
>
>
> ___
> Qgis-user mailing list
> Qgis-user@lists.osgeo.org
> List info: http://lists.osgeo.org/mailman/listinfo/qgis-user
> Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-user
>
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: http://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] WMS via https - "SSL handshake failed"

2017-01-03 Thread Jorge Gustavo Rocha

Hi John,

I've added your WMS service and it works without any problem. I've just 
added the url and the connect works. The capabilities are displayed.


You can check the print screen [1] with your https WMS layer.

I'm using QGIS 2.18.2 on Ubuntu. Which OS are you using?

Regards,

Jorge Gustavo

[1] http://webgis.di.uminho.pt/~jgr/wms%20with%20https.png


Às 17:42 de 03-01-2017, John Cartwright escreveu:

Thanks for your reply Luigi!  To be clear, the WMS service that I’m
trying to connect to does not require a username/password but is only
available via https.  The server (https://maps.ngdc.noaa.gov) has a
valid CA certificate.  I tried adding a SSL Server Configuration
 (preferences -> authentication -> Manage Certificates -> Server) and
while the entry appears to be valid, I still get the SSL Handshake error
when trying add a WMS layer.

Any further ideas?  Here’s the actual URL I’m trying to add:

https://maps.ngdc.noaa.gov/arcgis/services/gebco08_hillshade/MapServer/WMSServer?request=GetCapabilities=WMS

Thanks again for your help!

—john



On Jan 2, 2017, at 1:52 AM, Luigi Pirelli > wrote:

Hi John

SSL is managed storing credentials using the QGIS Authentication
Manager that store credentials in the same way as Firefox, in a master
pwd crypted store in your $home/.qgis2/qgis-auth.db.
You should managed credentials using Settings->options->authentication.

QGIS uses OpenSSL => and specifically can import different king of
credential method (using plugins => can be expanded). De default auth
method installed are listed in the documentation:
https://docs.qgis.org/2.14/en/docs/user_manual/auth_system/auth_overview.html

what is you auth method? can you explain the workflow you followed to
store and use your credentials?

regards
Luigi Pirelli

**
* Boundless QGIS Support/Development: lpirelli AT boundlessgeo DOT com
* LinkedIn: https://www.linkedin.com/in/luigipirelli
* Stackexchange: http://gis.stackexchange.com/users/19667/luigi-pirelli
* GitHub: https://github.com/luipir
* Mastering QGIS 2nd Edition:
*
https://www.packtpub.com/big-data-and-business-intelligence/mastering-qgis-second-edition
**


On 29 December 2016 at 22:38, John Cartwright
 wrote:

Hello All,

I’m trying to use a WMS service over https and get the following
error when trying to connect:

Failed to download capabilities:
Download of capabilities failed: SSL handshake failed

The URL works fine in a browser though.  I’m guessing that QGIS and
the server are not able to agree on a cipher suite.  Can anyone tell
me what ciphers QGIS supports or any way to get more insight into the
underlying problem?

QGIS is version 2.18.2.

Thanks!

—john

___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: http://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-user




___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: http://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-user



J. Gustavo
--
Jorge Gustavo Rocha
Departamento de Informática
Universidade do Minho
4710-057 Braga
Tel: +351 253604480
Fax: +351 253604471
Móvel: +351 910333888
skype: nabocudnosor

___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: http://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] WMS via https - "SSL handshake failed"

2017-01-03 Thread Luigi Pirelli
Hi John

as far as I understand, you only added server CA in qgis auth
configuration, and it's not enough to be authenticated by a fully SSL
featured server, you need a client certificate identity that could be
authorized by the server. Some identity that the server can trust. You
have to add an identity certificate as in the guide:
https://docs.qgis.org/2.14/en/docs/user_manual/auth_system/auth_overview.html#authentication-methods.

You only added a server CA that is useful in case you need to have a
client side certification of the server to avoid Man-In-the-Middle
attacks.

BTW, with your server you don't need to be authenticated as you can
see in the attached link. Just add a WMS service!

https://dl.dropboxusercontent.com/u/12837459/Screenshot%20from%202017-01-03%2023-05-00.png

Luigi Pirelli

**
* Boundless QGIS Support/Development: lpirelli AT boundlessgeo DOT com
* LinkedIn: https://www.linkedin.com/in/luigipirelli
* Stackexchange: http://gis.stackexchange.com/users/19667/luigi-pirelli
* GitHub: https://github.com/luipir
* Mastering QGIS 2nd Edition:
* 
https://www.packtpub.com/big-data-and-business-intelligence/mastering-qgis-second-edition
**


On 3 January 2017 at 18:42, John Cartwright
 wrote:
> Thanks for your reply Luigi!  To be clear, the WMS service that I’m trying
> to connect to does not require a username/password but is only available via
> https.  The server (https://maps.ngdc.noaa.gov) has a valid CA certificate.
> I tried adding a SSL Server Configuration  (preferences -> authentication ->
> Manage Certificates -> Server) and while the entry appears to be valid, I
> still get the SSL Handshake error when trying add a WMS layer.
>
> Any further ideas?  Here’s the actual URL I’m trying to add:
>
> https://maps.ngdc.noaa.gov/arcgis/services/gebco08_hillshade/MapServer/WMSServer?request=GetCapabilities=WMS
>
> Thanks again for your help!
>
> —john
>
>
> On Jan 2, 2017, at 1:52 AM, Luigi Pirelli  wrote:
>
> Hi John
>
> SSL is managed storing credentials using the QGIS Authentication
> Manager that store credentials in the same way as Firefox, in a master
> pwd crypted store in your $home/.qgis2/qgis-auth.db.
> You should managed credentials using Settings->options->authentication.
>
> QGIS uses OpenSSL => and specifically can import different king of
> credential method (using plugins => can be expanded). De default auth
> method installed are listed in the documentation:
> https://docs.qgis.org/2.14/en/docs/user_manual/auth_system/auth_overview.html
>
> what is you auth method? can you explain the workflow you followed to
> store and use your credentials?
>
> regards
> Luigi Pirelli
>
> **
> * Boundless QGIS Support/Development: lpirelli AT boundlessgeo DOT com
> * LinkedIn: https://www.linkedin.com/in/luigipirelli
> * Stackexchange: http://gis.stackexchange.com/users/19667/luigi-pirelli
> * GitHub: https://github.com/luipir
> * Mastering QGIS 2nd Edition:
> *
> https://www.packtpub.com/big-data-and-business-intelligence/mastering-qgis-second-edition
> **
>
>
> On 29 December 2016 at 22:38, John Cartwright
>  wrote:
>
> Hello All,
>
> I’m trying to use a WMS service over https and get the following error when
> trying to connect:
>
> Failed to download capabilities:
> Download of capabilities failed: SSL handshake failed
>
> The URL works fine in a browser though.  I’m guessing that QGIS and the
> server are not able to agree on a cipher suite.  Can anyone tell me what
> ciphers QGIS supports or any way to get more insight into the underlying
> problem?
>
> QGIS is version 2.18.2.
>
> Thanks!
>
> —john
>
> ___
> Qgis-user mailing list
> Qgis-user@lists.osgeo.org
> List info: http://lists.osgeo.org/mailman/listinfo/qgis-user
> Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-user
>
>
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: http://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] WMS via https - "SSL handshake failed"

2017-01-03 Thread John Cartwright
Thanks for your reply Luigi!  To be clear, the WMS service that I’m trying to 
connect to does not require a username/password but is only available via 
https.  The server (https://maps.ngdc.noaa.gov ) 
has a valid CA certificate.  I tried adding a SSL Server Configuration  
(preferences -> authentication -> Manage Certificates -> Server) and while the 
entry appears to be valid, I still get the SSL Handshake error when trying add 
a WMS layer.

Any further ideas?  Here’s the actual URL I’m trying to add:

https://maps.ngdc.noaa.gov/arcgis/services/gebco08_hillshade/MapServer/WMSServer?request=GetCapabilities=WMS
 


Thanks again for your help!

—john


> On Jan 2, 2017, at 1:52 AM, Luigi Pirelli  wrote:
> 
> Hi John
> 
> SSL is managed storing credentials using the QGIS Authentication
> Manager that store credentials in the same way as Firefox, in a master
> pwd crypted store in your $home/.qgis2/qgis-auth.db.
> You should managed credentials using Settings->options->authentication.
> 
> QGIS uses OpenSSL => and specifically can import different king of
> credential method (using plugins => can be expanded). De default auth
> method installed are listed in the documentation:
> https://docs.qgis.org/2.14/en/docs/user_manual/auth_system/auth_overview.html
> 
> what is you auth method? can you explain the workflow you followed to
> store and use your credentials?
> 
> regards
> Luigi Pirelli
> 
> **
> * Boundless QGIS Support/Development: lpirelli AT boundlessgeo DOT com
> * LinkedIn: https://www.linkedin.com/in/luigipirelli
> * Stackexchange: http://gis.stackexchange.com/users/19667/luigi-pirelli
> * GitHub: https://github.com/luipir
> * Mastering QGIS 2nd Edition:
> * 
> https://www.packtpub.com/big-data-and-business-intelligence/mastering-qgis-second-edition
> **
> 
> 
> On 29 December 2016 at 22:38, John Cartwright
>  wrote:
>> Hello All,
>> 
>> I’m trying to use a WMS service over https and get the following error when 
>> trying to connect:
>> 
>> Failed to download capabilities:
>> Download of capabilities failed: SSL handshake failed
>> 
>> The URL works fine in a browser though.  I’m guessing that QGIS and the 
>> server are not able to agree on a cipher suite.  Can anyone tell me what 
>> ciphers QGIS supports or any way to get more insight into the underlying 
>> problem?
>> 
>> QGIS is version 2.18.2.
>> 
>> Thanks!
>> 
>> —john
>> 
>> ___
>> Qgis-user mailing list
>> Qgis-user@lists.osgeo.org
>> List info: http://lists.osgeo.org/mailman/listinfo/qgis-user
>> Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-user

___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: http://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] WMS via https - "SSL handshake failed"

2017-01-02 Thread Luigi Pirelli
Hi John

SSL is managed storing credentials using the QGIS Authentication
Manager that store credentials in the same way as Firefox, in a master
pwd crypted store in your $home/.qgis2/qgis-auth.db.
You should managed credentials using Settings->options->authentication.

QGIS uses OpenSSL => and specifically can import different king of
credential method (using plugins => can be expanded). De default auth
method installed are listed in the documentation:
https://docs.qgis.org/2.14/en/docs/user_manual/auth_system/auth_overview.html

what is you auth method? can you explain the workflow you followed to
store and use your credentials?

regards
Luigi Pirelli

**
* Boundless QGIS Support/Development: lpirelli AT boundlessgeo DOT com
* LinkedIn: https://www.linkedin.com/in/luigipirelli
* Stackexchange: http://gis.stackexchange.com/users/19667/luigi-pirelli
* GitHub: https://github.com/luipir
* Mastering QGIS 2nd Edition:
* 
https://www.packtpub.com/big-data-and-business-intelligence/mastering-qgis-second-edition
**


On 29 December 2016 at 22:38, John Cartwright
 wrote:
> Hello All,
>
> I’m trying to use a WMS service over https and get the following error when 
> trying to connect:
>
> Failed to download capabilities:
> Download of capabilities failed: SSL handshake failed
>
> The URL works fine in a browser though.  I’m guessing that QGIS and the 
> server are not able to agree on a cipher suite.  Can anyone tell me what 
> ciphers QGIS supports or any way to get more insight into the underlying 
> problem?
>
> QGIS is version 2.18.2.
>
> Thanks!
>
> —john
>
> ___
> Qgis-user mailing list
> Qgis-user@lists.osgeo.org
> List info: http://lists.osgeo.org/mailman/listinfo/qgis-user
> Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-user
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: http://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-user

[Qgis-user] WMS via https - "SSL handshake failed"

2016-12-29 Thread John Cartwright
Hello All,

I’m trying to use a WMS service over https and get the following error when 
trying to connect:

Failed to download capabilities:
Download of capabilities failed: SSL handshake failed

The URL works fine in a browser though.  I’m guessing that QGIS and the server 
are not able to agree on a cipher suite.  Can anyone tell me what ciphers QGIS 
supports or any way to get more insight into the underlying problem?

QGIS is version 2.18.2.

Thanks!

—john

___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: http://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] WMS failed to connect - Re: Problems with wfs client

2016-07-30 Thread Jeff McKenna

Hi Michael,

I can confirm your issue, with QGIS 2.16.0-3 on Windows 10, and an old 
Vista machine.  I have no problems with that WMS service with an older 
QGIS 2.14.0 however.


-jeff

--
Jeff McKenna
MapServer Consulting and Training Services
http://www.gatewaygeomatics.com/



On 2016-07-29 8:29 PM, Michael Harte wrote:

May be related to WFS failure.

Have tested WMS on Windows 7 Enterprise and OpenSUSE 13.2 in 2.16.

Failed to load WMS on both systems.

Message reads:  "Failed to download capabilities:  Download of
capabilities failed:  Connection closed."

URL tested is:
https://gisservices.information.qld.gov.au/arcgis/services/Imagery/QldBase_AllUsers/ImageServer/WMSServer?

Attempted with and without trailing "?"

--
Michael Harte
mha...@ozemail.com.au




___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: http://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-user

[Qgis-user] WMS failed to connect - Re: Problems with wfs client

2016-07-29 Thread Michael Harte

May be related to WFS failure.

Have tested WMS on Windows 7 Enterprise and OpenSUSE 13.2 in 2.16.

Failed to load WMS on both systems.

Message reads:  "Failed to download capabilities:  Download of 
capabilities failed:  Connection closed."


URL tested is: 
https://gisservices.information.qld.gov.au/arcgis/services/Imagery/QldBase_AllUsers/ImageServer/WMSServer?


Attempted with and without trailing "?"

--
Michael Harte
mha...@ozemail.com.au

___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: http://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] WMS-Cache: Value forgotten?

2016-06-21 Thread Richard Duivenvoorde
On 21-06-16 00:42, Nyall Dawson wrote:
> > wrote:
>>
>> Hello,
>>
>> I have problems with WMS-Cache in QGIS.
>>
>> My correct path to the cache was not saved, see here:
>>
>>  
> That's been fixed for 2.16, and I assume the fix will be backported to
> 2.14 too.

FYI: http://hub.qgis.org/issues/14990 (now closed)

Regards,

Richard

___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: http://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] WMS-Cache: Value forgotten?

2016-06-20 Thread Nyall Dawson
On 20 Jun 2016 11:27 PM, "Elstermann, Mike" 
wrote:
>
> Hello,
>
>
>
> I have problems with WMS-Cache in QGIS.
>
> My correct path to the cache was not saved, see here:
https://geoobserver.files.wordpress.com/2016/06/qgis_wms_cache_forgotten_1.gif
>
>
That's been fixed for 2.16, and I assume the fix will be backported to 2.14
too.

Nyall
>
> Some ideas?
>
> THX, mikeE., The geoObserver.
>
>
>
>
> ___
> Qgis-user mailing list
> Qgis-user@lists.osgeo.org
> List info: http://lists.osgeo.org/mailman/listinfo/qgis-user
> Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-user
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: http://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-user

[Qgis-user] WMS-Cache: Value forgotten?

2016-06-20 Thread Elstermann, Mike
Hello,

I have problems with WMS-Cache in QGIS.
My correct path to the cache was not saved, see here: 
https://geoobserver.files.wordpress.com/2016/06/qgis_wms_cache_forgotten_1.gif

Some ideas?
THX, mikeE., The geoObserver.

___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: http://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] wms-layer-legend in print composer distorted

2015-11-02 Thread Luigi Pirelli
How is the resolution of the same legend i the QGIS Layer panel?

remember that you can set WMS getLegendGraphic resolution in:

Options->settings->Canvas>WMS getLegendGraphics resolution

regards
Luigi Pirelli

**
* LinkedIn: https://www.linkedin.com/in/luigipirelli
* Elance: https://www.elance.com/s/edit/luigipirelli/
* GitHub: https://github.com/luipir
* Stackexchange: http://gis.stackexchange.com/users/19667/luigi-pirelli
* Mastering QGIS:
https://www.packtpub.com/application-development/mastering-qgis
**


On 2 November 2015 at 09:04, Julian Schall  wrote:
> Hi all,
>
> if i want to include a wms-Layer into a print composition the associated
> legend is distorted (compare attached picture).
>
> Is there a possibility known to get the wms-legend in the correct format?
>
>
>
> Regards
>
>
> Julian
>
>
>
>
> ___
> Qgis-user mailing list
> Qgis-user@lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/qgis-user
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user

[Qgis-user] wms-layer-legend in print composer distorted

2015-11-02 Thread Julian Schall
Hi all,

if i want to include a wms-Layer into a print composition the associated
legend is distorted (compare attached picture).

Is there a possibility known to get the wms-legend in the correct format?

 

Regards


Julian

 

___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] wms-layer-legend in print composer distorted

2015-11-02 Thread Julian Schall
Hi Luigi,

>>How is the resolution of the same legend i the QGIS Layer panel?
>>remember that you can set WMS getLegendGraphic resolution in:
>>Options->settings->Canvas>WMS getLegendGraphics resolution

In the layer panel appears a legend icon if I set the resolution 0. Resolution 
>=1 prohibits an icon in the layerlist.
The distortion doesn't depend on the adjustment of the option WMS 
getLegendGraphics resolution.

Regards

Julian


**
* LinkedIn: https://www.linkedin.com/in/luigipirelli
* Elance: https://www.elance.com/s/edit/luigipirelli/
* GitHub: https://github.com/luipir
* Stackexchange: http://gis.stackexchange.com/users/19667/luigi-pirelli
* Mastering QGIS:
https://www.packtpub.com/application-development/mastering-qgis
**


On 2 November 2015 at 09:04, Julian Schall  wrote:
> Hi all,
>
> if i want to include a wms-Layer into a print composition the 
> associated legend is distorted (compare attached picture).
>
> Is there a possibility known to get the wms-legend in the correct format?
>
>
>
> Regards
>
>
> Julian
>
>
>
>
> ___
> Qgis-user mailing list
> Qgis-user@lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/qgis-user

___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user

[Qgis-user] WMS

2015-10-31 Thread Kayla Hanning
Hi,
I'm new at QGIS, however, when I first began learning this program I was
able to export my map with the WMS layer exporting. Now everytime I export
my map from the print composer my WMS layer is not exporting. Leaving me
just my shape files.
Can anyone direct me the right way.

thanks
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] WMS

2015-10-31 Thread Till Adams

Hi Kayla,

may be this is an issue of the WMS you are using. WMS'ses are often 
restricted in max-pixel-output. Maybe your resolution and/or size of the 
printout output is too big, so that QGIS requests a too large image from 
the WMS. Then WMS doesn't give back a map-image.


Try a small output (small map) with a low resolution and check, if WMS 
will be printed. If so, go up with resolution OR size.


So far, Till

Am 31.10.2015 18:20, schrieb Kayla Hanning:

Hi,
I'm new at QGIS, however, when I first began learning this program I 
was able to export my map with the WMS layer exporting. Now everytime 
I export my map from the print composer my WMS layer is not exporting. 
Leaving me just my shape files.

Can anyone direct me the right way.

thanks


___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] WMS display issue and QGIS based standalone application

2015-10-21 Thread Tim Sutton
Hi Thomas

> On 12 Oct 2015, at 18:08, Thomas Gratier  wrote:
> 
> Hi,
> 
> I'm working with the Python API to create a standalone app.
> When I reuse this sample from 
> http://kartoza.com/how-to-load-a-qgis-project-in-python/ 
> , it works 
> perfectly with only vector layer(s).
> When I use a WMS with a vector layer, it fails directly.
> I've done two samples to demonstrate the issue. You can take samples from 
> https://framadrop.org/r/kkC2MVV9TH#anlncOhrg5vbo5W7D8Lfjg8ghRq7BTo9flJXvnIV+Io=
>  
> 
>  

It seems like that framadrop.org site is broken (FileConstructor is not a 
constructor (evaluating 'new File(a, data.name, {type: data.type})’)) so I 
cannot view the example. But you said above that you were trying ‘WMS with a 
vector layer’ so I am wondering if you have been trying to add a WMS layer as a 
raster layer rather than a vector layer? If you can just reply with the 
relevant snippet of code you are trying to use that would help to see what is 
going on.

Regards

Tim

> 
> Run the working vector sample with:
> python test_project_standalone_no_wms.py
> 
> Run the non working wms + vector sample with:
> python test_project_standalone.py
> 
> I should miss something. Do you have any clue? It's a bug or a feature 
> (unwanted for my case)?
> 
> Cheers
> 
> Thomas Gratier
> ___
> Qgis-user mailing list
> Qgis-user@lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/qgis-user




Tim Sutton
QGIS Project Steering Committee Member
t...@qgis.org




___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] WMS display issue and QGIS based standalone application

2015-10-21 Thread Thomas Gratier
Hi,

Thanks for your answer, Tim. The framadrop link is working on my side. You
may try again.

So to directly answer to your question without the framadrop issue.

In fact, I do not declare any layer here in the code but I only reference a
different "qgs" file.
One is with only a shapefile (Natural Earth Data countries), a second one
with both shapefile and WMS from OpenGeo GeoServer demo
(exact url for data source is
contextualWMSLegend=0=EPSG:4326=7=10=image/png=ne:NE1_HR_LC_SR_W_DR==
http://demo.boundlessgeo.com/geoserver/wms)


The code is the following (tested with QGIS 2.10)

# coding:utf-8

# A simple demonstration of how to load a QGIS project and then
# show it in a widget.
# This code is public domain, use if for any purpose you see fit.
# Tim Sutton 2015

import os
from qgis.core import QgsProject
from qgis.gui import QgsMapCanvas, QgsLayerTreeMapCanvasBridge
from qgis.core.contextmanagers import qgisapp
from PyQt4.QtCore import QFileInfo, Qt

with qgisapp():
project_path =
os.path.join(os.path.dirname(os.path.realpath(__file__)), 'world.qgs')
canvas = QgsMapCanvas(None)
canvas.setCanvasColor(Qt.white)
canvas.enableAntiAliasing(True)

# Load our project
bridge = QgsLayerTreeMapCanvasBridge(
QgsProject.instance().layerTreeRoot(), canvas)
QgsProject.instance().read(QFileInfo(project_path))
canvas.setCrsTransformEnabled(True)
canvas.mapRenderer().setProjectionsEnabled(True)

canvas.show()

Only `world.qgs` file changes as already explained

Cheers


Thomas Gratier

2015-10-21 23:28 GMT+02:00 Tim Sutton :

> Hi Thomas
>
> On 12 Oct 2015, at 18:08, Thomas Gratier 
> wrote:
>
> Hi,
>
> I'm working with the Python API to create a standalone app.
> When I reuse this sample from
> http://kartoza.com/how-to-load-a-qgis-project-in-python/, it works
> perfectly with only vector layer(s).
> When I use a WMS with a vector layer, it fails directly.
> I've done two samples to demonstrate the issue. You can take samples from
> https://framadrop.org/r/kkC2MVV9TH#anlncOhrg5vbo5W7D8Lfjg8ghRq7BTo9flJXvnIV+Io=
>
>
> It seems like that framadrop.org site is broken (FileConstructor is not a
> constructor (evaluating 'new File(a, data.name, {type: data.type})’)) so
> I cannot view the example. But you said above that you were trying ‘WMS
> with a vector layer’ so I am wondering if you have been trying to add a WMS
> layer as a raster layer rather than a vector layer? If you can just reply
> with the relevant snippet of code you are trying to use that would help to
> see what is going on.
>
> Regards
>
> Tim
>
>
> Run the working vector sample with:
> python test_project_standalone_no_wms.py
>
> Run the non working wms + vector sample with:
> python test_project_standalone.py
>
> I should miss something. Do you have any clue? It's a bug or a feature
> (unwanted for my case)?
>
> Cheers
>
> Thomas Gratier
> ___
> Qgis-user mailing list
> Qgis-user@lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/qgis-user
>
>
>
>
> Tim Sutton
> QGIS Project Steering Committee Member
> t...@qgis.org
>
>
>
>
>
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] WMS display issue and QGIS based standalone application

2015-10-17 Thread Thomas Gratier
Hi,

Thanks for your answer. I'm using QGIS 2.10.1-Pisa on an Ubuntu 14.04 LTS
For both scripts, you will see screenshots for non working sample
https://framapic.org/ESs6fNmIArII/uFqt0e0A and also working one
https://framapic.org/21atQvjmzdq5/4whPjPGL.
Unfortunately, except if there is a debug option to activate for standalone
debug, I don't have any output in the console when running both scripts.

Regards

Thomas Gratier

2015-10-13 23:59 GMT+02:00 Salvatore Larosa :

> Hi Thomas,
>
> On Mon, Oct 12, 2015 at 6:08 PM, Thomas Gratier
>  wrote:
> > Hi,
> >
> > I'm working with the Python API to create a standalone app.
> > When I reuse this sample from
> > http://kartoza.com/how-to-load-a-qgis-project-in-python/, it works
> perfectly
> > with only vector layer(s).
> > When I use a WMS with a vector layer, it fails directly.
> > I've done two samples to demonstrate the issue. You can take samples from
> >
> https://framadrop.org/r/kkC2MVV9TH#anlncOhrg5vbo5W7D8Lfjg8ghRq7BTo9flJXvnIV+Io=
> >
> > Run the working vector sample with:
> > python test_project_standalone_no_wms.py
> >
> > Run the non working wms + vector sample with:
> > python test_project_standalone.py
> >
> > I should miss something. Do you have any clue? It's a bug or a feature
> > (unwanted for my case)?
>
> which QGIS version are you trying with?
> Using master and LTR both scripts do not work for me.
>
> For the non working script are you getting any log in the python shell?
>
> Best Regards,
> -SL
>
> --
> Salvatore Larosa
> linkedIn: http://linkedin.com/in/larosasalvatore
> twitter: @lrssvt
> skype: s.larosa
> IRC: lrssvt on freenode
>
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] WMS display issue and QGIS based standalone application

2015-10-13 Thread Salvatore Larosa
Hi Thomas,

On Mon, Oct 12, 2015 at 6:08 PM, Thomas Gratier
 wrote:
> Hi,
>
> I'm working with the Python API to create a standalone app.
> When I reuse this sample from
> http://kartoza.com/how-to-load-a-qgis-project-in-python/, it works perfectly
> with only vector layer(s).
> When I use a WMS with a vector layer, it fails directly.
> I've done two samples to demonstrate the issue. You can take samples from
> https://framadrop.org/r/kkC2MVV9TH#anlncOhrg5vbo5W7D8Lfjg8ghRq7BTo9flJXvnIV+Io=
>
> Run the working vector sample with:
> python test_project_standalone_no_wms.py
>
> Run the non working wms + vector sample with:
> python test_project_standalone.py
>
> I should miss something. Do you have any clue? It's a bug or a feature
> (unwanted for my case)?

which QGIS version are you trying with?
Using master and LTR both scripts do not work for me.

For the non working script are you getting any log in the python shell?

Best Regards,
-SL

-- 
Salvatore Larosa
linkedIn: http://linkedin.com/in/larosasalvatore
twitter: @lrssvt
skype: s.larosa
IRC: lrssvt on freenode
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user

[Qgis-user] WMS display issue and QGIS based standalone application

2015-10-12 Thread Thomas Gratier
Hi,

I'm working with the Python API to create a standalone app.
When I reuse this sample from
http://kartoza.com/how-to-load-a-qgis-project-in-python/, it works
perfectly with only vector layer(s).
When I use a WMS with a vector layer, it fails directly.
I've done two samples to demonstrate the issue. You can take samples from
https://framadrop.org/r/kkC2MVV9TH#anlncOhrg5vbo5W7D8Lfjg8ghRq7BTo9flJXvnIV+Io=

Run the working vector sample with:
python test_project_standalone_no_wms.py

Run the non working wms + vector sample with:
python test_project_standalone.py

I should miss something. Do you have any clue? It's a bug or a feature
(unwanted for my case)?

Cheers

Thomas Gratier
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] wms call responds with error

2015-09-09 Thread Bernhard Ströbl

Hi Jake,

if you cannot access the plugin repo it seems that QGIS cannot access 
the internet. Firewall?


Bernhard

Am 09.09.2015 um 15:01 schrieb Jake Maier:

Hi Bernhard.
Thanks for staying with me on this problem.
I'm not sure I know what you mean. But I think there may be a problem
accessing it.
I looked at those plugins and try to find and load them in qgis but All in
plugins shows only the installed plugins not any of the plugins from the
repository.
This may be a hint that qgis cannot access the internet.
Any ideas how to dig deeper?
Thanks
Jake

-Original Message-
From: qgis-user-boun...@lists.osgeo.org
[mailto:qgis-user-boun...@lists.osgeo.org] On Behalf Of Bernhard Ströbl
Sent: Wednesday, September 09, 2015 1:53 AM
To: qgis-user@lists.osgeo.org
Subject: Re: [Qgis-user] wms call responds with error

Hi Jake,

can you access the plugins from the official repo?

Bernhard

Am 08.09.2015 um 23:59 schrieb Jake Maier:

I still have the problem that qgis seems not to see the internet. I
can connect to the Maine GIS server with a browser, but when I try
with qgis, I
get: "host ... not found".
I have a stand along pc with windows 7 without proxy. I looked into
the preferences and there no proxies are listed.
Is there anywhere else within qgis where I can check or change how
qgis accesses the internet?
Thanks for help
Jake

-Original Message-
From: qgis-user-boun...@lists.osgeo.org
[mailto:qgis-user-boun...@lists.osgeo.org] On Behalf Of Jake Maier
Sent: Tuesday, September 08, 2015 10:36 AM
To: qgis-user@lists.osgeo.org
Subject: Re: [Qgis-user] wms call responds with error

I had another problem after the installation of the ssd-drive.
The geo-referencer did not start. I checked on the internet and found
the solution in deleting a registry entry about the referencer and
then it work ok.
I also found some info on the web about my problem with the wms
server, but it was not quite the same and I could not get it to work.
I'm not sure if that helps any in finding the problem.
Thanks again looking into it.
Jake

-Original Message-
From: qgis-user-boun...@lists.osgeo.org
[mailto:qgis-user-boun...@lists.osgeo.org] On Behalf Of Bernhard
Ströbl
Sent: Tuesday, September 08, 2015 9:42 AM
To: qgis-user@lists.osgeo.org
Subject: Re: [Qgis-user] wms call responds with error

Hi Jake,

I had no problems in requesting a GetCapabilities in my browser
http://mapserver.maine.gov/wms/mapserv.exe?MAP=c:/wms/basemap.map
ICE=WM
S=GetCapabilities=1.3.0

What happens if you use that URL in your browser? Do you get a
capabilities document or not?
I doubt that this is a QGIS problem. Are you behind a proxy? If yes
you have to tell QGIS in Settings - network.

Bernhard

Am 08.09.2015 um 15:00 schrieb Jake Maier:

Yes, Richard that's the server. And yes I still have the same problem.
I just tried again with Wien and got the same error.
I was hoping it's on the server side, but apparently you had no problems.
I just tried also with the exact link you used and got the same error.
Do you or anyone? have an idea how to troubleshoot this problem?
Thanks for your help
Jake


-Original Message-
From: Richard Duivenvoorde [mailto:rdmaili...@duif.net]
Sent: Tuesday, September 08, 2015 4:53 AM
To: Jake Maier; qgis-user@lists.osgeo.org
Subject: Re: [Qgis-user] wms call responds with error


Hi Jake,

Still having problems?

You did not provide info about which service url you were using.

With Pisa normally my wms's are still working fine.

I googled a mapserver url from maine.gov

http://mapserver.maine.gov/wms/mapserv.exe?MAP=c:/wms/basemap.map

and that one worked fine with me here

Regards,

Richard Duivenvoorde

On 07-09-15 20:46, Jake Maier wrote:

A few years ago, I set up a few wms servers from the Maine GIS
office to download Maine airphotos. This always worked without
problem but all of a sudden I get the following error



WMS Provider

Failed to download capabilities:

Download of capabilities failed: Host mapserver.maine.gov not found.



Mapserver.maine.gov is up and when I go to edit link the http:// is
also there (other than in the error message)

All the wms links do not work anymore including the non-maine.gov sites.

I now updated to Pisa and it is still giving the same error message.

Anyone knows what's going on?

Thanks for any help

Jake

And thank you for being such a fantastic community






__ Information from ESET Mail Security, version of virus signature 
database 12226 (20150909) __

The message was checked by ESET Mail Security.
http://www.eset.com


___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] wms call responds with error

2015-09-09 Thread Jake Maier
Hi Bernhard.
Thanks for staying with me on this problem.
I'm not sure I know what you mean. But I think there may be a problem
accessing it. 
I looked at those plugins and try to find and load them in qgis but All in
plugins shows only the installed plugins not any of the plugins from the
repository.
This may be a hint that qgis cannot access the internet.
Any ideas how to dig deeper?
Thanks
Jake

-Original Message-
From: qgis-user-boun...@lists.osgeo.org
[mailto:qgis-user-boun...@lists.osgeo.org] On Behalf Of Bernhard Ströbl
Sent: Wednesday, September 09, 2015 1:53 AM
To: qgis-user@lists.osgeo.org
Subject: Re: [Qgis-user] wms call responds with error

Hi Jake,

can you access the plugins from the official repo?

Bernhard

Am 08.09.2015 um 23:59 schrieb Jake Maier:
> I still have the problem that qgis seems not to see the internet. I 
> can connect to the Maine GIS server with a browser, but when I try 
> with qgis, I
> get: "host ... not found".
> I have a stand along pc with windows 7 without proxy. I looked into 
> the preferences and there no proxies are listed.
> Is there anywhere else within qgis where I can check or change how 
> qgis accesses the internet?
> Thanks for help
> Jake
>
> -Original Message-
> From: qgis-user-boun...@lists.osgeo.org 
> [mailto:qgis-user-boun...@lists.osgeo.org] On Behalf Of Jake Maier
> Sent: Tuesday, September 08, 2015 10:36 AM
> To: qgis-user@lists.osgeo.org
> Subject: Re: [Qgis-user] wms call responds with error
>
> I had another problem after the installation of the ssd-drive.
> The geo-referencer did not start. I checked on the internet and found 
> the solution in deleting a registry entry about the referencer and 
> then it work ok.
> I also found some info on the web about my problem with the wms 
> server, but it was not quite the same and I could not get it to work.
> I'm not sure if that helps any in finding the problem.
> Thanks again looking into it.
> Jake
>
> -Original Message-
> From: qgis-user-boun...@lists.osgeo.org 
> [mailto:qgis-user-boun...@lists.osgeo.org] On Behalf Of Bernhard 
> Ströbl
> Sent: Tuesday, September 08, 2015 9:42 AM
> To: qgis-user@lists.osgeo.org
> Subject: Re: [Qgis-user] wms call responds with error
>
> Hi Jake,
>
> I had no problems in requesting a GetCapabilities in my browser 
> http://mapserver.maine.gov/wms/mapserv.exe?MAP=c:/wms/basemap.map
> ICE=WM
> S=GetCapabilities=1.3.0
>
> What happens if you use that URL in your browser? Do you get a 
> capabilities document or not?
> I doubt that this is a QGIS problem. Are you behind a proxy? If yes 
> you have to tell QGIS in Settings - network.
>
> Bernhard
>
> Am 08.09.2015 um 15:00 schrieb Jake Maier:
>> Yes, Richard that's the server. And yes I still have the same problem.
>> I just tried again with Wien and got the same error.
>> I was hoping it's on the server side, but apparently you had no problems.
>> I just tried also with the exact link you used and got the same error.
>> Do you or anyone? have an idea how to troubleshoot this problem?
>> Thanks for your help
>> Jake
>>
>>
>> -Original Message-
>> From: Richard Duivenvoorde [mailto:rdmaili...@duif.net]
>> Sent: Tuesday, September 08, 2015 4:53 AM
>> To: Jake Maier; qgis-user@lists.osgeo.org
>> Subject: Re: [Qgis-user] wms call responds with error
>>
>>
>> Hi Jake,
>>
>> Still having problems?
>>
>> You did not provide info about which service url you were using.
>>
>> With Pisa normally my wms's are still working fine.
>>
>> I googled a mapserver url from maine.gov
>>
>> http://mapserver.maine.gov/wms/mapserv.exe?MAP=c:/wms/basemap.map
>>
>> and that one worked fine with me here
>>
>> Regards,
>>
>> Richard Duivenvoorde
>>
>> On 07-09-15 20:46, Jake Maier wrote:
>>> A few years ago, I set up a few wms servers from the Maine GIS 
>>> office to download Maine airphotos. This always worked without 
>>> problem but all of a sudden I get the following error
>>>
>>>
>>>
>>> WMS Provider
>>>
>>> Failed to download capabilities:
>>>
>>> Download of capabilities failed: Host mapserver.maine.gov not found.
>>>
>>>
>>>
>>> Mapserver.maine.gov is up and when I go to edit link the http:// is 
>>> also there (other than in the error message)
>>>
>>> All the wms links do not work anymore including the non-maine.gov sites.
>>>
>>> I now updated to Pisa and it is still giving the same error message.
>>>
>>> Anyone knows what's 

Re: [Qgis-user] wms call responds with error

2015-09-08 Thread Richard Duivenvoorde

Hi Jake,

Still having problems?

You did not provide info about which service url you were using.

With Pisa normally my wms's are still working fine.

I googled a mapserver url from maine.gov

http://mapserver.maine.gov/wms/mapserv.exe?MAP=c:/wms/basemap.map

and that one worked fine with me here

Regards,

Richard Duivenvoorde

On 07-09-15 20:46, Jake Maier wrote:
> A few years ago, I set up a few wms servers from the Maine GIS office to
> download Maine airphotos. This always worked without problem but all of
> a sudden I get the following error
> 
>  
> 
> WMS Provider
> 
> Failed to download capabilities:
> 
> Download of capabilities failed: Host mapserver.maine.gov not found.
> 
>  
> 
> Mapserver.maine.gov is up and when I go to edit link the http:// is also
> there (other than in the error message)
> 
> All the wms links do not work anymore including the non-maine.gov sites.
> 
> I now updated to Pisa and it is still giving the same error message.
> 
> Anyone knows what’s going on?
> 
> Thanks for any help
> 
> Jake
> 
> And thank you for being such a fantastic community
> 
>  
> 
> 
> 
> ___
> Qgis-user mailing list
> Qgis-user@lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/qgis-user
> 

___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] wms call responds with error

2015-09-08 Thread Jake Maier
I still have the problem that qgis seems not to see the internet. I can
connect to the Maine GIS server with a browser, but when I try with qgis, I
get: "host ... not found".
I have a stand along pc with windows 7 without proxy. I looked into the
preferences and there no proxies are listed. 
Is there anywhere else within qgis where I can check or change how qgis
accesses the internet?
Thanks for help
Jake

-Original Message-
From: qgis-user-boun...@lists.osgeo.org
[mailto:qgis-user-boun...@lists.osgeo.org] On Behalf Of Jake Maier
Sent: Tuesday, September 08, 2015 10:36 AM
To: qgis-user@lists.osgeo.org
Subject: Re: [Qgis-user] wms call responds with error

I had another problem after the installation of the ssd-drive.
The geo-referencer did not start. I checked on the internet and found the
solution in deleting a registry entry about the referencer and then it work
ok.
I also found some info on the web about my problem with the wms server, but
it was not quite the same and I could not get it to work.
I'm not sure if that helps any in finding the problem.
Thanks again looking into it.
Jake

-Original Message-
From: qgis-user-boun...@lists.osgeo.org
[mailto:qgis-user-boun...@lists.osgeo.org] On Behalf Of Bernhard Ströbl
Sent: Tuesday, September 08, 2015 9:42 AM
To: qgis-user@lists.osgeo.org
Subject: Re: [Qgis-user] wms call responds with error

Hi Jake,

I had no problems in requesting a GetCapabilities in my browser
http://mapserver.maine.gov/wms/mapserv.exe?MAP=c:/wms/basemap.map=WM
S=GetCapabilities=1.3.0

What happens if you use that URL in your browser? Do you get a capabilities
document or not?
I doubt that this is a QGIS problem. Are you behind a proxy? If yes you have
to tell QGIS in Settings - network.

Bernhard

Am 08.09.2015 um 15:00 schrieb Jake Maier:
> Yes, Richard that's the server. And yes I still have the same problem.
> I just tried again with Wien and got the same error.
> I was hoping it's on the server side, but apparently you had no problems.
> I just tried also with the exact link you used and got the same error.
> Do you or anyone? have an idea how to troubleshoot this problem?
> Thanks for your help
> Jake
>
>
> -Original Message-
> From: Richard Duivenvoorde [mailto:rdmaili...@duif.net]
> Sent: Tuesday, September 08, 2015 4:53 AM
> To: Jake Maier; qgis-user@lists.osgeo.org
> Subject: Re: [Qgis-user] wms call responds with error
>
>
> Hi Jake,
>
> Still having problems?
>
> You did not provide info about which service url you were using.
>
> With Pisa normally my wms's are still working fine.
>
> I googled a mapserver url from maine.gov
>
> http://mapserver.maine.gov/wms/mapserv.exe?MAP=c:/wms/basemap.map
>
> and that one worked fine with me here
>
> Regards,
>
> Richard Duivenvoorde
>
> On 07-09-15 20:46, Jake Maier wrote:
>> A few years ago, I set up a few wms servers from the Maine GIS office 
>> to download Maine airphotos. This always worked without problem but 
>> all of a sudden I get the following error
>>
>>
>>
>> WMS Provider
>>
>> Failed to download capabilities:
>>
>> Download of capabilities failed: Host mapserver.maine.gov not found.
>>
>>
>>
>> Mapserver.maine.gov is up and when I go to edit link the http:// is 
>> also there (other than in the error message)
>>
>> All the wms links do not work anymore including the non-maine.gov sites.
>>
>> I now updated to Pisa and it is still giving the same error message.
>>
>> Anyone knows what's going on?
>>
>> Thanks for any help
>>
>> Jake
>>
>> And thank you for being such a fantastic community
>>
>>
>>
>>
>>
>> ___
>> Qgis-user mailing list
>> Qgis-user@lists.osgeo.org
>> http://lists.osgeo.org/mailman/listinfo/qgis-user
>>
>
> ___
> Qgis-user mailing list
> Qgis-user@lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/qgis-user
>
>
> __ Information from ESET Mail Security, version of virus 
> signature database 12220 (20150908) __
>
> The message was checked by ESET Mail Security.
> http://www.eset.com
>
>



__ Information from ESET Mail Security, version of virus signature
database 12220 (20150908) __

The message was checked by ESET Mail Security.
http://www.eset.com


___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user

___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user

___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] wms call responds with error

2015-09-08 Thread Bernhard Ströbl

Hi Jake,

I had no problems in requesting a GetCapabilities in my browser
http://mapserver.maine.gov/wms/mapserv.exe?MAP=c:/wms/basemap.map=WMS=GetCapabilities=1.3.0

What happens if you use that URL in your browser? Do you get a 
capabilities document or not?
I doubt that this is a QGIS problem. Are you behind a proxy? If yes you 
have to tell QGIS in Settings - network.


Bernhard

Am 08.09.2015 um 15:00 schrieb Jake Maier:

Yes, Richard that's the server. And yes I still have the same problem.
I just tried again with Wien and got the same error.
I was hoping it's on the server side, but apparently you had no problems.
I just tried also with the exact link you used and got the same error.
Do you or anyone? have an idea how to troubleshoot this problem?
Thanks for your help
Jake


-Original Message-
From: Richard Duivenvoorde [mailto:rdmaili...@duif.net]
Sent: Tuesday, September 08, 2015 4:53 AM
To: Jake Maier; qgis-user@lists.osgeo.org
Subject: Re: [Qgis-user] wms call responds with error


Hi Jake,

Still having problems?

You did not provide info about which service url you were using.

With Pisa normally my wms's are still working fine.

I googled a mapserver url from maine.gov

http://mapserver.maine.gov/wms/mapserv.exe?MAP=c:/wms/basemap.map

and that one worked fine with me here

Regards,

Richard Duivenvoorde

On 07-09-15 20:46, Jake Maier wrote:

A few years ago, I set up a few wms servers from the Maine GIS office
to download Maine airphotos. This always worked without problem but
all of a sudden I get the following error



WMS Provider

Failed to download capabilities:

Download of capabilities failed: Host mapserver.maine.gov not found.



Mapserver.maine.gov is up and when I go to edit link the http:// is
also there (other than in the error message)

All the wms links do not work anymore including the non-maine.gov sites.

I now updated to Pisa and it is still giving the same error message.

Anyone knows what's going on?

Thanks for any help

Jake

And thank you for being such a fantastic community





___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user



___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


__ Information from ESET Mail Security, version of virus signature 
database 12220 (20150908) __

The message was checked by ESET Mail Security.
http://www.eset.com






__ Information from ESET Mail Security, version of virus signature 
database 12220 (20150908) __

The message was checked by ESET Mail Security.
http://www.eset.com


___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] wms call responds with error

2015-09-08 Thread Jake Maier
Yes, Richard that's the server. And yes I still have the same problem.
I just tried again with Wien and got the same error.
I was hoping it's on the server side, but apparently you had no problems.
I just tried also with the exact link you used and got the same error.
Do you or anyone? have an idea how to troubleshoot this problem?
Thanks for your help
Jake


-Original Message-
From: Richard Duivenvoorde [mailto:rdmaili...@duif.net] 
Sent: Tuesday, September 08, 2015 4:53 AM
To: Jake Maier; qgis-user@lists.osgeo.org
Subject: Re: [Qgis-user] wms call responds with error


Hi Jake,

Still having problems?

You did not provide info about which service url you were using.

With Pisa normally my wms's are still working fine.

I googled a mapserver url from maine.gov

http://mapserver.maine.gov/wms/mapserv.exe?MAP=c:/wms/basemap.map

and that one worked fine with me here

Regards,

Richard Duivenvoorde

On 07-09-15 20:46, Jake Maier wrote:
> A few years ago, I set up a few wms servers from the Maine GIS office 
> to download Maine airphotos. This always worked without problem but 
> all of a sudden I get the following error
> 
>  
> 
> WMS Provider
> 
> Failed to download capabilities:
> 
> Download of capabilities failed: Host mapserver.maine.gov not found.
> 
>  
> 
> Mapserver.maine.gov is up and when I go to edit link the http:// is 
> also there (other than in the error message)
> 
> All the wms links do not work anymore including the non-maine.gov sites.
> 
> I now updated to Pisa and it is still giving the same error message.
> 
> Anyone knows what's going on?
> 
> Thanks for any help
> 
> Jake
> 
> And thank you for being such a fantastic community
> 
>  
> 
> 
> 
> ___
> Qgis-user mailing list
> Qgis-user@lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/qgis-user
> 

___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] wms call responds with error

2015-09-08 Thread Jake Maier
I did have some computer issues and cleaned out a lot of malware which I got
by not watching what was added to a download. And I took that opportunity to
switch my c:drive to a ssd (which is noticeable faster in all windows
operations) using the system image for the transfer without having to
reinstall everything again. It seems to work fine except the server
downloads.
Jake


-Original Message-
From: qgis-user-boun...@lists.osgeo.org
[mailto:qgis-user-boun...@lists.osgeo.org] On Behalf Of Bernhard Ströbl
Sent: Tuesday, September 08, 2015 9:42 AM
To: qgis-user@lists.osgeo.org
Subject: Re: [Qgis-user] wms call responds with error

Hi Jake,

I had no problems in requesting a GetCapabilities in my browser
http://mapserver.maine.gov/wms/mapserv.exe?MAP=c:/wms/basemap.map=WM
S=GetCapabilities=1.3.0

What happens if you use that URL in your browser? Do you get a capabilities
document or not?
I doubt that this is a QGIS problem. Are you behind a proxy? If yes you have
to tell QGIS in Settings - network.

Bernhard

Am 08.09.2015 um 15:00 schrieb Jake Maier:
> Yes, Richard that's the server. And yes I still have the same problem.
> I just tried again with Wien and got the same error.
> I was hoping it's on the server side, but apparently you had no problems.
> I just tried also with the exact link you used and got the same error.
> Do you or anyone? have an idea how to troubleshoot this problem?
> Thanks for your help
> Jake
>
>
> -Original Message-
> From: Richard Duivenvoorde [mailto:rdmaili...@duif.net]
> Sent: Tuesday, September 08, 2015 4:53 AM
> To: Jake Maier; qgis-user@lists.osgeo.org
> Subject: Re: [Qgis-user] wms call responds with error
>
>
> Hi Jake,
>
> Still having problems?
>
> You did not provide info about which service url you were using.
>
> With Pisa normally my wms's are still working fine.
>
> I googled a mapserver url from maine.gov
>
> http://mapserver.maine.gov/wms/mapserv.exe?MAP=c:/wms/basemap.map
>
> and that one worked fine with me here
>
> Regards,
>
> Richard Duivenvoorde
>
> On 07-09-15 20:46, Jake Maier wrote:
>> A few years ago, I set up a few wms servers from the Maine GIS office 
>> to download Maine airphotos. This always worked without problem but 
>> all of a sudden I get the following error
>>
>>
>>
>> WMS Provider
>>
>> Failed to download capabilities:
>>
>> Download of capabilities failed: Host mapserver.maine.gov not found.
>>
>>
>>
>> Mapserver.maine.gov is up and when I go to edit link the http:// is 
>> also there (other than in the error message)
>>
>> All the wms links do not work anymore including the non-maine.gov sites.
>>
>> I now updated to Pisa and it is still giving the same error message.
>>
>> Anyone knows what's going on?
>>
>> Thanks for any help
>>
>> Jake
>>
>> And thank you for being such a fantastic community
>>
>>
>>
>>
>>
>> ___
>> Qgis-user mailing list
>> Qgis-user@lists.osgeo.org
>> http://lists.osgeo.org/mailman/listinfo/qgis-user
>>
>
> ___
> Qgis-user mailing list
> Qgis-user@lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/qgis-user
>
>
> __ Information from ESET Mail Security, version of virus 
> signature database 12220 (20150908) __
>
> The message was checked by ESET Mail Security.
> http://www.eset.com
>
>



__ Information from ESET Mail Security, version of virus signature
database 12220 (20150908) __

The message was checked by ESET Mail Security.
http://www.eset.com


___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user

___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] wms call responds with error

2015-09-08 Thread Jake Maier
I had another problem after the installation of the ssd-drive.
The geo-referencer did not start. I checked on the internet and found the
solution in deleting a registry entry about the referencer and then it work
ok.
I also found some info on the web about my problem with the wms server, but
it was not quite the same and I could not get it to work.
I'm not sure if that helps any in finding the problem.
Thanks again looking into it.
Jake

-Original Message-
From: qgis-user-boun...@lists.osgeo.org
[mailto:qgis-user-boun...@lists.osgeo.org] On Behalf Of Bernhard Ströbl
Sent: Tuesday, September 08, 2015 9:42 AM
To: qgis-user@lists.osgeo.org
Subject: Re: [Qgis-user] wms call responds with error

Hi Jake,

I had no problems in requesting a GetCapabilities in my browser
http://mapserver.maine.gov/wms/mapserv.exe?MAP=c:/wms/basemap.map=WM
S=GetCapabilities=1.3.0

What happens if you use that URL in your browser? Do you get a capabilities
document or not?
I doubt that this is a QGIS problem. Are you behind a proxy? If yes you have
to tell QGIS in Settings - network.

Bernhard

Am 08.09.2015 um 15:00 schrieb Jake Maier:
> Yes, Richard that's the server. And yes I still have the same problem.
> I just tried again with Wien and got the same error.
> I was hoping it's on the server side, but apparently you had no problems.
> I just tried also with the exact link you used and got the same error.
> Do you or anyone? have an idea how to troubleshoot this problem?
> Thanks for your help
> Jake
>
>
> -Original Message-
> From: Richard Duivenvoorde [mailto:rdmaili...@duif.net]
> Sent: Tuesday, September 08, 2015 4:53 AM
> To: Jake Maier; qgis-user@lists.osgeo.org
> Subject: Re: [Qgis-user] wms call responds with error
>
>
> Hi Jake,
>
> Still having problems?
>
> You did not provide info about which service url you were using.
>
> With Pisa normally my wms's are still working fine.
>
> I googled a mapserver url from maine.gov
>
> http://mapserver.maine.gov/wms/mapserv.exe?MAP=c:/wms/basemap.map
>
> and that one worked fine with me here
>
> Regards,
>
> Richard Duivenvoorde
>
> On 07-09-15 20:46, Jake Maier wrote:
>> A few years ago, I set up a few wms servers from the Maine GIS office 
>> to download Maine airphotos. This always worked without problem but 
>> all of a sudden I get the following error
>>
>>
>>
>> WMS Provider
>>
>> Failed to download capabilities:
>>
>> Download of capabilities failed: Host mapserver.maine.gov not found.
>>
>>
>>
>> Mapserver.maine.gov is up and when I go to edit link the http:// is 
>> also there (other than in the error message)
>>
>> All the wms links do not work anymore including the non-maine.gov sites.
>>
>> I now updated to Pisa and it is still giving the same error message.
>>
>> Anyone knows what's going on?
>>
>> Thanks for any help
>>
>> Jake
>>
>> And thank you for being such a fantastic community
>>
>>
>>
>>
>>
>> ___
>> Qgis-user mailing list
>> Qgis-user@lists.osgeo.org
>> http://lists.osgeo.org/mailman/listinfo/qgis-user
>>
>
> ___
> Qgis-user mailing list
> Qgis-user@lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/qgis-user
>
>
> __ Information from ESET Mail Security, version of virus 
> signature database 12220 (20150908) __
>
> The message was checked by ESET Mail Security.
> http://www.eset.com
>
>



__ Information from ESET Mail Security, version of virus signature
database 12220 (20150908) __

The message was checked by ESET Mail Security.
http://www.eset.com


___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user

___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


  1   2   3   >