a-b-street / osm2lanes

A common library and set of test cases for transforming OSM tags to lane specifications
https://a-b-street.github.io/osm2lanes/
Apache License 2.0
33 stars 2 forks source link

Web Workers #211

Closed droogmic closed 2 years ago

droogmic commented 2 years ago

Add web workers, closes #206.

droogmic commented 2 years ago

This is currently broken because something isn't serializable with a known length, I think it's the recursive nature of tag-tree, so we will wait for that to be resolved.

droogmic commented 2 years ago

After fixing the conlicts, this is still broken on the serialzie unknown length issue in bincode. Need to try and figure out what isn't of known length.

droogmic commented 2 years ago

Ah, I am running into: https://github.com/bincode-org/bincode/issues/245

droogmic commented 2 years ago

And the dead-end upstream issue.

droogmic commented 2 years ago

And the dead-end upstream issue: https://github.com/serde-rs/serde/issues/1346