Zh GoogleMap component and plugin can zoom KML, use Elevation API

Extensions
Hi. New features of component: Changes (2.4.10 - 2.4.11) * add "Elevation" field in map tap to show Elevation in point where you click (using elevation api) * add "KML Layer Show Type" (in paths tab) to set zoom map or do not change when load KML-layer * add "Compatible Mode" option in component option to get over the error "link.hasClass is not a function" (when use marker managing by group list). Just set yes to fix this problem (it can be in IE6/7) And two first of above implemented in plugin
Read More

Zh YandexMap, plugin & component can support icon offset, changed backend

Extensions
Всем привет. Подправил компонент и плагин. В компоненте на картах есть возможность переключаться между типами карт. Немного изменился экран подробностей метки. Добавилось 2 поля - Отступ иконки по X, Отступ иконки по Y Если установить два ноля, то иконка отображается как и раньше (в JS не пишется iconStyle.offset = new ...) Если я правильно все понял (если не указать offset при создании стиля), то в этом случае x=0 а y=-1*(размер иконки по высоте), думаю, чтобы левый нижний угол указывал на место Плагин так же поддерживает эти поля
Read More

Zh GoogleMap + Zh YandexMap – Components now updetes from update tab of extension manager

Extensions
Hi. Now components can be updated from update tab of Extension Manager. I don't know what, I've corrected xml-files, but I've noticed it only in Joomla! v.1.7.3 As for plugins - it is still not works :( ----------------------------- Всем привел. Теперь компоненты обновляются из Extension Manager. Я немного подправил xml-файлы, но это заметил только на Joomla! v.1.7.3 Плагины пока так не обновляются
Read More

Zh GoogleMap + Zh YandexMap – all updated

Extensions
Hi. I've updated < script type="text/javascript" > < ![CDATA[ // content of your Javascript goes here ]] > < /script > to < script type="text/javascript" > /* < ![CDATA[ */ // content of your Javascript goes here /* ]]> */ < /script > !!!!!!!!! It is as for ZTools plugin (ZooTools) - which lined all code in one big line. I think it can produce errors - not showing a map. May be this can caused by another plugins. Check now, is it OK. --------------------------------------------------------------- Всем привет. Все плагины и компоненты обновлены. Исправление связано с возникновением проблемы с ZTools plugin (ZooTools) когда во всем тексте удаляются переносы строк и все представляет собой одну длинную строку. Это могло производить проблему - карта не выводилась. Такой же эффект мог быть произведен аналогичным…
Read More