mapbox/tile-cover

Output spec compliant

Closed this issue · 2 comments

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.

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.

Thanks! Opened one: mapbox/tilebelt#35