bradcornford / Googlmapper

An easy way to integrate Google Maps with Laravel
MIT License
464 stars 142 forks source link

Map init option not getting set #299

Open dambridge opened 6 years ago

dambridge commented 6 years ago

Hi there. I'm trying to add the following element in the array with the other initialization options 'gestureHandling' => 'none', but it doesn't appear in the rendered javascript.

bradcornford commented 4 years ago

Hi there,

That option isn't currently supported with this package. Feel free to submit a PR to achieve this, you'd probably need to modify view/map.blade.php ~ 25 and MapperBase.php in a few locations.