paleolimbot / wk

Lightweight Well-Known Geometry Parsing
https://paleolimbot.github.io/wk
Other
45 stars 6 forks source link

feature id not type is printed #179

Closed mdsumner closed 1 year ago

mdsumner commented 1 year ago

https://github.com/paleolimbot/wk/blob/e3d4efbf8e3da559dfe1b202ba5374822273e40f/src/xy-writer.c#L150

just noticed the print gets the feat_id + 1 not the type code

mdsumner commented 1 year ago

ah, no sorry for the noise - I misread the format in the printf

(it worked with a correct message on type 12, MULTISURFACE but I had conflated the numbers)