Closed JosiahParry closed 1 year ago
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...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
Closes https://github.com/JosiahParry/rsgeo/issues/27
geom_linestring()
,geom_polygon()
andgeom_multipoint()
constructors ignored order. This was due to the internal use of aHashMap
. These have been swapped to aBTreeMap
which preserves order. Additional tests have been added to compare tosf
s constructors as validation.