Zh GoogleMap, bugfix, new map attribute, temporary disabled marker manager

Extensions
Hi. Today I did little temporary release. * Fixed link "Open on Google Map" - in some cases there was only one slash after protocol * In Google Maps documentation they suggest not use "scrollwheel" property and use "gestureHandling". Therefore map property "Scroll Wheel Zoom" now changed to "Gesture Handling", and like old values there are "none" and "cooperative". Read more about gesture handling on https://developers.google.com/maps/documentation/javascript/interaction One more change: Marker manager temporary disabled due to new development. I mean "Marker Manager" - manage markers (show/hide) depend on map zoom. In new future relase it will work correctly not only as is, but also will work together with clusterer and group managment. If you use Marker manager - wait new release.  
Read More

Zh GoogleMap, new feature – auto-zoom and auto-center

Extensions
Hi. By request I added new feature - automatic set center and zoom map to show all placemarks. Here you can see where it is           Before that you can ability manual set zoom and center to show map with its objects. But in browsers on different devices you have different resolution. And you can't predict what zoom you have to set. But now you can just set this property to Yes, and google maps calculate and set zoom and map center. You should to know - if you set map centering placemark, or you set open infowin for placemark, then this properties can override expected behavior.
Read More

Zh GoogleMap, module and plugin support additional parameters

Extensions, Joomla!
Hi. I changed some styles in component (menu item) - width of fields. I added the same fields as in component into module (paths and routes), and apply width style for all parameters. In module now you can select map (not enter its ID) In plugin call by CategoryList and GroupList now there is a new parameter - ObjectTypeList. In it you can manage what map objects will be displayed by this Category or Group. By default it is placemark, for backward compatibility. And fixed double definition of paths for case dynamic loading map objects.  
Read More