Posted by captcodemonkey on September 26, 2012 at 3:26pm
1 follower
| Project: | GMap Module |
| Version: | 7.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
After much time spent trying to get mtc=none and other various options to work in the macro, I started doing research and tracking things down in the file, correct me if I'm wrong here, but I found this on:
line 321 gmap.js
opts.mapTypeControl = true;
Changing this to false does what I want to do, but I really didn't want to have to hack a module file to do it.