arc2qgis / lyrxtoqml

scripts for conversion of arcgis lyrx to qgis qml
GNU General Public License v2.0
20 stars 2 forks source link

Problem in plugin (not in script) #6

Closed NettaBen closed 5 years ago

NettaBen commented 5 years ago

2019-04-09T16:33:39 WARNING Traceback (most recent call last): File "C:/OSGEO4~2/apps/qgis/./python/plugins\qlyrx\qlyrx.py", line 635, in run self.apply_lyrx_symbols(layer, j_data, geometry_general_type_str) File "C:/OSGEO4~2/apps/qgis/./python/plugins\qlyrx\qlyrx.py", line 569, in apply_lyrx_symbols symbol = self.parseCharacterFill(charSl, max_size) TypeError: parseCharacterFill() takes 2 positional arguments but 3 were given

bogind commented 5 years ago

fixed with commit 53, currently supporting character fill and point symbols.