Re: [Qgis-developer] Mmqgis error making a buffer

2014-01-17 Thread Andre Joost

Am 17.01.2014 16:56, schrieb Geodrinx:



What did you input as radius?


I tested with 1000 and with 1000.00 (but any other value has the same effect )

I tested with points and with a line.

The srs was epsg:32632.

But also other srs has the same effect. :(

Is it working to you ?



Yes, but I don't use an Apple ;-)
What about Vector -> Geoprocessing -> Buffer?

Greetings,
André Joost
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer

Re: [Qgis-developer] Mmqgis error making a buffer

2014-01-17 Thread Geodrinx

> What did you input as radius?

I tested with 1000 and with 1000.00 (but any other value has the same effect )

I tested with points and with a line. 

The srs was epsg:32632. 

But also other srs has the same effect. :(

Is it working to you ?

Roberto


> Greetings,
> André Joost
> ___
> 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] Mmqgis error making a buffer

2014-01-17 Thread Andre Joost

Am 17.01.2014 07:28, schrieb Geodrinx:

Hello All,

with QGis 2.01-7 MacOSX  and  mmqgis plugin, making a buffer, I had an error:

Traceback (most recent call last):
   File "/Users/hacked-crew/.qgis2/python/plugins/mmqgis/mmqgis_dialogs.py", 
line 385, in run
 message = mmqgis_buffers(self.iface, layername, mmqgis_buffers_radius, 
unit, shape, savename, True)
   File "/Users/hacked-crew/.qgis2/python/plugins/mmqgis/mmqgis_library.py", 
line 930, in mmqgis_buffers
 field_index = layer.fieldNameIndex(radius)
TypeError: QgsVectorLayer.fieldNameIndex(QString): argument 1 has unexpected 
type 'int'



What did you input as radius?

Greetings,
André Joost
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


[Qgis-developer] Mmqgis error making a buffer

2014-01-16 Thread Geodrinx
Hello All,

with QGis 2.01-7 MacOSX  and  mmqgis plugin, making a buffer, I had an error:

Traceback (most recent call last):
  File "/Users/hacked-crew/.qgis2/python/plugins/mmqgis/mmqgis_dialogs.py", 
line 385, in run
message = mmqgis_buffers(self.iface, layername, mmqgis_buffers_radius, 
unit, shape, savename, True)
  File "/Users/hacked-crew/.qgis2/python/plugins/mmqgis/mmqgis_library.py", 
line 930, in mmqgis_buffers
field_index = layer.fieldNameIndex(radius)
TypeError: QgsVectorLayer.fieldNameIndex(QString): argument 1 has unexpected 
type 'int'

Versione Python:
2.7.2 (default, Oct 11 2012, 20:14:37) 
[GCC 4.2.1 Compatible Apple Clang 4.0 (tags/Apple/clang-418.0.60)]


Versione di QGIS:
2.0.1-Dufour Dufour, f738351

Someone can help me to understand what is the problem ?

Thank you

Roberto



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


Re: [Qgis-developer] mmqgis error?

2012-08-01 Thread Paolo Cavallini
Il 31/07/2012 23:11, Salvatore Larosa ha scritto:
> Hi Paolo, here works fine with r324!
>
thanks, it was a leftover from previous versions (mmqgis dir, with pyc
files).
sorry for the noise.

-- 
Paolo Cavallini - Faunalia
www.faunalia.eu
Full contact details at www.faunalia.eu/pc
Nuovi corsi QGIS e PostGIS: http://www.faunalia.it/calendario

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


Re: [Qgis-developer] mmqgis error?

2012-07-31 Thread Salvatore Larosa
Hi Paolo, here works fine with r324!

Saluti!

Il giorno mar, 31/07/2012 alle 20.57 +0200, Paolo Cavallini ha scritto:
> Hi all.
> 
> Just upgraded sextante, I'm getting back the old error:
> 
> 
> 
> Couldn't load plugin mmqgis due an error when calling its
> classFactory() method
> 
> Traceback (most recent call last):
>   File "/usr/lib/python2.7/dist-packages/qgis/utils.py", line 164, in
> startPlugin
> plugins[packageName] = package.classFactory(iface)
> AttributeError: 'module' object has no attribute 'classFactory'
> 
> 
> 
> Anyone confirms?
> All the best.
> 
> 
> -- 
> Paolo Cavallini - Faunalia
> www.faunalia.eu
> Full contact details at www.faunalia.eu/pc
> Nuovi corsi QGIS e PostGIS: http://www.faunalia.it/calendario
> ___
> Qgis-developer mailing list
> Qgis-developer@lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/qgis-developer

-- 
Salvatore Larosa
linkedIn: http://linkedin.com/in/larosasalvatore
twitter: @lrssvt
skype: s.larosa
IRC: lrssvt on freenode

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


[Qgis-developer] mmqgis error?

2012-07-31 Thread Paolo Cavallini
Hi all.

Just upgraded sextante, I'm getting back the old error:


Couldn't load plugin mmqgis due an error when calling its classFactory()
method

Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/qgis/utils.py", line 164, in
startPlugin
plugins[packageName] = package.classFactory(iface)
AttributeError: 'module' object has no attribute 'classFactory'


Anyone confirms?
All the best.

-- 
Paolo Cavallini - Faunalia
www.faunalia.eu
Full contact details at www.faunalia.eu/pc
Nuovi corsi QGIS e PostGIS: http://www.faunalia.it/calendario

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