surrealdb / surrealdb.js

SurrealDB SDK for JavaScript
https://surrealdb.com
Apache License 2.0
271 stars 46 forks source link

fix: fix GeometryCollection class #273

Closed Odonno closed 1 month ago

Odonno commented 1 month ago

Thank you for submitting this pull request! We appreciate you spending the time to work on these changes.

What does this change do?

Fix GeometryCollection class as it takes/returns a geometries prop instead of a coordinates props.

Have you read the Contributing Guidelines?