Blayter.com

CF_GoogleMap 1.5 in Beta

After a lot of work I think cf_googleMap 1.5 is finally in a good solid beta state. If you are interested in giving it a whirl you can download it here.

Comments
In v 1.5, you have an error in the GEOCODE function.

You need to change:
<cfhttp method="get" url="instance.googleURL" resolveurl="no" ></cfhttp>
to:
<cfhttp method="get" url="#instance.googleURL#" resolveurl="no" ></cfhttp>

-Allan
# Posted By Allan Parsons | 8/7/08 2:14 PM