Zh GoogleMap, new panel feature, lot of changes

Extensions
Hi. The new release of all extensions is done. Buffixes: * fixed ajax loading placemarks in plugin call and module (it was loaded twice, by ajax and in page code) * when you enable hovering feature and used infowin to display text, it anchored to bottom center (as the placemark icon), but infobubble displayed with offset. Now InfoWin and InfoBubble displayed with offset - anchored above the icon New features: * new value for component option "Map Initialization Type", it is "JQuery ready event". As I wrote in my docs, if the other extension use "onload" function to initialization, the map is not displayed, and I suggested to use "domready" init type. But it is a mootools part, and now Joomla removed this tools from framework and use JQuery. Some…
Read More

Zh GoogleMap, new repacked release

Extensions
Hi. Today I did new release, and suggest to get it from JED. What's new: - now all extensions included in one package, and this package uploaded into JED - now you don't need to get each extension from JED and install it - this package supports autoupdate feature too, and when I'll develop new extension for this component (for example system plugin or search plugin), it will be included into package and you'll get it automatically. - plugin, component and module still have autoupdater, and if I need to fix it (or add new features) you'll get it as it was   After about a month I'll delete separate plugin and module from JED, because it is included in one distribution package (where component was). Cheers, Dmitry
Read More

Zh GoogleMaps, added new features

Extensions
Hi. I did new release of component today with two new features. 1. now you can set hover fill color for rectangles and circles                       2. you can add article into infowin's body. If you open placemark integration section, you can see an article selector. It was, but you could just add button into infowin. Now you can go to appearance section and select "Title and Article (by iframe)" or "Article (by iframe)" infowin content field.                     To alter styles for iframe you can add it's CSS style into field in integration section and define it in your template
Read More

Zh GoogleMap, component and plugin bugfix

Extensions
Hi. Today I did new releases for component and plugin. Component fixed: you can get warning for not initialized variable "adsenses" Plugin fixed: if you have more than one article on page, or a few Custom HTML modules with plugin call - you can get error (if for different maps you have different settings of features)
Read More

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, new ajax placemark loading type

Extensions
Hi.   I added new parameter to configure load placemarks process             By default all placemarks will be loaded Two step loading - firstly loaded placemarks in map bounds, after that will be loaded the others placemarks The third type - load placemarks by map bounds.   The third type I think useful when you restrict map zooms or map bounds. It is because it will be constantly request to show new placemarks. And it will take time if placemarks will be a lot (for example, on less zoom). The first and second types quite works, and very good with using buffering (for example, enter Buffer Size for placemarks to 100 or 200).  
Read More