Zh GoogleMap, code and styles review

Extensions
Hi. As Google change styles for it's map control I added this too. By default (if you don't set map API version) you are using 3.exp (experimental) version. If you set version to 3 - then you will use last release. From version 3.22 some controls is not exists. Ie if you set version to 3.21 then you'll see "old" version of control. Changes: - Overview map control - deprecated - Pan control - deprecated - for Zoom control just only one style I change button styles to have the same style as google maps controls Look at two images to compare the difference
Read More

Zh GoogleMap, little bugfix

Extensions
Hi I fixed little bug - when you use placemark management by group list and use placemark list, and in map options you set "Synchronize with placemark list" to yes and have placemarks with option "Include in Placemark List" to "No" you got an error
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 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, 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

Zh GoogleMap, new features: overlapping markers on spiral, new type of group management, etc

Extensions
Hi all Plugin doesn't support it yet (untill I'll do refactoring of it) !!! I've done new release of component, now component and module supports new features:   - when you have overlapping placemarks (markers in closest place) you can set show all of it on spiral. It is like spiderfying, but I have my own algorithm of building placemarks to spin, and the other formula of building spiral -- if you want, I can add two parameters for building your own spiral type                     Before click                 After click                     - the ONLY one restriction: now it doesn't work with clusterer (when you have…
Read More