mapbox / tile-cover

Generate the minimum number of tiles to cover a geojson geometry
MIT License
189 stars 40 forks source link

Fix Readme example #27

Closed brunosan closed 10 years ago

brunosan commented 10 years ago

Small change to make the examples work.

cover.geojson(poly, limits); -> cover.geojson(poly.geom, limits);

cc @morganherlocker

morganherlocker commented 10 years ago

:+1: