Re: [Qgis-user] QGIS uninstalled after GDAL PPA install

2020-02-22 Thread Ismail Sunni
Hi Jimi,

I have a similar problem. I fix it by reinstalling gdal (libgdal20). I can
install QGIS again after that. But, I am not an expert with this package
manager thing, so perhaps it can work for you also, or perhaps not :)

While trying to fix my problem, I found this
https://askubuntu.com/questions/140246/how-do-i-resolve-unmet-dependencies-after-adding-a-ppa
which
probably useful for you.

Best regards

On Thu, Feb 20, 2020 at 1:22 PM J. M  wrote:

> Hi again Andre,
>
> Thanks for that, I more or less get what you mean. The problem is that
> when I ran autoremove it came back with almost a gig of dependencies it
> wanted to remove, so I cancelled it! QGIS wasn't the last program I
> installed so I have no idea how to purge only the dependencies directly
> related to the previous version of it I was running. If I run autoremove
> and it damages other applications or makes my system unusable then I won't
> be able to fix it (I'm only a user, I've got no background in programming).
> I read around and people warned strongly against doing this unless you're
> sure what you want to remove. How can I be sure I only remove the right
> dependencies? Does QGIS have a list or something I can use as a guide?
>
> If anyone could explain how to use Synaptic package manager then I'd be
> really grateful! It must have the most unintuitive interface of any piece
> of software I've ever tried to use..
>
> I edited the source file last time I installed it, so that part is done.
> Incidentally, I don't see the 'other Software' tab in the Ubuntu Software
> Center, so I just edited it manually. Any idea what that package is called?
> I'm happy enough using the terminal if I know (roughly) what I'm doing!
>
> Thanks a lot team,
> Jimi.
>
> On Wed, Feb 19, 2020 at 8:18 PM Andre Joost 
> wrote:
>
>> Am 18.02.20 um 23:58 schrieb J. M:
>> > Hi again Andre,
>> >
>> > I don't actually understand what to do with this, because I can't run
>> 'sudo
>> > apt-get install qgis qgis-plugin-grass' as it keeps giving me the same
>> > error messages about broken packages.
>>
>> Yes, because you have packages that are compiled against a set of
>> libraries that does not match your computer. You have to remove,
>> autoremove and purge those QGIS packages to force a download from the
>> right folder.
>>
>>
>> > When you say this, I don't get what this link does. I click on it and it
>> > just takes me into a file hierarchy. Are users supposed to obtain the
>> > downloads from here, or is it purely informative?
>> > Try
>> > deb https://qgis.org/ubuntugis bionic main
>>
>> That should go into your sources list, to replace the QGIS download
>> source you used before. The Ubuntu Software center has a tab for "other
>> Software" that holds the same information, so no need to edit the
>> sources file manually.
>>
>> HTH,
>> Andre Joost
>>
>>
>> ___
>> 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



-- 
Ismail Sunni
Software Engineer
ismailsunni.id
ismailsunni.wordpress.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] Referer

2020-02-22 Thread Jonathan Moules

Hi Christoph,

Interesting info. Although HTTP Referer isn't a GI thing, it's a HTTP 
thing; far pre-dating WMS. ESRI do similar non-standard things with the 
standard HTTP headers.


Cheers,

Jonathan

On 22/02/2020 19:23, Christoph Jung wrote:

Hello Jonathan,

I just misinterpreted the word “referer”. The reason for it in a nutshell:

My company uses Smallworld as the main gis and we have an extension to 
display WMS layers in a more user friendly way (it is easier then the 
standard WMS function, but very “Smallworld-like” anyway ^^). There is 
a config file  with the URLs of the services and also a ”referer” for 
each of them: the copyright respectively the owner of the WMS. This 
information will be displayed in the map view after making a WMS Layer 
visible. I just saw an input field in QGIS named referer and thought, 
it would be the same like in Smallworld. But one more thing Smallworld 
is very different to other GI systems :D


Sincerely,
Christoph

Am 21.02.2020 um 22:49 schrieb Jonathan Moules 
:




Hi Christoph,

What do you mean by "where will this referer be displayed"? I'm 
guessing this is the HTTP referer in which case it's probably going 
to be sent as a HTTP Header with every request WMS/XYZ request that 
QGIS is making to the server (what I'd expect anyway). I guess this 
is useful because for "security" reasons some servers only respond to 
specific referers. The server operator will see it in their logs but 
otherwise it's going to be invisible.


Cheers,

Jonathan

On 18/02/2020 14:04, Christoph Jung wrote:

Hello everybody,

When configuring a new WMS or XYZ connection, I can insert a referer. Where 
will this referer be displayed?

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

2020-02-22 Thread Christoph Jung
Hello Jonathan,

I just misinterpreted the word “referer”. The reason for it in a nutshell:

My company uses Smallworld as the main gis and we have an extension to display 
WMS layers in a more user friendly way (it is easier then the standard WMS 
function, but very “Smallworld-like” anyway ^^). There is a config file  with 
the URLs of the services and also a ”referer” for each of them: the copyright 
respectively the owner of the WMS. This information will be displayed in the 
map view after making a WMS Layer visible. I just saw an input field in QGIS 
named referer and thought, it would be the same like in Smallworld. But one 
more thing Smallworld is very different to other GI systems :D

Sincerely,
Christoph 

> Am 21.02.2020 um 22:49 schrieb Jonathan Moules :
> 
> 
> Hi Christoph,
> 
> What do you mean by "where will this referer be displayed"? I'm guessing this 
> is the HTTP referer in which case it's probably going to be sent as a HTTP 
> Header with every request WMS/XYZ request that QGIS is making to the server 
> (what I'd expect anyway). I guess this is useful because for "security" 
> reasons some servers only respond to specific referers. The server operator 
> will see it in their logs but otherwise it's going to be invisible.
> 
> Cheers,
> 
> Jonathan
> 
> On 18/02/2020 14:04, Christoph Jung wrote:
>> Hello everybody,
>> 
>> When configuring a new WMS or XYZ connection, I can insert a referer. Where 
>> will this referer be displayed? 
>> 
>> 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
___
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] Filter WFS Features Before Adding Layer in 3.4

2020-02-22 Thread Jeff Doty
The QGIS 3.4 documentation mentions the procedure of filtering the features of 
a WFS through the connection dialog box either by double-clicking on the layer 
of interest, or by clicking the "Build Query" button.  However, there is no 
example of query building in the resulting SQL Query Composer dialog box, and I 
see so way to build a query in the same fashion as you would through the 
"Filter" function from the Layers panel after adding the WFS to the map.  
Specifically, I see no way of pulling in the field values to select from.  The 
options seem to be geared more to spatial processing functions rather than 
selecting field values for filtering.  What am I missing?   Thanks in advance - 
Jeff Doty

___
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] Query a MS SQL database without loading entire database?

2020-02-22 Thread Jurijs Kondratenko
Hello Morten, 

 

Have you been successful in processing sql query data before adding to the
geometry layer? I have a similar need thus looking for resources how to do
it.

So, if you can reply here whether and how were you able to use joins, and
possibly other resources on sql data processing before adding it to QGIS,
would be very helpful!

Cheers, 

Yuri

 

 

___
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