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

Zh GoogleMap, bugfixes and new featues

Extensions
Hi. I've fixed some bugn: * plugin not show route panel when there is no any placemark on map * all extensions not correct show placemark for elevation profile - it very quickly hides - I created at first without hide when moveout from profile, but after that add. And today it started hiding when you move a little from diagram line (I think there was some changes in visualization library, because I was listening mouseout from div of diagram, and now it is work different). Now I changed listening event (listening chart event, not div) and it is more convenient. AND! I've added into component properties (when you create menu item) a few fields: * Zoom - it overrides the Zoom value of the map * Placemark for map…
Read More