Closed songjiahong closed 6 years ago
It looks like several tests are failing. Can you check out the Travis CI build details? In particular, the first Google Maps 3 test that fails:
FAILED TESTS:
Standard WKT Test Cases:
Coverting WKT strings into objects:
✖ should convert a basic POLYGON string to a Polygon instance
PhantomJS 2.1.1 (Linux 0.0.0)
Expected '(10, 30),(40, 40),(40, 20),(20, 10),(10, 30)' to equal '(10, 30),(40, 40),(40, 20),(20, 10)'.
tests/wicket-gmap3-spec.js:834:35
It looks like maybe the first vertex is not being repeated (to close the ring)?
Not feeling good today, I will check these tomorrow. Looks like the tests should be updated.
Thanks for checking the tests @songjiahong. Let me know what you've decided about inner ring orientation, then I'll confirm the pull request.
All good now
Great! Thanks so much.