USEPA / SWMM-EPANET_User_Interface

User interface for the Stormwater-Management-Model
111 stars 67 forks source link

default label placement on map #284

Closed jlkittle closed 4 years ago

jlkittle commented 6 years ago

maptools.py line 786 -> pal_layer.placement = QgsPalLayerSettings.AboveLine

causes a type mismatch on linux, suggest a change to

pal_layer.placement = QgsPalLayerSettings.AroundPoint

TongZhai commented 6 years ago

@jlkittle AboveLine is the choice for line features and it is equally valid as the AroundPoint enum in pyqgis 3. So, if it complains about one, it should complain about the other... were you able to run it or would it fail there?

PaulDudaRESPEC commented 5 years ago

Changing this one to 'needs more info' for now, while awaiting testing on Linux.

PaulDudaRESPEC commented 4 years ago

Closing old issues, assuming this issue is not relevant to the current version of the software. Feel free to re-open if the problem still occurs.