Zh GoogleMap, new little feature

Extensions
Hi. Happy New Year! I come back to developments after our country New Year holidays (up to Jan, 9) :) I decided to publish a little release after holidays to not forget what I did before it. * added new travel mode (Public Transit) in map route drawing and in routes details * added a few new icons
Read More

Zh GoogleMap, Marker Manager doesn’t work – there will be a “bugfix”

Extensions
Hi. If you use Marker Manager - show/hide placemarks depend on zoom - you can noticed, that it stopped worked. The problem is: for current version, and version 3.10 of GoogleMaps API it stopped. You can check this link for google's example page http://google-maps-utility-library-v3.googlecode.com/svn/tags/markermanager/1.0/ But if "switch" to version 3.9 - it still working. I decided to add new component parameter - VERSION of MAP API - if you fill this field - I'll add this version into Maps API loading string - if you skip (or set to blank) - I'll skip definition for map API version in loading string (in URL) I mean this https://developers.google.com/maps/documentation/javascript/basics#Versioning And new version with this feature will be today or tomorrow. If you need it as quick as possible, post me - I'll…
Read More

Zh GoogleMap plugin, new features for lightbox

Extensions
Hi there ;) As you know, I added parameters to component (zoom, MapCenterPlacemarkId, MapCenterPlacemarkAction) - ie if you call component (create a menu item), there are 3 parameters - new map zoom, placemark id for new map center, and action for this placemark (you can highlight it by set animation (bounce), change icon (define new icon name), and execute 'click' on this placemark to execute predefined action for this placemark. Now, plugin supports this features Check my docs http://wiki.zhuk.cc/index.php?title=Zh_GoogleMap_Plugin#Show_Map_in_Lightbox This is full call {zhgooglemap-lightbox:MMM;Title;Width;Height;Image;PlacemarkList;Zoom;Center;Action} The last 3 parameters - it is new one
Read More