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

Zh GoogleMap component, new feature – dynamic content request

Extensions
Hi Today I've finished tests and fixes. Now you can enable dynamic loading content in map properties. Go to Map tab. Open your map details. Open Advanced options slider. You can see Loading content data dynamically field. If you set it to Yes, then when map is loading, there is no creation content string and onclick listeners for each placemarks. And when placemarks created, the only one loop to create onclick listener for placemarks, which do the same - get Action by Click, Zoom by Click and proceed it. And when, for example - Open infowin - it loads data to show and show it. It can reduce page size and cause to more quickly response. In next week I gonna do support that feature changes in module and plugin.…
Read More