cutting-room-floor / markers.js

DEPRECATED: USE MAPBOX.JS
http://mapbox.com/mapbox.js
BSD 3-Clause "New" or "Revised" License
18 stars 9 forks source link

Only wrap markers if they would be visible #44

Closed ansis closed 11 years ago

ansis commented 11 years ago

Markers located off the map were being switched back and for between both sides, causing flickering near edges as reported in mapbox/mapbox.js#107

This only wraps the marker if it would be visible.

/cc @tmcw