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.
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
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