[Qgis-developer] crash when accessing geometry from Python console

2015-06-24 Thread Bernhard Ströbl

Hi everybody,

I try to do the following from the Python console:
g=iface.activeLayer().selectedFeatures()[0].geometry()
returns a QgsGeometry objekt but as soon as I want to do anything with 
it QGIS crashes (layer is a memory line layer but a PostGIS linestring 
layer behaves the same). Any request like

g.type()
g.length()
g.anything crashes QGIS
g.asPolyline() crash if the line has three vertices, with only two 
vertices it returns an empty array.


My goal is not the Python console but a plugin; the plugin crashes, too :-(

tested with 2.8 on Win7 (64bit) and 2.8 & 2.9 on Ubuntu (64 bit) so it 
should not be connected to the geometry overhaul I reckon.


any help appreciated

Bernhard



__ Information from ESET Mail Security, version of virus signature 
database 11840 (20150625) __

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


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


Re: [Qgis-developer] More visual changelog entries

2015-06-24 Thread Tim Sutton
Hi All


> On 24 Jun 2015, at 17:19, Richard Duivenvoorde  wrote:
> 
> On 24-06-15 17:14, Andreas Neumann wrote:
>> Hi Richard,
>> 
>> I think you just looked on the 2.8 entries. I worked on the 2.10 entries.
>> 
>> Here are my pending 2.10 entries:
>> http://changelog.qgis.org/qgis/2.10/pending-entry/list/
> 
> duh.. yes yes sorry sorry :-(
> 
> And indeed there are more pending approvals there
> 
> But let's wait for Tim for this.
> 
> http://changelog.qgis.org/qgis/version/2.10/
> 
> pending ones is this link:
> http://changelog.qgis.org/qgis/2.10/pending-entry/list/

I approved all pending entries. Etienne Trimaille and I will spend the day 
tomorrow tidying up the change log. If anyone has more content please pass it 
along for me (both for new or existing entries). Some of the entries are take 
quite a bit of time to generate screenshots for (e.g. anyone have 3d point 
cloud rending screenies?) so any help with nice screenshots will also be 
appreciated.

Regards

Tim


> 
> Regards,
> 
> Richard
> ___
> Qgis-developer mailing list
> Qgis-developer@lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/qgis-developer

—





Tim Sutton

Visit http://kartoza.com  to find out about open source:

* Desktop GIS programming services
* Geospatial web development
* GIS Training
* Consulting Services

Skype: timlinux Irc: timlinux on #qgis at freenode.net
Tim is a member of the QGIS Project Steering Committee

Kartoza is a merger between Linfiniti and Afrispatial



signature.asc
Description: Message signed with OpenPGP using GPGMail
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer

[Qgis-developer] Dsólo fe la película información y

2015-06-24 Thread valenty gonzalez
Deyy gov y
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer

Re: [Qgis-developer] Using TravisCI integration in Github for QGIS Python plugin

2015-06-24 Thread Tom Chadwin
I already had a similar get_qgis_app() function, but I was only using it to
instantiate QgsApplication in tests which I thought had QIcon or QPixmap
functionality. Adding it to all other tests has solved the problem. Thanks
so much for your patience.



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/Using-TravisCI-integration-in-Github-for-QGIS-Python-plugin-tp5207646p5212771.html
Sent from the Quantum GIS - Developer mailing list archive at Nabble.com.
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [Qgis-developer] LayerBoard plugin - edit project layers properties while drinking coffea !

2015-06-24 Thread kimaidou
I meant version 0.4, not 0.5 (too much excitment)
By the way, thanks to all who have given me ideas and helped me figure out
how to use some part of the QGIS api.

2015-06-24 18:45 GMT+02:00 kimaidou :

> Hi all,
>
> I am excited to announce the new version 0.5 of my LayerBoard plugin I
> started during Nodebo Developper Meeting. It is still experimental but
> begins to have the features I was alway looking for when dealing with
> complex projects.
>
> Please test it and report issues, or propose Pull requests ! Any feedback
> welcome !
>
> Here is the copy of the README file visible in the github repository [1]
>
> --8<---
>
> This plugin helps to see and modify properties for vector and raster
> layers.
>
> It shows the layers in a table sheet, and the user can directly modify
> some properties such as layer name, title, abstract, minimum and maximum
> scales. To do so, double-click on a cell and modify the value. The modified
> cells are then drawn in yellow, and you can apply or discard the changes
> via the button under the table.
>
> Some properties can be changed on multiple layers at once, such as
> modifying spatial reference system and scale based visibility. To do so,
> select one or more layers in the vector or raster table, and use the right
> panel tools in the "Actions on Layers" tab, such as CRS or Max Scale, the
> click on the corresponding "Set" button.
>
> Some actions can be performed on multiple layers at once:
>
>- create a spatial index ( done only on vector layers)
>- save current style as default : it creates a QML file beside the
>source file
>
> The information visible in the "Vector layers" or "Raster layers" tabs can
> be exported to a "Comma Separated Values" (CSV) text file via the button in
> the tab "Export" of the right panel
>
> When only one layers is selected, the tab "Layer style" in the right panel
> displays the current layers style, and you can change the style directly
> for the selected layer via the "Apply" button. This is only available for
> vector layers.
>
> IMPORTANT : the changes are made in the current project, and will be saved
> only if you save the project.
> --8<---
>
> Kimaidou (Michaël Douchin)
>
> [1] https://github.com/3liz/QgisLayerBoardPlugin/#layer-board-plugin
>
>
>
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer

[Qgis-developer] LayerBoard plugin - edit project layers properties while drinking coffea !

2015-06-24 Thread kimaidou
Hi all,

I am excited to announce the new version 0.5 of my LayerBoard plugin I
started during Nodebo Developper Meeting. It is still experimental but
begins to have the features I was alway looking for when dealing with
complex projects.

Please test it and report issues, or propose Pull requests ! Any feedback
welcome !

Here is the copy of the README file visible in the github repository [1]

--8<---

This plugin helps to see and modify properties for vector and raster layers.

It shows the layers in a table sheet, and the user can directly modify some
properties such as layer name, title, abstract, minimum and maximum scales.
To do so, double-click on a cell and modify the value. The modified cells
are then drawn in yellow, and you can apply or discard the changes via the
button under the table.

Some properties can be changed on multiple layers at once, such as
modifying spatial reference system and scale based visibility. To do so,
select one or more layers in the vector or raster table, and use the right
panel tools in the "Actions on Layers" tab, such as CRS or Max Scale, the
click on the corresponding "Set" button.

Some actions can be performed on multiple layers at once:

   - create a spatial index ( done only on vector layers)
   - save current style as default : it creates a QML file beside the
   source file

The information visible in the "Vector layers" or "Raster layers" tabs can
be exported to a "Comma Separated Values" (CSV) text file via the button in
the tab "Export" of the right panel

When only one layers is selected, the tab "Layer style" in the right panel
displays the current layers style, and you can change the style directly
for the selected layer via the "Apply" button. This is only available for
vector layers.

IMPORTANT : the changes are made in the current project, and will be saved
only if you save the project.
--8<---

Kimaidou (Michaël Douchin)

[1] https://github.com/3liz/QgisLayerBoardPlugin/#layer-board-plugin
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer

Re: [Qgis-developer] Qgis 91e44ea crash browsing GRASS 7 vector

2015-06-24 Thread Radim Blazek
On Mon, Jun 22, 2015 at 10:23 AM, Radim Blazek  wrote:
> Hi Roy,
>
> the bug is fixed in OSGeo4w qgis-dev-2.9.0-104. Apart from browsing
> and displaying GRASS data you should be able to import data to GRASS
> in the browser with drag and drop. There are still some issues with
> import which I am trying to sort out:
> - vector import with more features is slow due to slow inserting to db
> (provider problem, v.in.ogr is fast)
> - temporary vector maps (polygons cleaning) are not deleted
> - animated import icon is missing, it means no layer icon = import
> running, for now on Windows

All three are fixed in qgis-dev-2.9.0-105 which also switched to grass-7.0.1RC1.

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


Re: [Qgis-developer] More visual changelog entries

2015-06-24 Thread Richard Duivenvoorde
On 24-06-15 17:14, Andreas Neumann wrote:
> Hi Richard,
> 
> I think you just looked on the 2.8 entries. I worked on the 2.10 entries.
> 
> Here are my pending 2.10 entries:
> http://changelog.qgis.org/qgis/2.10/pending-entry/list/

duh.. yes yes sorry sorry :-(

And indeed there are more pending approvals there

But let's wait for Tim for this.

http://changelog.qgis.org/qgis/version/2.10/

pending ones is this link:
http://changelog.qgis.org/qgis/2.10/pending-entry/list/

Regards,

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


Re: [Qgis-developer] More visual changelog entries

2015-06-24 Thread Andreas Neumann

Hi Richard,

I think you just looked on the 2.8 entries. I worked on the 2.10 entries.

Here are my pending 2.10 entries: 
http://changelog.qgis.org/qgis/2.10/pending-entry/list/


Andreas

On 24.06.2015 17:12, Richard Duivenvoorde wrote:

On 24-06-15 16:49, Andreas Neumann wrote:

I created a few more unapproved visual changelog entries (new and updated).

Which QGIS devs have the power to approve these? Is it only Tim, or are
there other QGIS devs who can do it as well?

There are still a few entries that would need some more descriptive text
and/or screenshots - entries I can't do, because I don't know enough
about them.

Hi Andreas,

thanks for your work. I do have some admin rights, but currently I only
see one 'Pending Approval' entry, from rldhont: Add DescribeLayer method
to WMS. I do not see other entries from you.

Tim took this task, and may have other (django)'views' then I do. I do
not know of other devs...

But I reckon Tim will do this this week, maybe asking for some input and
shortly after he 'flags the entries as finished' I will incorporate them
in the website.

At all: please have a look and give constructive input:

http://changelog.qgis.org/qgis/version/2.8/

Regards,

Richard Duivenvoorde

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


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


Re: [Qgis-developer] More visual changelog entries

2015-06-24 Thread Richard Duivenvoorde
On 24-06-15 16:49, Andreas Neumann wrote:
> I created a few more unapproved visual changelog entries (new and updated).
> 
> Which QGIS devs have the power to approve these? Is it only Tim, or are
> there other QGIS devs who can do it as well?
> 
> There are still a few entries that would need some more descriptive text
> and/or screenshots - entries I can't do, because I don't know enough
> about them.

Hi Andreas,

thanks for your work. I do have some admin rights, but currently I only
see one 'Pending Approval' entry, from rldhont: Add DescribeLayer method
to WMS. I do not see other entries from you.

Tim took this task, and may have other (django)'views' then I do. I do
not know of other devs...

But I reckon Tim will do this this week, maybe asking for some input and
shortly after he 'flags the entries as finished' I will incorporate them
in the website.

At all: please have a look and give constructive input:

http://changelog.qgis.org/qgis/version/2.8/

Regards,

Richard Duivenvoorde

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


[Qgis-developer] More visual changelog entries

2015-06-24 Thread Andreas Neumann

Hi,

I created a few more unapproved visual changelog entries (new and updated).

Which QGIS devs have the power to approve these? Is it only Tim, or are 
there other QGIS devs who can do it as well?


There are still a few entries that would need some more descriptive text 
and/or screenshots - entries I can't do, because I don't know enough 
about them.


Thanks,
Andreas
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


[Qgis-developer] Visual changelog: impossible to update an entry

2015-06-24 Thread Andreas Neumann

Hi,

I wanted to update this entry 
http://changelog.qgis.org/qgis/2.10/entry/dxf-export-improvements/update/ but 
get a 500 error code. The only difference to other entries is that I 
added an image credit. Maybe this breaks the system?


Do I have to delete and recreate it without the image credit?

Thanks,
Andreas
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [Qgis-developer] Change vector layer data source

2015-06-24 Thread Andreas Neumann

Hi Nathan,

So if it is only accessible to programmers then it should be moved into 
the category "Programmability". Currently, it is listed under Plugins.


It would be cool if someone who knows could write some code snippet for 
this entry to explain how to use it.


Thanks for letting me know,
Andreas


On 24.06.2015 14:16, Nathan Woodrow wrote:

Hey Andreas,

That is a API only change the moment for vector layers only.

There was a bug in the method which Nyall has fixed in the last few 
days so you might be on a older version.


Regards,
Nathan

On Wed, Jun 24, 2015 at 10:06 PM, Andreas Neumann > wrote:


Hi,

I am working on the Visual changelog for QGIS 2.10 and I came
across

http://changelog.qgis.org/qgis/2.10/entry/allow-changing-vector-layer-data-source/update/

However, this does not work for me, or I can't figure it out how
to change a vector data source.

Also - does it only work for files or also for database sources?

Could someone please explain how this works?

Thanks,
Andreas

PS: could someone please accept my entries so that they appear in
the public list?
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org 
http://lists.osgeo.org/mailman/listinfo/qgis-developer




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

Re: [Qgis-developer] Change vector layer data source

2015-06-24 Thread Nathan Woodrow
Hey Andreas,

That is a API only change the moment for vector layers only.

There was a bug in the method which Nyall has fixed in the last few days so
you might be on a older version.

Regards,
Nathan

On Wed, Jun 24, 2015 at 10:06 PM, Andreas Neumann 
wrote:

> Hi,
>
> I am working on the Visual changelog for QGIS 2.10 and I came across
> http://changelog.qgis.org/qgis/2.10/entry/allow-changing-vector-layer-data-source/update/
>
> However, this does not work for me, or I can't figure it out how to change
> a vector data source.
>
> Also - does it only work for files or also for database sources?
>
> Could someone please explain how this works?
>
> Thanks,
> Andreas
>
> PS: could someone please accept my entries so that they appear in the
> public list?
> ___
> Qgis-developer mailing list
> Qgis-developer@lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/qgis-developer
>
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer

[Qgis-developer] Change vector layer data source

2015-06-24 Thread Andreas Neumann

Hi,

I am working on the Visual changelog for QGIS 2.10 and I came across 
http://changelog.qgis.org/qgis/2.10/entry/allow-changing-vector-layer-data-source/update/


However, this does not work for me, or I can't figure it out how to 
change a vector data source.


Also - does it only work for files or also for database sources?

Could someone please explain how this works?

Thanks,
Andreas

PS: could someone please accept my entries so that they appear in the 
public list?

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


Re: [Qgis-developer] Using TravisCI integration in Github for QGIS Python plugin

2015-06-24 Thread Akbar Gumbira
I don't know the code base you're working on. I think what you need to do
is to narrow down which test that produces that error. You can split the
tests like binary search or whatever method you like (running the tests for
each package etc). In InaSAFE, for testing purposes, there's a handy
function called get_qgis_app that will instantiate a QgsApp. It is used in
the tests which also to prevent that error. See here for the usage of that
function
https://github.com/AIFDR/inasafe/search?utf8=%E2%9C%93&q=get_qgis_app

Regards

On Wed, Jun 24, 2015 at 5:01 PM, Tom Chadwin 
wrote:

> So Google has told me repeatedly. My issues are:
>
> - I have not previously done this because the plugin works fine in QGIS,
> and
> this issue has only shown up in tests
>
> - I don't know how (or where) to instantiate QApplication (or
> QgsApplication?)
>
>
>
> --
> View this message in context:
> http://osgeo-org.1560.x6.nabble.com/Using-TravisCI-integration-in-Github-for-QGIS-Python-plugin-tp5207646p5212636.html
> Sent from the Quantum GIS - Developer mailing list archive at Nabble.com.
> ___
> Qgis-developer mailing list
> Qgis-developer@lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/qgis-developer
>



-- 

*---*

*Akbar Gumbira*
*Software Engineer*
*Geospatial, NLP, Data Mining, Machine Learning, Artificial Intelligence*
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer

Re: [Qgis-developer] Using TravisCI integration in Github for QGIS Python plugin

2015-06-24 Thread Tom Chadwin
So Google has told me repeatedly. My issues are:

- I have not previously done this because the plugin works fine in QGIS, and
this issue has only shown up in tests

- I don't know how (or where) to instantiate QApplication (or
QgsApplication?)



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/Using-TravisCI-integration-in-Github-for-QGIS-Python-plugin-tp5207646p5212636.html
Sent from the Quantum GIS - Developer mailing list archive at Nabble.com.
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [Qgis-developer] Using TravisCI integration in Github for QGIS Python plugin

2015-06-24 Thread Akbar Gumbira
The message says it all. You must instantiate QApplication before
instantiating QPaintDevice object or any object from classes inherited from
QPaintDevice.

Regards

On Wed, Jun 24, 2015 at 4:06 PM, Tom Chadwin 
wrote:

> I've got the build environment up now, I think - many thanks, all. However,
> does anyone know how I can get rid of the following test fail:
>
> QPixmap: Must construct a QApplication before a QPaintDevice
>
> I don't see QApplication instantiated anywhere. I'm not sure how to get
> past
> this, since the fail is early on, so I don't get to the important tests for
> the plugin.
>
>
>
> --
> View this message in context:
> http://osgeo-org.1560.x6.nabble.com/Using-TravisCI-integration-in-Github-for-QGIS-Python-plugin-tp5207646p5212624.html
> Sent from the Quantum GIS - Developer mailing list archive at Nabble.com.
> ___
> Qgis-developer mailing list
> Qgis-developer@lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/qgis-developer
>



-- 

*---*

*Akbar Gumbira*
*Software Engineer*
*Geospatial, NLP, Data Mining, Machine Learning, Artificial Intelligence*
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer

[Qgis-developer] QDataStream reading from QProcess or stdin

2015-06-24 Thread Radim Blazek
Does anybody have experience with QDataStream reading from QProcess or
QFile.open(stdin,QIODevice::ReadOnly )? At the beginning I naively
thought that it just works cross platform. Looking closer, it does not
seem so obvious, see also [1][2]. What I am observing (currently on
Linux) is that if there are no data on the device, reading from
QDataStream is not blocked until data are available, it sets an error
and continues. In theory, the underlying QIODevice::readData should
block, Qt doc states:

"When reimplementing this function it is important that this function
reads all the required data before returning. This is required in
order for QDataStream to be able to operate on the class. QDataStream
assumes all the requested information was read and therefore does not
retry reading if there was a problem."

I looked briefly into QProcess code and it seems to be blocking,
unfortunately in practice it is not. Am I missing some options, mode
settings? Do I have to write my blocking QIODevice subclasses?

Radim


[1] 
http://stackoverflow.com/questions/19681564/read-from-qtcpsocket-using-qdatastream
[2] http://lists.qt-project.org/pipermail/interest/2012-May/002110.html
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [Qgis-developer] Use the style tab widget in a Python plugin

2015-06-24 Thread kimaidou
Hi Régis

Thanks for your answer. I already done it, this way :
https://github.com/3liz/QgisLayerBoardPlugin/commit/c212b42af4ee2b73b4a087d7f8fda9b3dfd823e3

Basically I am using the QgsRendererV2PropertiesDialog, and then use its
method "apply"

I will release a new version today.

Now I need to figure out the equivalent of QgsRendererV2PropertiesDialog for
raster layers

Cheers

Michaël

2015-06-24 10:17 GMT+02:00 Régis Haubourg <
regis.haubo...@eau-adour-garonne.fr>:

> Hi Michael , you can have a look to Mask plugin code, we embed a layer
> styling window in main GUI.
> Cheers
> Régis
>
>
>
> --
> View this message in context:
> http://osgeo-org.1560.x6.nabble.com/Use-the-style-tab-widget-in-a-Python-plugin-tp5212511p5212616.html
> Sent from the Quantum GIS - Developer mailing list archive at Nabble.com.
> ___
> Qgis-developer mailing list
> Qgis-developer@lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/qgis-developer
>
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer

Re: [Qgis-developer] Using TravisCI integration in Github for QGIS Python plugin

2015-06-24 Thread Tom Chadwin
I've got the build environment up now, I think - many thanks, all. However,
does anyone know how I can get rid of the following test fail:

QPixmap: Must construct a QApplication before a QPaintDevice

I don't see QApplication instantiated anywhere. I'm not sure how to get past
this, since the fail is early on, so I don't get to the important tests for
the plugin.



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/Using-TravisCI-integration-in-Github-for-QGIS-Python-plugin-tp5207646p5212624.html
Sent from the Quantum GIS - Developer mailing list archive at Nabble.com.
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [Qgis-developer] Use the style tab widget in a Python plugin

2015-06-24 Thread Régis Haubourg
Hi Michael , you can have a look to Mask plugin code, we embed a layer
styling window in main GUI. 
Cheers
Régis



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/Use-the-style-tab-widget-in-a-Python-plugin-tp5212511p5212616.html
Sent from the Quantum GIS - Developer mailing list archive at Nabble.com.
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer

Re: [Qgis-developer] Extended QWC

2015-06-24 Thread Régis Haubourg
Hi, 
great work !

I noticed an issue when changing streetview panel size, street view image is
not redimensionned (under chrome at least). 

Do you redistribute your sources and packages somewhere? 

I aw you plan to work on Lizmap later, can you tell us a bit more? 

Cheers

Régis



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/Extended-QWC-tp520p5212615.html
Sent from the Quantum GIS - Developer mailing list archive at Nabble.com.
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer

Re: [Qgis-developer] Zoom in more than 1:2,256 borken

2015-06-24 Thread Yves Jacolin
On Tuesday, June 23, 2015 13:54:38 Régis Haubourg wrote:
> Hi Yves,
> any project scales defined? I was tricked by this once..
> Cheers
> Régis
> 

@Régis: I will double check with a fresh project. But as I don't have any 
problem with QGIS 2.8 I though it was not a project issue.

@sandro: it was a fresh build

@Richard: I will test without any plugin.

Thanks,

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