mapbox / tile-cover

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

camelCase options #68

Open mourner opened 9 years ago

mourner commented 9 years ago

min_zoom and max_zoom options break all JS conventions by not being camelCase, which is pretty confusing. I think we should eventually break compat and rename them (with a major version bump).

morganherlocker commented 9 years ago

Agree. I think this style may have been a carry over from s2, but I cannot remember.