mapbox / mapbox-gl-js-mock

A maybe-some-day-fully-featured mock for mapbox-gl-js
BSD 3-Clause "New" or "Revised" License
25 stars 33 forks source link

mock queryRenderedFeatures #5

Closed mcwhittemore closed 8 years ago

mcwhittemore commented 8 years ago

adds simple user based mocking for queryRenderedFeatures.

mcwhittemore commented 8 years ago

@davidtheclark can you give this a review?

mcwhittemore commented 8 years ago

@davidtheclark reading the code over, removing envelope should make this a more accurate mock. I have rewritten this and added a handful of comments to try and explain what is going on.

davidtheclark commented 8 years ago

Cool, looks good. If it's working the way you intend in your Draw tests, then merge away.