Zh GoogleMap module supports external links to placemarks

Extensions
Hi I added to module support external link to placemark.                     After that you can use special function to center and or click on placemark, and change zoom by this action   Example #1 <p> <a href="#" onclick="javascript:PlacemarkByIDShow(682, 'center,click'); return false;">Show placemark on map</a> </p> This code will create link to placemark with ID=682. And will do center on this placemark and click on it   Example #2 <a href="#" onclick="javascript:PlacemarkByIDShow(48, 'click', 10); return false;">Show placemark on map</a> In this case link to placemark with ID=48. And you click on this placemark and change zoom to 10   Cheers, Dmitry
Read More

Zh GoogleMap, a few improvements

Extensions
Hi there.   I changed messages for "external" positioned placemark group list (when I don't find special div). Now it's display correct div ID. You can confused to get this message in case of plugin call (because it came from component feature)   A few days ago there was a request to add Finnish (Finland) translation. I added support this language, but there is no any translation in transifex yet. One new value for action for placemark list added: Center and Click Ie now you can not only set map center for your placemark but also click on it.  There were only separate actions: Click, Center.  
Read More

Zh YandexMap supports https protocol

Extensions
Всем привет. В опциях компонента появилась возможность указать, по какому протоколу загружается API При этом данный параметр влияет и на вывод карты в административной панели (при вводе меток, центра карты и путей)
Read More

Zh GoogleMap, total code review. Plugin supports all component features

Extensions
Hi. I did code review and now all my GoogleMap's extensions (component, module and plugin) use one common code, libraries and styles, therefore all features designed before are accessible in plugin too. Extentions behavior is the same. Ie, in plugin now appeared: - placemark/KML management by group list - hover effects for placemarks - spiderfying placemarks (which are overlapped on map) - ajax loading placemarks and it's content - placemark's rating system and so on. I added some styles definition for divs I added default style (and div classes) for map: if you don't define CSS style class for map in map details - I'll add this class and now component, module and plugin have CORRECT image displaying (bug for bad shape (produced by template css styles, max-width and etc)…
Read More