georust / wkt

Rust read/write support for well-known text (WKT)
https://crates.io/crates/wkt
Apache License 2.0
51 stars 25 forks source link

How to pass GEOMETRYCOLLECtion from sql #82

Closed AkshayGore closed 2 years ago

AkshayGore commented 2 years ago

I am working on Leaflet-WKT.js as provided on Github https://github.com/arthur-e/Wicket/blob/master/wicket-leaflet.js

I am trying to pass geometrycollection WKT MultiPolygon collection. Could anyone please help me to resolve this issue? Attachment https://drive.google.com/file/d/1wke9XbsTYYb7OQEW8Y4blJvIGbW5LgkG/view?usp=drivesdk

Console log The geometrycollection WKT type is not yet supported.

rmanoka commented 2 years ago

This repo is the rust programming language crate for parsing WKTs; not wicket. Your error seems to be from wicket.js; please report and inquire it in that repo.