[FOSSGIS-Talk] Generieren eines Rechtecks

Mona Wueleheu dr.mona.wueleheu at posteo.net
Di Aug 30 18:58:39 CEST 2016


Hallo Eckhard,

das QGIS-Plugin CADDigitize hat ein Werkzeug, mit dem man auf 
verschiedene Arten und Weisen in bestehende Layer Rechtecke 
reindigitalisieren koennen soll.


Verehrte Liste,

angeregt von Eckhards Frage wollte ich das ausprobieren. Dabei stiess 
ich staendig auf einen Fehler mit unten zitierter Meldung.

Worauf weist

AttributeError: 'QgsMapCanvas' object has no attribute 'mapSettings'

hin? Ich hatte dem Layer und auch dem Canvas ganz ausdruecklich das 
gleiche Geobezugssystem zugewiesen ...


Mit bestem Gruss
Mona

\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
An error has occured while executing Python code:

Traceback (most recent call last):
   File 
"/home/drmonawueleheu/.qgis2/python/plugins/CADDigitize/CADDigitize.py", 
line 794, in createFeature
     renderer = mc.mapSettings()
AttributeError: 'QgsMapCanvas' object has no attribute 'mapSettings'

Python version:
2.7.6 (default, Jun 22 2015, 18:03:54)
[GCC 4.8.2]


QGIS version:
2.0.1-Dufour Dufour, exported

Python path: ['/usr/share/qgis/python/plugins/processing', 
'/usr/share/qgis/python', '/home/drmonawueleheu/.qgis2/python', 
'/home/drmonawueleheu/.qgis2/python/plugins', 
'/usr/share/qgis/python/plugins', '/usr/lib/python2.7', 
'/usr/lib/python2.7/plat-i386-linux-gnu', '/usr/lib/python2.7/lib-tk', 
'/usr/lib/python2.7/lib-old', '/usr/lib/python2.7/lib-dynload', 
'/usr/local/lib/python2.7/dist-packages', 
'/usr/lib/python2.7/dist-packages', 
'/usr/lib/python2.7/dist-packages/PILcompat', 
'/usr/lib/python2.7/dist-packages/gtk-2.0', 
'/usr/lib/pymodules/python2.7', 
'/usr/lib/python2.7/dist-packages/ubuntu-sso-client', 
'/usr/lib/python2.7/dist-packages/wx-2.8-gtk2-unicode', 
'/usr/share/qgis/python/plugins/fTools/tools', 
'/home/drmonawueleheu/moldenhauer/arbeit_lokal/de/entwurf/he_windpot_2011/geodaten/analyse']
\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
On 30.8.2016 14:14, Eckhard Schmidt wrote:
> Hallo,
>
> drei Fragen (QGIS 2.16):
>
> 1)  ich will einen neues Polygon-Layer anlegen, und dabei will ich ein
> Rechteck generieren.