Re: [Qgis-developer] Qgis : synchronized view for photo-interpretation?

2013-10-23 Thread Zirneklitis
Hi, There is a problem with a comma as the decimal separator. A new bug has been reported: http://hub.qgis.org/issues/8934 Best regards, Karlis Gino Pirelli wrote: Hi, I'm maintaining this plugin .. (Int)... so probabily in your settings zoom_factor is set as string value... e.g 2 instead

Re: [Qgis-developer] Qgis : synchronized view for photo-interpretation?

2013-10-23 Thread Gino Pirelli
was a bug of mine introduces during porting to Api2.0... the original code used toDouble... I'm preparing a new version... thank you for the report Luigi Pirelli (luigi.pire...@faunalia.it) On 23 October 2013 08:11, Zirneklitis e...@lanet.lv wrote: Hi, There is a problem with a comma as

Re: [Qgis-developer] Qgis : synchronized view for photo-interpretation?

2013-10-23 Thread Gino Pirelli
ok... prepared 0.2.5 version, thank you again Luigi Pirelli (luigi.pire...@faunalia.it) On 23 October 2013 08:47, Gino Pirelli lui...@gmail.com wrote: was a bug of mine introduces during porting to Api2.0... the original code used toDouble... I'm preparing a new version... thank you for

Re: [Qgis-developer] Qgis : synchronized view for photo-interpretation?

2013-10-22 Thread Zirneklitis
What could be missing? DockableMirrorMap plugin could not be started: === An error has occured while executing Python code: Traceback (most recent call last): File

Re: [Qgis-developer] Qgis : synchronized view for photo-interpretation?

2013-10-22 Thread Gino Pirelli
Hi, I'm maintaining this plugin I tested the code: settings=QSettings() a=settings.value( /qgis/zoom_factor, 2, type=int ) in the python console and it works... the error message says that cannot convert QVariant metaType = 10 (QString) in QVariant metaType = 2 (Int)... so probabily in your

Re: [Qgis-developer] Qgis : synchronized view for photo-interpretation?

2013-10-17 Thread Marco Bernasocchi
Hi, ***Untested theories here... there might be dragons... you could maybe make plugin with a dockwidget with a qgsmapcanvas in it where you show your support data and react to Qgis canvas move events and update the plugins mapcanvas. ciao On 10/15/2013 12:27 PM, image wrote: Hello, We

Re: [Qgis-developer] Qgis : synchronized view for photo-interpretation?

2013-10-17 Thread Paolo Cavallini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Il 17/10/2013 18:09, Marco Bernasocchi ha scritto: Hi, ***Untested theories here... there might be dragons... you could maybe make plugin with a dockwidget with a qgsmapcanvas in it where you show your support data and react to Qgis canvas

[Qgis-developer] Qgis : synchronized view for photo-interpretation?

2013-10-15 Thread image
Hello, We have to do a photo-interpretation project. We have to display simultaneously TWO data : one raster raw data (to capture vector features from) + another raster data to assist in the interpretation. So we would like divide classic qgis interface into 2 views. Indeed we would like display