flexible-polyline
flexible-polyline copied to clipboard
Flexible Polyline encoding: a lossy compressed representation of a list of coordinate pairs or triples
Hi all, I would like to use flexible polyline decoding in ruby. Could anyone help? Is there a gem by any chance?
Hi there, This is a porting of the python implementation in Ruby. I need this library for our company projects in Ruby on Rails 💎 I hope you'll decide to...
Hi there, We would like to use flexpolyline in a Java project. However, once we added the following dependency to the `pom.xml`, it did not work. flexpolyline was not be...
Current elevation encoding does not allow for outputting "null" values where elevation is unknown. If a new elevation encoding format is added at some point, please include the ability to...
Hi all, we use a copied version of https://github.com/heremaps/flexible-polyline/blob/master/javascript/index.js in our codebase and I just noticed that the decode function returns higher precision values than expected (more decimal places). I...
Decoding polylines on flutter web is completely wrong. Using the provided example from https://pub.dev/packages/flexible_polyline, running on android works just fine and prints out the expected results ``` List decoded =...
Hi there, wow, first issue in the repo! I'm trying to install the node.js package with the command `yarn add @here/flexpolyline` and I get this error: ``` error An unexpected...
Hi there I love your algorithm and it was working great for me on android but did not seem to be providing right coordinates for the same polyline on ios....
I translated the Java version into a pure Swift version and it works for me. I'd spend it for this library, but I'm not experienced in creating a pull request....