JosiahParry / rsgeo

R bindings to the geo Rust crate
https://rsgeo.josiahparry.com/
Other
46 stars 5 forks source link

Fix ordering of constructors #30

Closed JosiahParry closed 1 year ago

JosiahParry commented 1 year ago

Closes https://github.com/JosiahParry/rsgeo/issues/27

geom_linestring(), geom_polygon() and geom_multipoint() constructors ignored order. This was due to the internal use of a HashMap. These have been swapped to a BTreeMap which preserves order. Additional tests have been added to compare tosfs constructors as validation.

netlify[bot] commented 1 year ago

Deploy Preview for stellular-griffin-bbae6c ready!

Name Link
Latest commit 67bddc7c6a38be6dc27dcb6d17e248590e50a16d
Latest deploy log https://app.netlify.com/sites/stellular-griffin-bbae6c/deploys/651c12f43320eb0008e4c8cb
Deploy Preview https://deploy-preview-30--stellular-griffin-bbae6c.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.