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

I've encountered this issue with a valid polygon: let P='POLYGON (((36.293255632406975 32.40606101801413, 36.33009707717658 33.394854860641324, 35.15060719001822 33.42092621647627, 35.12678389048804 32.43116921770877, 36.293255632406975 32.40606101801413)))'; wkt.read(P).toJson().coordinates (1) [Array(5)] 0: (5) [Array(2), Array(2), Array(2), Array(2), Array(2)]...

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...

Adds configuration for running tests for arcgis js api 3.x. Tests in `wicket-arcgis3-amd-spec.js` file were created based on tests from `wicket-gmap3-spec.js`. To run the tests execute: ``` npm install karma...

The demo @ http://arthur-e.github.io/Wicket/sandbox-arcgis.html doesn't work for me. I'm getting various errors in the console, for instance "(index):15 Error: multipleDefine(…)" or "sandbox-arcgis.html:66 Uncaught ReferenceError: Wkt is not defined".

Attempted to use output of wkt write() to feed Oracle OSD, but kept getting Oracle error stating `Error: ORA-20002: WKT provided is invalid: 13367 [Element ] [Ring ]`. After troubleshooting,...

Hi I have an example: ``` var polygon = "POLYGON((30 10,10 20,20 40,40 40,30 10))"; var mapOptions = { center: [50, 5], zoom: 16 }; var map = L.map('map', mapOptions);...

I understand that WKT doesn't distinguish between a rectangle and a polygon, but google maps and possible other mapping libraries may. Google maps for example has a rectangle object which...

enhancement

## Summary Using Wicket with Leaflet versions 1.0 and onwards does not properly render islands or rings in a WKT multi-polygon (example WKT [here](http://polygons.openstreetmap.fr/index.py?id=112986)). When there is overlap, the area...

When last building in Travis CI, I noticed there are some deprecation warnings after `npm install`: ``` npm WARN deprecated [email protected]: this package is now deprecated npm WARN deprecated [email protected]:...

question
verify

Hello, I have a problem that wkt.fromObject() methods which doesn't work in vuejs web. I've checked other issues below(google api issue) but i'm using leaflet and I'm not sure how...