north-road / slyr

A Python ESRI lyr/style file converter/extracter/parser

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Failed to convert polygon fill style "Expected 01 at 0x30, got b'14"

iqnaul opened this issue · comments

I'm having issue when try to convert my custom arcgis style which consists of polygon fill, the slyr log stated that: Error reading symbol Mangrove: Expected 01 at 0x30, got b'14' (mangrove is one of my style class).
I'm using QGIS 3.2 on Windows10-x64 and already setup the mdbtools-win path, my style file is attached
2018-09-05 05_09_34-convert esri style to qgis xml

PL.zip

Thank you!

Can you please attach screenshots of the expected symbol properties too? (Make sure you also attach screenshots of the color dialogs)

Hi Nyall,

here it is
2018-09-05 05_20_03-symbol selector
2018-09-05 05_21_48-symbol property editor

fyi I also try to convert Arcgis Geology 24K Style and it also gave me another error

Please attach screenshots of both the fill color and outline color dialogs too (i.e. the one with "color selector" at the top and the choice of RGB/CMYK/etc)

Hi, sorry for the delayed response.
This is the fill color dialogs:
fillcolor

This is the outline color:
outline-color

Thank you!

Fixed