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

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 YandexMap, new features for traffic layer

Extensions
Всем привет. Добавлены 2 поля на слайдере Map Controls Добавил автоматический показ слоя пробок (не надо нажимать кнопку лишний раз :)) - поле Show Traffic Layer Для второй версии API также действует параметр Traffic Layer Provider - Ключ провайдера пробок, показываемых на карте - Сейчас или Обычно
Read More

Zh GoogleMap, bugfix is relased

Extensions
Hi. I've fixed my mistake. Sorry for inconvenience :) I want to improve performance, but forget about additional HTML text field in placemarks. And I did performance improvement - if you don't want to show any info in infowin - you should set "Action by Click" to "No". And in this case I don't create any data for placemark infowin. PS I've added a few new icons. And fix one more little - hide infobubble when you show in InfoWin street view Thanks. Dmitry
Read More