heremaps / flexible-polyline

Flexible Polyline encoding: a lossy compressed representation of a list of coordinate pairs or triples
MIT License
89 stars 76 forks source link

Improve documentation by adding a pseudocode section #61

Closed frankgae closed 1 year ago

frankgae commented 1 year ago

This adds a paragraph to the projects READNE containing pseudocode that illustrates the steps needed to decode an encodes polyline.

The main intent is to make it easier to understand how the flexible poyline encoding algorithm works. Potentially, it could also help in adding an implementaion in a yet unsupported language.

Signed-off-by: Frank Gaebler frank.gaebler@here.com

VeaaC commented 1 year ago

Looks good to me, you just need to sign the commits.