Zh GoogleMap component bug fixing

Extensions
Hi I did a little fixing of incorrect behavior component code when you use plugin, ie - rating system now more correct do calls, and returned messages displayed not over placemark description (added one more div) - when you show a few maps in one article you can get placemarks on wrong map, ie markers from one map was displayed on the other map   Now by default zoom (for new StreetView styles) value is 0. There was 1, but I decided than min zoom will be more correct. I've rechecked, and zoom parameter for StreetView styles is still working. The zoom values from 0 to 5 is processed by google's maps API (despite the documentation omit this option parameter, only using function to set new zoom).    
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