Wicket icon indicating copy to clipboard operation
Wicket copied to clipboard

A modest library for moving between Well-Known Text (WKT) and various framework geometries

Results 33 Wicket issues
Sort by recently updated
recently updated
newest added

Steps to reproduce this issue: 1. Create WKT string for polygon with more than 1 hole in it. 2. Read WKT string and use toObject method, to create polygon object....

verify

A polygon is provided as an array of points, which is in geojson format. `wicket.wrtie()` incorrectly returns a `POINT( ... ) ` rather than a `POLYGON ( ... ) `...

**This works** `wicket.read('{"coordinates": [[[30, 10], [10, 20], [20, 40], [40, 40], [30, 10]]], "type": "Polygon"}');` **This does not work** `wicket.read('{"coordinates" : [[[30, 10], [10, 20], [20, 40], [40, 40], [30,...

question
verify

Hi, very cool project! The demo page really takes the pain out of generating simple bbox WKT. It would be nice if 3D WKT geometries were supported. Obviously the Z...

enhancement
question

There is currently no way to remove points from the polygon

I'm setting up a reful api in nodejs, the first part was to set it with data strucutre and all test were running right good localy and on travis but...

` C:\Users\me\Documents\GitLab\Wicket>npm run build > [email protected] build C:\Users\me\Documents\GitLab\Wicket > uglifyjs wicket.js -o wicket.min.js;uglifyjs wicket-gmap3.js -o wicket-gmap3.min.js;uglifyjs wicket-arcgis.js -o wicket-arcgis.min.js;uglifyjs wicket-leaflet.js -o wicket-leaflet.min.js; fs.js:646 return binding.open(pathModule._makeLong(path), stringToFlags(flags), mode); ^ TypeError: path...

I'm upgrading my versions of Leaflet and Wkt to the latest versions: Old Leaflet version 0.7.5 -> New Leaflet version 1.0.2 Old Wkt version 1.3 -> New Wkt version 1.3.2...

As far as I can see, `circularstring` objects are not yet supported. Are there any plans to support this and other curve types?

question

See issue #123 and PR #124.

enhancement