Zh GoogleMap component, added new icons

Extensions
When developed drawing elevation diagrams, I added ability to show current position on path for selected elevation profile value. And for this reason I added new icons, which names started from gm# The gm#simple-... group of icons show simple icon like in Google Maps, for definite color (... - color) The gm#dot-... group of icons show simple icon with dot like in Google Maps, for definite color (... - color). And the gm#cluster-... group of icons from clusterer, because there are many people ask about how change cluster icon and use the different cluster icon but clusters.
Read More

Zh GoogleMap component, new features for elevation

Extensions
Hi. Changes 3.1.10: * elevation profile can be displayed for KML layer, and you can set count of samples, which will be used from KML file * you can set different type of profile (Area Chart, Line Chart, Column Chart) * when you click on profile you'll see infowin which will show corresponding place for this level * when you move mouse over elevation graph, you'll see placemark, which point to current elevation place * you can select icon for marker, which show current elevation place * you can set baseline for elevation values Check demo http://joomla.zhuk.cc/index.php/zhgooglemap-demo-feature-elevation
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

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