bjorn2404 / jQuery-Store-Locator-Plugin

A store locator plugin using Google Maps API version 3
MIT License
495 stars 235 forks source link

mapSetting breaks map display #119

Closed thedesigncore closed 8 years ago

thedesigncore commented 8 years ago

I am trying to set scrollwheel to false in mapSettings, but when I do the map goes blank during searches.

The map loads fine on first load, but performing a search breaks the map.

This is my syntax:

'mapSettings' : {
    'scrollwheel' : false
}
thedesigncore commented 8 years ago

Never mind. Added zoom & mapTypeId to the settings and it works now.