Re: [Qgis-user] Win Installer downloads are blocked

2016-03-28 Thread Jeff McKenna

confirmed from Canada also :)

-jeff



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



On 2016-03-28 3:38 PM, Anita Graser wrote:

Confirmed, downloads are available again.

Best wishes,
Anita

On Mon, Mar 28, 2016 at 8:04 PM, Goyo > wrote:

Seems to be working now.

2016-03-28 13:34 GMT+02:00 Anita Graser >:
 > Hi,
 >
 > It's currently not possible to download the standalone installer,
the error
 > is:
 >
 > Forbidden
 >
 > You don't have permission to access
 > /qgis/win32/QGIS-OSGeo4W-2.14.1-1-Setup-x86_64.exe on this server.
 >
 > 
 > Apache/2.2.16 (Debian) Server at download.osgeo.org
 Port 80
 >
 > Downloading OSGeo4W
 > (http://download.osgeo.org/osgeo4w/osgeo4w-setup-x86.exe) works fine.
 >
 > Best wishes,
 > Anita
 >

___
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] Win Installer downloads are blocked

2016-03-28 Thread Anita Graser
Confirmed, downloads are available again.

Best wishes,
Anita

On Mon, Mar 28, 2016 at 8:04 PM, Goyo  wrote:

> Seems to be working now.
>
> 2016-03-28 13:34 GMT+02:00 Anita Graser :
> > Hi,
> >
> > It's currently not possible to download the standalone installer, the
> error
> > is:
> >
> > Forbidden
> >
> > You don't have permission to access
> > /qgis/win32/QGIS-OSGeo4W-2.14.1-1-Setup-x86_64.exe on this server.
> >
> > 
> > Apache/2.2.16 (Debian) Server at download.osgeo.org Port 80
> >
> > Downloading OSGeo4W
> > (http://download.osgeo.org/osgeo4w/osgeo4w-setup-x86.exe) works fine.
> >
> > Best wishes,
> > Anita
> >
> > ___
> > 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] Win Installer downloads are blocked

2016-03-28 Thread Goyo
Seems to be working now.

2016-03-28 13:34 GMT+02:00 Anita Graser :
> Hi,
>
> It's currently not possible to download the standalone installer, the error
> is:
>
> Forbidden
>
> You don't have permission to access
> /qgis/win32/QGIS-OSGeo4W-2.14.1-1-Setup-x86_64.exe on this server.
>
> 
> Apache/2.2.16 (Debian) Server at download.osgeo.org Port 80
>
> Downloading OSGeo4W
> (http://download.osgeo.org/osgeo4w/osgeo4w-setup-x86.exe) works fine.
>
> Best wishes,
> Anita
>
> ___
> 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] creating a python plugin to autopopulate some of the Georeferencer properties

2016-03-28 Thread Eric Goddard
Thanks Nathan, looking forward to 2.16 :)

In the meantime I'm working on a plugin similar to the ArkPlan
georeferencer (using the GeorefGraphicsView from ArkPlan) , but I'm
going to temporarily use the hacky solution until I can get that
finished, which brings me to my next question:

If I I iterate over iface.rasterMenu().actions() and print each item's
objectName, the only ones that show up are
mActionShowRasterCalculator, mActionShowAlignRasterTool, and settings;
the rest are empty strings. If I print each item's text, I get the
menu text for each submenu on the rasterMenu, so the Georeferencer
shows up as "". How do I access the actions on the
submenus within the rasterMenu()?

Just out of curiosity I did the same iteration over
iface.rasterMenu().children(), which lists only one QMenu object
(Terrain Analysis).

Thanks for all of the feedback!
Eric

On Sat, Mar 26, 2016 at 8:50 AM, Nathan Woodrow  wrote:
> Don't stress. I'm going to move it to core in 2.16. Will let you know once
> it's done.
>
> - Nathan
>
>
> On Sat, 26 Mar 2016 11:21 pm John Layt  wrote:
>>
>> On 26 March 2016 at 00:03, Eric Goddard  wrote:
>> > Awesome, thanks John. We have about the same number of images to georef
>> > so
>> > that will be a big help. I looked at the georeferencer code which is how
>> > I
>> > discovered that some of the properties were stored in QSettings. I'm not
>> > too
>> > familiar with c++ though, but since the qgis api can be used to do
>> > custom
>> > applications I was hoping for a constructor for the georeferencer that I
>> > could use.
>>
>> I did look at forking the C++ georeferencer and adapting it, or
>> perhaps creating my own python bindings using SIP, but the thought of
>> having to maintain and install compiled versions for all three
>> platforms just seemed more hassle, even though I am a C++ developer.
>>
>> Trying to think of hacky ways to do this you could trigger the
>> mActionRunGeoref QAction via QgisInterface.rasterMenu().actions(), but
>> that would only open the georeferencer, it wouldn't get you having the
>> right file preselected, there simply isn't an api or setting to do
>> that. I guess it would allow you to have a plugin that when clicked on
>> presets the settings you need (including directory) before launching
>> the georeferencer.
>>
>> The ideal would be to move a lot of the code into the public api with
>> python bindings and have a processing plugin so it can be python
>> scriptable, but I just don't have the time to do that. One day the
>> poor usability will get too much though and I will fix it...
>>
>> 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 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] Atlas tool will only generate one-page PDF instead of multi-page

2016-03-28 Thread nycnjgisprofessional
When working through Lesson No. 14.6.9 (Follow Along: Printing the Maps) of
the Forestry Application module of the QGIS 2.8 Training Manual, I noticed
that QGIS 2.14 will only create a one-page PDF of the first map of the map
series in the exercise and will not create a multi-page PDF atlas even
though I have the 'Single file export when possible' box checked on under
the 'Atlas generation' tab in the Print Composer.

Has anyone else encountered this issue while doing this exercise? Since the
Training Manual is for QGIS 2.8, could this be a compatibility issue in
relation to using QGIS 2.14?

On a side note, I am running QGIS 2.14 on Windows 7 Professional, SP1 with a
64-bit Operating System.

Thanks,
Michael




--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/Atlas-tool-will-only-generate-one-page-PDF-instead-of-multi-page-tp5258583.html
Sent from the Quantum GIS - User mailing list archive at Nabble.com.
___
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] Win Installer downloads are blocked

2016-03-28 Thread Jeff McKenna

In my case the standalone download error is:

  http://www.norbit.de/~jef/QGIS-OSGeo4W-2.14.1-1-Setup-x86.exe

  ERR_CONNECTION_TIMED_OUT


-jeff



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



On 2016-03-28 8:34 AM, Anita Graser wrote:

Hi,

It's currently not possible to download the standalone installer, the
error is:


  Forbidden

You don't have permission to access
/qgis/win32/QGIS-OSGeo4W-2.14.1-1-Setup-x86_64.exe on this server.


Apache/2.2.16 (Debian) Server at download.osgeo.org
 Port 80



Downloading OSGeo4W
(http://download.osgeo.org/osgeo4w/osgeo4w-setup-x86.exe) works fine.

Best wishes,
Anita





___
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] Win Installer downloads are blocked

2016-03-28 Thread Anita Graser
Hi,

It's currently not possible to download the standalone installer, the error
is:

Forbidden

You don't have permission to access
/qgis/win32/QGIS-OSGeo4W-2.14.1-1-Setup-x86_64.exe on this server.
--
Apache/2.2.16 (Debian) Server at download.osgeo.org Port 80

Downloading OSGeo4W (http://download.osgeo.org/osgeo4w/osgeo4w-setup-x86.exe)
works fine.

Best wishes,
Anita
___
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