MicheleBertoli / react-gmaps

A Google Maps component for React.js
http://react-gmaps.herokuapp.com/
MIT License
317 stars 68 forks source link

How can i disable the zooming. #106

Closed Abrinlouis closed 7 years ago

Abrinlouis commented 7 years ago

I need to disable the zomming when scrolling on the map.Please help me to solve this issue

copperstick6 commented 7 years ago

Hey @Abrinlouis, This is what your Maps Component should look like if you want to disable the scroll wheel:

<Gmaps
        //other settings here
        scrollwheel = {false}
 </Gmaps>

I've tested this solution and it should work. Let me know if you run into any more issues.

Abrinlouis commented 7 years ago

Thanks you..It worked

Abrinlouis commented 7 years ago

My map is showing blank at the first time,but when try to inspect or resize the window map is showing up. Can you please help me sort this issue

MicheleBertoli commented 7 years ago

Thank you very much @copperstick6.

@Abrinlouis closing this in favor of #107