Output spec compliant
Closed this issue · 2 comments
maning commented
Running my output from tile-cover to geojsonhint
, I get the following error
30637:1 warning Polygons and MultiPolygons should follow the right-hand rule
30638:1 warning Polygons and MultiPolygons should follow the right-hand rule
I fixed it with geojson-rewind, but a spec compliant output is better.
mourner commented
The conversion actually happens in tilebelt
(https://github.com/mapbox/tile-cover/blob/master/index.js#L25), so you should probably open an issue (or a PR?) there instead.
maning commented
Thanks! Opened one: mapbox/tilebelt#35