We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
I just downloaded the latest version of geolib and try to convert a WKT text and got this exception:
const points = geolib.wktToPolygon('POLYGON ((30 10.54321, 40 40, 20 40, 10 20, 30 10))');
and got : TypeError: geolib.wktToPolygon is not a function
thanks,
Jdang
The text was updated successfully, but these errors were encountered:
e76848b
Indeed. The export was missing. This is fixed in the next release
Sorry, something went wrong.
release: 3.3.1 - 2020-05-24T14:13:59.011Z [skip ci]
e88635b
### [3.3.1](v3.3.0...v3.3.1) (2020-05-24) ### 🔧 Fixes * add missing wktToPolygon export to UMD build. fixes [#221](#221) ([e76848b](e76848b))
🎉 This issue has been resolved in version 3.3.1 🎉
The release is available on:
Your semantic-release bot 📦🚀
No branches or pull requests
Hi,
I just downloaded the latest version of geolib and try to convert a WKT text and got this exception:
and got : TypeError: geolib.wktToPolygon is not a function
thanks,
Jdang
The text was updated successfully, but these errors were encountered: