Zh YandexMap, changed icon offset for custom icons! You have to read!

Extensions
Всем привет. В данном релизе (4.3.1 для компонента, 3.1 для плагина и 2.1 для модуля) ИЗМЕНЕН алгоритм вычисления отступов для пользовательских иконок. Если наименование иконки не начинается с default# то такую иконку я считаю пользовательской Будьте внимательны, если Вы используете свои иконки, то теперь при незаданных отступах центром приложения иконки считается середина нижнего края иконки! (раньше это был левый нижний край со смещением 7). Смещение 7 исторически пришло из АПИ v1, и я его просто реализовал, чтобы при переходе на АПИ2 ничего не произошло с ними. С чем связано изменение: если Вы используете свои иконки, и размеры у них отличны от тех, которые идут с расширением, Вам приходится подгонять отступ, чтобы иконка не "смещалась" при изменении масштаба. Чаще всего иконка имеет центральную точку "опоры" внизу посередине, что и сейчас я…
Read More

Zh GoogleMap component for j.3.x, code review

Extensions
Hi there. I started to review code of component and module for using one common code for both extension (component and module). In future I'll add common use that code in plugin. Therefore that new version started new "big" version of component. PS I will continue support j2.5 release without adding new featues, etc. Just only support extension for 2.5, because joomla 2.5 is supported until December 31, 2014
Read More

Zh GoogleMap component, a few bugfixes

Extensions
Hi. I've got time and added some bugfixes: - in some cases you can't override clusterer icons (when active different icons for placemark clusters, grouped by Placemark Group attribute) - for admin panel (for j.3.x) when you save in details, any detail tab was changed to first - fixed warning for "Strict Standards: Declaration of ZhGoogleMapTableZhGoogleMap::_getAssetParentId() should be compatible with JTable::_getAssetParentId(JTable $table = NULL, $id = NULL)"in admin panel I added class names for Routes (description, totals), and for Map Header and Footer. Now you can override styles in your template not only by div ID, but also by class name. Refreshed translation files.
Read More

Zh GoogleMap, new translation

Extensions
Hi. I returned to continue development of my extensions. I've change "big" version, but only - add Hungarian translation - add one field into placemark table (date of creation) - it is only for future, now you can use it for manual setting this date. I did email messages parsing to automatic placemark creation (it works and will be used on site) The version number changed to big value only for my aims - to separate versions from "old" development circle and "new"
Read More

Zh GoogleMap, you can show new buttons in infowin: contact, article and details

Extensions
Hi there Tonight I did new release of component, plugin and module. New features - in Advanced tab of placemark details: * you can enable for placemark infowin new buttons in toolbar ** the Contact button - if you enable contact integration on map, and set contact to your placemark, now you can go to contact page. By default, I'll call "standard" contact view. But you can enter the URL to your contact page, and I'll use this URL for call ** the Article button. You can assign article to your placemark, and I'll show button and call this article. If you want to alter the article URL, you can enter yours (did like for Contact) ** the Placemark Details button. You can go to placemark details (like it is…
Read More

Zh GoogleMap, you can manage layers by new buttons, little bugfixes

Extensions
Hi. I've done new release with features: - you can manage layers, ie -- traffic layer you can not only simple show, but display button and show it by button -- the same for transition layer, bicycle layer and panoramio layer Look at new demo for it - press button to show/hide layer http://joomla.zhuk.cc/index.php/zhgooglemap-demo-layer-switchers - today all utility libraries (clusterer, marker with labels, infobubble and etc) loaded from component Little bugfixes (you can't show panoramio without filter fields) I done new demo for Elevation profile for KML file http://joomla.zhuk.cc/index.php/zhgooglemap-demo-feature-elevation-kml and add tutorial for that http://wiki.zhuk.cc/index.php?title=Zh_GoogleMap_ElevationForKML
Read More

Zh GoogleMap, you can restrict geocoding and places autocomplete field by region (country)

Extensions
Hi there I've done new release * refreshed translation * in admin panel when you set map bounds (restrict navigation from definite bounds), now I show this bounds on map (in map details tab) * added new field "Search region" - Open map details->Map Controls->Map Find Control (geocoding), now you can restrict geocoding by region (see Google's docs https://developers.google.com/maps/documentation/javascript/basics#Region). Now you can control how find button will work. * added new field "Search country" - Open map details->Places library, now you can restrict autocomplete suggestion by country (see Google's docs https://developers.google.com/maps/documentation/javascript/reference#ComponentRestrictions)
Read More

Zh YandexMap, you can fill polygons or circles by your image

Extensions
Всем привет. Добавил возможность заливки полигонов и окружностей своим изображением. Для этого указывается в Путях URL фоновогоо изображения. Пока используется признак stretch для заливки, т.е. изображение растягивается. Позднее добавлю еще доп. параметр для изменения стиля заливки
Read More

Zh GoogleMap, new features

Extensions
Hi there. I added some new fields for configuring map In component details. Open tab Route (or slider, depends on joomla version) I added three items * Unit System * Avoid Highways * Avoid Tolls You can set it, and it will be used in route building In this release I added in placemark details new field "Placemark Full Description" And it can be displayed in placemark detail view (menu item) by setting new parameter. And like this setting I added in placemark list view (menu item). And the second parameter I added into placemark detail and list view - hide Addition HTML text. Explainations: you can add some text into Addition HTML field, and I display it in placemark infowindow. But you can show this placemark by menu item…
Read More