I've used the Yahoo Map Service to do this http://developer.yahoo.com/maps/
You can get single lon & lat info and I've used loop statements to set several into an array.
Wiredwizard
http://www.wiredwizard.net
<!--The first example creates the file \temp\foo on a windows system and sets attributes to normal. --->
<cffile action = "write" file = "\temp\foo" attributes = normal output = "some text">
<!--- The second example appends to the file. --->
<cffile action = "append" file = "\temp\foo"...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.