RE: Distance b/w Two Zips Function

2001-03-01 Thread Jeff Beer
Subject: RE: Distance b/w Two Zips Function I'm a little confused by the site. Is cf_ziprad $225 itself? This includes all the other tags mentioned on the site? Is the $250 database a separate cost, purchased through a separate site? Benjamin S. Rogers Web Developer, c4.net Voice: (508) 240-0051 Fax

Distance b/w Two Zips Function

2001-02-28 Thread Duane Boudreau
Hi All, Does anyone have the mathematical function for calculating the distance between two zip codes using the latitude and longitude of both zip codes? TIA Duane ~~ Structure your ColdFusion code with Fusebox. Get the official book at

RE: Distance b/w Two Zips Function

2001-02-28 Thread Dylan Bromby
)# here are some links as well: http://www.indo.com/distance/distance-details.html http://www.svpal.org/~walters/GC_Measurements.htm --dylan -Original Message- From: Duane Boudreau [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 28, 2001 7:15 AM To: CF-Talk Subject: Distance b/w

Re: Distance b/w Two Zips Function

2001-02-28 Thread Billy Cravens
There's a custom tag that does this for you: cf_ziprad, though it requires that you purchase a zip code db (well worth the $$$) -- Billy Cravens HR Web Development, Sabre [EMAIL PROTECTED] Duane Boudreau wrote: Hi All, Does anyone have the mathematical function for calculating the distance

RE: Distance b/w Two Zips Function

2001-02-28 Thread Douglas Knudsen
did he want staright line distance or the 'by car' distance? DK From: [EMAIL PROTECTED] AT INTERNET on 02/28/2001 10:45 AM To: [EMAIL PROTECTED] AT INTERNET@CCMAIL cc:(bcc: Douglas Knudsen/ATL/ALLTELCORP) Subject: RE: Distance b/w Two Zips Function this has come up before

RE: Distance b/w Two Zips Function

2001-02-28 Thread Duane Boudreau
list. Duane -Original Message- From: Dylan Bromby [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 28, 2001 10:45 AM To: CF-Talk Subject: RE: Distance b/w Two Zips Function this has come up beforehere's what i use. i understand there are more accurate formulas (look up

RE: Distance b/w Two Zips Function

2001-02-28 Thread Jeff Beer
: Billy Cravens [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 28, 2001 11:16 AM To: CF-Talk Subject: Re: Distance b/w Two Zips Function There's a custom tag that does this for you: cf_ziprad, though it requires that you purchase a zip code db (well worth the $$$) -- Billy Cravens

RE: Distance b/w Two Zips Function

2001-02-28 Thread Dylan Bromby
have you tried normalizing your lat/lon? -Original Message- From: Duane Boudreau [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 28, 2001 8:32 AM To: CF-Talk Subject: RE: Distance b/w Two Zips Function That's similar to the function I was using but switching to your function from

RE: Distance b/w Two Zips Function

2001-02-28 Thread Benjamin S. Rogers
- From: Jeff Beer [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 28, 2001 11:47 AM To: CF-Talk Subject: RE: Distance b/w Two Zips Function ZipRad actually does a radius calc. The distribution also contains cf_zipdist for grabbing the distance between two distinct zips. DON'T order

RE: Distance b/w Two Zips Function

2001-02-28 Thread Dylan Bromby
e like MQ, ESRI, etc. - or - 3) write a bot that goes out and gets the data for you. 1 2 are $$. 3 is free...albeit questionable. :) -Original Message- From: Douglas Knudsen [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 28, 2001 8:23 AM To: CF-Talk Subject: RE: Distance b/w Two Zips