New features for Zh GoogleMap

Extensions
Hi I added two new features: you can customize how open links in palcemark toolbar you can add to tabs infowin content or replace tabs by it   Look at first one under description you can see toolbar. Here you can find buttons to set start/end points for route finder And up to 3 buttons from integration page There are contact details, article details and placemark details       Now you can define how to open this links (it was only in new window)                                 As for second feature. When I implemented InfoBubbles, you could only add it's content on tabs definition page. Now you can add InfoWin content definition to InfoBubble. And now…
Read More

Zh GoogleMap component, additional field to load JavaScript libraries

Extensions
Added new field for loading JS-files. For some template (or installation), not loading JQuery library, or some other. You can define for your map to load it (in map details, Advanced Options tab)               Like some time ago I added fields to load CSS styles, now you can load JavaScript libraries. It loads before my libraries. PS it can fix problem when you use Search Placemark in Placemark List feature (wrong order of loading library jquery-ui before jquery)
Read More

Zh GoogleMap, placemark list and group list synchronization, new feature – text overrides

Extensions
Hi   Today I did release with big changes, but didn't change component version too much because it is temporarily but correct release.   New features: - now you can set to show/hide placemarks in placemark list when you use placemark group control. Ie if you hide placemarks by clicking on group, it were hidden, but in placemark list it still be accessible. Now set synchronize to yes, and it will be removed (or shown) in placemark list too.               The other feature - now you can override text labels (titles etc). There is new tab with it's list                       You can create your own descriptions and use it in map details    …
Read More

Zh GoogleMap, new features – search placemark field and icon offsets

Extensions
Hi Finally I did release with new features: First feature: in map details on Placemark List tab there is a new radiobutton - Search Placemark Field. If you enable it, then you'll get search field in placemark list   Now you can type placemark title to find and do action There is autocomplete ability exits                                 The next feature - you can change "anchor" for placemarks. There are two fields in placemark details, and there are two fields in placemark groups               If you set value not equal 0 you'll get offset for icon position. You have to know: the (0,0) - it is bottom center position for icon.…
Read More

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