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, 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

Zh GoogleMap, new features

Extensions
Hi. I've added new features: In component, module and plugin added ability to show elevation diagram http://joomla.zhuk.cc/index.php/zhgooglemap-demo-feature-elevation It is first implementation, and shows the last displayed paths. In future I'll add ability to show diagram by clicking on path In module and plugin changed paths displaying code, now it is the same as in component, and shows circles too. In plugin for call by placemark, by group and by category added ability to modify placemark animation and placemark icon - it is for action parameter. The additional values (which can be separated by comma): bounce - set BOUNCE animation the_text_which_is_icon_title - new icon name Check documentation
Read More

Zh GoogleMap, new features

Extensions
Hi. I've done new releases: * in component options added new parameter "Map Initialization Type", which have values - onload - this is current map loading way - domready - mootools domready listener. You can select "domready" initialization way if there is problem with he other onload function (by the other extension) This initialization type used in component, module and plugin * in component call (in menu item) there are two additional fields: Category List and Placemark Group List. You can specify not only one category IDs or group ID for showing placemarks * in module create two fields too (category list and placemark group list)
Read More