Blayter.com

cf_googleMap enters into 1.5 beta 2

I am happy to announce that cf_googleMap has been released into beta 2. The latest version can be downloaded here. There are still a few bugs left before I can call this one a full release candidate.

Overall this has been a huge release and there are so many new features that I have to test the heck out of it.

Comments
I love cf_googlemap. It has been working well but I would like to add another line of text to the bubble for city,state and zip. I am on 1.5 and you may have included it in 2.0 but there is no new release notes. When I add a new variable to googlemappoint, it does not pass properly.
# Posted By Ken Teegardin | 9/13/08 2:21 PM
Ken,

Unfortunately I have been beyond slammed at work so I have not had the time to take the last couple of hours to finish up the 1.5 release out of beta. You can place whatever you want in the bubble; I just needs to be proper XHTML. http://www.blayter.com/john/cf_googlemap/example4....

HTH,

John
# Posted By John Blayter | 9/13/08 2:44 PM
love your tag. looking for way to embed link, specifically from title in googlemappoint. any help?
# Posted By paul | 12/5/08 11:44 PM
Loving this so far. I just found the datatag feed in version 1.5, but that seems to throw off the center and zoom, and all attempts to fix it by hand don't seem to be working. I notice on the example that it seems to have the same issue. Zoom level is set all the way out. Any thoughts on how to fix? Thanks!
# Posted By Michael G. Santoroski | 12/23/08 11:14 AM
Hi John,
Great work !
But, any news about 1.5 final version ?
I tried the maptype (MAP, HYBRID or SATELLITE) option and seems to not work.
I noted some comments at lines 419, 420
...
<!--- /* Set the default map type */
map.setMapType(G_#UCASE(Attributes.MapType)#_TYPE); --->
...
I changed the word "_TYPE" with the word '_MAP' (accordingly with Google map API Documentation) and uncommented the statement and now seems to work correctly.
...
<!--- /* Set the default map type */ --->
map.setMapType(G_#UCASE(Attributes.MapType)#_MAP);
...

When will you post a new version of the project ?

Thanks

Domenico
# Posted By Domenico LANZA | 10/11/09 3:05 PM