Re: [Qgis-user] Assistance with Basic Authentication

2016-12-03 Thread Phil (The Geek) Wyatt
Hi Folks,

I am still really keen to get a resolution to this issue if anyone can provide 
more leads or quotes to get authentication working with geojson.

Cheers - Phil

-Original Message-
From: Nyall Dawson [mailto:nyall.daw...@gmail.com] 
Sent: Wednesday, November 30, 2016 10:51 AM
To: Larry Shaffer
Cc: Phil (The Geek) Wyatt; QGIS User List
Subject: Re: [Qgis-user] Assistance with Basic Authentication

On 30 November 2016 at 04:25, Larry Shaffer  wrote:
> Hi Phil,
>
> Does your endpoint prompt an HTTP Basic username/password dialog when 
> connecting to it via a Web browser? If not, then your server may not 
> be sending the correct challenge:
>
> https://www.w3.org/Protocols/HTTP/1.0/spec.html#BasicAA

Larry,

Is the authentication system supported by the OGR provider? I couldn't see 
anywhere in the provider itself where this is handled.

Nyall


>
> Regards,
>
> Larry Shaffer
> Dakota Cartography
> Black Hills, South Dakota
>
> On Mon, Nov 28, 2016 at 4:51 PM, Phil (The Geek) Wyatt 
>  wrote:
>>
>> Hi Folks,
>>
>>
>>
>> Is there anyone out there that can assist with a QGIS authentication 
>> issue? I am trying to get basic authentication working but it seems 
>> to be failing all the time. If someone has used authentication 
>> recently I can supply the site details for testing.
>>
>>
>>
>>
>>
>> Cheers - Phil
>>
>>
>>
>> Kiva Lender, Thin Green Line Supporter, Volunteer Mapper (GISMO) - 
>> Red Cross, Wildcare Volunteer
>>
>>
>>
>>
>> ___
>> 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 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] Assistance with Basic Authentication

2016-12-03 Thread Larry Shaffer
Hi Nyall,

(reposting, because I noticed I only replied to you directly before)

On Tue, Nov 29, 2016 at 4:50 PM, Nyall Dawson 
wrote:

> On 30 November 2016 at 04:25, Larry Shaffer 
> wrote:
> > Hi Phil,
> >
> > Does your endpoint prompt an HTTP Basic username/password dialog when
> > connecting to it via a Web browser? If not, then your server may not be
> > sending the correct challenge:
> >
> > https://www.w3.org/Protocols/HTTP/1.0/spec.html#BasicAA
>
> Larry,
>
> Is the authentication system supported by the OGR provider? I couldn't
> see anywhere in the provider itself where this is handled.
>

Indeed, it is not. I think to support that we would need to incorporate the
auth selector dialog into all layer property dialogs, as well as any access
point  or API call to GDAL/OGR data. There is no 'connection configuration'
dialog like there is with OWS and Postgres.

Larry Shaffer
Dakota Cartography
Black Hills, South Dakota


>
> Nyall
>
>
> >
> > Regards,
> >
> > Larry Shaffer
> > Dakota Cartography
> > Black Hills, South Dakota
> >
> > On Mon, Nov 28, 2016 at 4:51 PM, Phil (The Geek) Wyatt
> >  wrote:
> >>
> >> Hi Folks,
> >>
> >>
> >>
> >> Is there anyone out there that can assist with a QGIS authentication
> >> issue? I am trying to get basic authentication working but it seems to
> be
> >> failing all the time. If someone has used authentication recently I can
> >> supply the site details for testing.
> >>
> >>
> >>
> >>
> >>
> >> Cheers - Phil
> >>
> >>
> >>
> >> Kiva Lender, Thin Green Line Supporter, Volunteer Mapper (GISMO) - Red
> >> Cross, Wildcare Volunteer
> >>
> >>
> >>
> >>
> >> ___
> >> 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 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] Assistance with Basic Authentication

2016-12-03 Thread Larry Shaffer
Hi Phil,

Contact me directly with the connection info and I will see what's needed
or missing from the auth system API.

Regards,

Larry Shaffer
Dakota Cartography
Black Hills, South Dakota

On Sat, Dec 3, 2016 at 6:11 PM, Phil (The Geek) Wyatt  wrote:

> Hi Folks,
>
> I am still really keen to get a resolution to this issue if anyone can
> provide more leads or quotes to get authentication working with geojson.
>
> Cheers - Phil
>
> -Original Message-
> From: Nyall Dawson [mailto:nyall.daw...@gmail.com]
> Sent: Wednesday, November 30, 2016 10:51 AM
> To: Larry Shaffer
> Cc: Phil (The Geek) Wyatt; QGIS User List
> Subject: Re: [Qgis-user] Assistance with Basic Authentication
>
> On 30 November 2016 at 04:25, Larry Shaffer 
> wrote:
> > Hi Phil,
> >
> > Does your endpoint prompt an HTTP Basic username/password dialog when
> > connecting to it via a Web browser? If not, then your server may not
> > be sending the correct challenge:
> >
> > https://www.w3.org/Protocols/HTTP/1.0/spec.html#BasicAA
>
> Larry,
>
> Is the authentication system supported by the OGR provider? I couldn't see
> anywhere in the provider itself where this is handled.
>
> Nyall
>
>
> >
> > Regards,
> >
> > Larry Shaffer
> > Dakota Cartography
> > Black Hills, South Dakota
> >
> > On Mon, Nov 28, 2016 at 4:51 PM, Phil (The Geek) Wyatt
> >  wrote:
> >>
> >> Hi Folks,
> >>
> >>
> >>
> >> Is there anyone out there that can assist with a QGIS authentication
> >> issue? I am trying to get basic authentication working but it seems
> >> to be failing all the time. If someone has used authentication
> >> recently I can supply the site details for testing.
> >>
> >>
> >>
> >>
> >>
> >> Cheers - Phil
> >>
> >>
> >>
> >> Kiva Lender, Thin Green Line Supporter, Volunteer Mapper (GISMO) -
> >> Red Cross, Wildcare Volunteer
> >>
> >>
> >>
> >>
> >> ___
> >> 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 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] Advanced Digitizing Panel

2016-12-03 Thread Randal Hale
OK - figured it out. I think I was floating back to some long forgotten 
ArcGIS reflexes.


Advanced Digitizing panel isn't enabled UNTIL I start adding a feature. 
I was attempting to add the feature by using the Advanced Digitizing Panel.


Sorry for the noise on the list - but thanks for the help.


Randy


On 12/03/2016 12:10 PM, DelazJ wrote:

Hi,
What's the projection of the data or of the project? I think it might 
not be a geograhic one (can't tell which of the issues is related, 
though).


HTH,
Harrissou

2016-12-03 16:46 GMT+01:00 Randal Hale 
>:


I've got a question.

I'm doing some work for a forestry client where I need to digitize
a road 650 feet long. SoAdvanced Digitizing Panel to the rescue.

Except..

I'm on 2.14.9 (windows) and 2.18.1 (windows and Linux).

  * On 2.14.9 the panels appears with all the correct icons and
things - but it has "Error" at the top.
  * On 2.18.1 (Windows and Linux) - I get "CAD Tools are not
enabled for the current map tool".

In both cases I've enabled editing, disabled editing, created a
scratch layer, set a layer in PostGIS, etc - and I can't get it to
enable. On Linux I moved my .qgis2 folder to .qgis2-old to create
a new one and nothing.

Usually by this point I would think bug - but I still half think
it's me.

Advice? Angst? Questions? Answers?

Randy


-- 
-

Randal Hale
North River Geographic Systems, Inc
http://www.northrivergeographic.com

423.653.3611rjh...@northrivergeographic.com

twitter:rjhale

___ 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
 


--

Randal Hale
North River Geographic Systems, Inc
http://www.northrivergeographic.com
423.653.3611 rjh...@northrivergeographic.com
twitter:rjhale http://about.me/rjhale
http://www.northrivergeographic.com/introduction-to-quantum-gis
https://www.facebook.com/NRGSInc
___
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] Advanced Digitizing Panel

2016-12-03 Thread Randal Hale
The data and project is in EPSG:2274. At one point I had the data in 2274
and the project in 4326 - same result (I think - not at my computer
currently).

On Dec 3, 2016 12:10 PM, "DelazJ"  wrote:

> Hi,
> What's the projection of the data or of the project? I think it might not
> be a geograhic one (can't tell which of the issues is related, though).
>
> HTH,
> Harrissou
>
> 2016-12-03 16:46 GMT+01:00 Randal Hale :
>
>> I've got a question.
>>
>> I'm doing some work for a forestry client where I need to digitize a road
>> 650 feet long. SoAdvanced Digitizing Panel to the rescue.
>>
>> Except..
>>
>> I'm on 2.14.9 (windows) and 2.18.1 (windows and Linux).
>>
>>- On 2.14.9 the panels appears with all the correct icons and things
>>- but it has "Error" at the top.
>>- On 2.18.1 (Windows and Linux) - I get "CAD Tools are not enabled
>>for the current map tool".
>>
>> In both cases I've enabled editing, disabled editing, created a scratch
>> layer, set a layer in PostGIS, etc - and I can't get it to enable. On Linux
>> I moved my .qgis2 folder to .qgis2-old to create a new one and nothing.
>>
>> Usually by this point I would think bug - but I still half think it's me.
>>
>> Advice? Angst? Questions? Answers?
>>
>> Randy
>>
>> --
>> -
>> Randal Hale
>> North River Geographic Systems, 
>> Inchttp://www.northrivergeographic.com423.653.3611 
>> rjh...@northrivergeographic.com
>> twitter:rjhale
>>
>>
>> ___
>> 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] Advanced Digitizing Panel

2016-12-03 Thread DelazJ
Hi,
What's the projection of the data or of the project? I think it might not
be a geograhic one (can't tell which of the issues is related, though).

HTH,
Harrissou

2016-12-03 16:46 GMT+01:00 Randal Hale :

> I've got a question.
>
> I'm doing some work for a forestry client where I need to digitize a road
> 650 feet long. SoAdvanced Digitizing Panel to the rescue.
>
> Except..
>
> I'm on 2.14.9 (windows) and 2.18.1 (windows and Linux).
>
>- On 2.14.9 the panels appears with all the correct icons and things -
>but it has "Error" at the top.
>- On 2.18.1 (Windows and Linux) - I get "CAD Tools are not enabled for
>the current map tool".
>
> In both cases I've enabled editing, disabled editing, created a scratch
> layer, set a layer in PostGIS, etc - and I can't get it to enable. On Linux
> I moved my .qgis2 folder to .qgis2-old to create a new one and nothing.
>
> Usually by this point I would think bug - but I still half think it's me.
>
> Advice? Angst? Questions? Answers?
>
> Randy
>
> --
> -
> Randal Hale
> North River Geographic Systems, Inchttp://www.northrivergeographic.com
> 423.653.3611 rjh...@northrivergeographic.com
> twitter:rjhale
>
>
> ___
> 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] Advanced Digitizing Panel

2016-12-03 Thread Randal Hale

I've got a question.

I'm doing some work for a forestry client where I need to digitize a 
road 650 feet long. SoAdvanced Digitizing Panel to the rescue.


Except..

I'm on 2.14.9 (windows) and 2.18.1 (windows and Linux).

 * On 2.14.9 the panels appears with all the correct icons and things -
   but it has "Error" at the top.
 * On 2.18.1 (Windows and Linux) - I get "CAD Tools are not enabled for
   the current map tool".

In both cases I've enabled editing, disabled editing, created a scratch 
layer, set a layer in PostGIS, etc - and I can't get it to enable. On 
Linux I moved my .qgis2 folder to .qgis2-old to create a new one and 
nothing.


Usually by this point I would think bug - but I still half think it's me.

Advice? Angst? Questions? Answers?

Randy


--
-
Randal Hale
North River Geographic Systems, Inc
http://www.northrivergeographic.com
423.653.3611 rjh...@northrivergeographic.com
twitter:rjhale

___
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