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.
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.
You need to change:
<cfhttp method="get" url="instance.googleURL" resolveurl="no" ></cfhttp>
to:
<cfhttp method="get" url="#instance.googleURL#" resolveurl="no" ></cfhttp>
-Allan