YaleDHLab / nhba

A digital archive of New Haven's architecture
https://nhba.yale.edu
4 stars 4 forks source link

Building markers ie #272

Closed duhaime closed 7 years ago

duhaime commented 7 years ago

IE calls the mouseout event constantly when the mouse hovers on a building marker. One common workaround is evidently to use the onmouseleave event instead, which should work properly in IE. However, the Google Maps API does not expose this event, nor does the map library we're calling that wraps Google maps, so we can't support the onmouseleave event.

This PR resolves this visual issue by disabling the building marker card on ie browsers.

closes #269