Re: cfmapitem

2010-02-03 Thread Raymond Camden

Um... so yes, CF9 has this bug. It is definitely a bug. Um. Don't
ask why it worked on my version, because I can't answer. Good news is
that it WILL be fixed. Unfortunately you are stuck for now. It isn't
too hard to use Google maps by hand though.

On Tue, Feb 2, 2010 at 9:43 PM, Azadi Saryev az...@sabai-dee.com wrote:

 that's rather weird. i get the same error as well in cf9 on winXP.
 seems like a bug...
 Ray - how come you do not get this error? did we miss an update or hf
 for cf9?

 Azadi Saryev



 On 03/02/2010 07:46, Tim Do wrote:
 cfmap centerlongitude=-117.8529534 centerlatitude=45 /

 

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:330379
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: cfmapitem

2010-02-03 Thread brad

 From: Raymond Camden rcam...@gmail.com
 Um... so yes, CF9 has this bug. It is definitely a bug. Um. Don't
 ask why it worked on my version, because I can't answer. 

Teacher says you have to share whatever you have with the rest of the
class!  :)

~Brad


~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:330384
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: cfmapitem

2010-02-02 Thread Tim Do

that's what I thought too!  but I verified the lat/lon.  for example 1531 EAST 
LINCOLN AVENUE ANAHEIM CA 92805  lat = 33.84019 and lon = -117.896354.   that 
seems to be correct.  can this be a bug??  i use John Blayter's cf_googlemap 
and it works fine.

-Original Message-
From: Paul Hastings [mailto:p...@sustainablegis.com] 
Sent: Monday, February 01, 2010 8:11 PM
To: cf-talk
Subject: Re: cfmapitem 


On 2/2/2010 6:46 AM, Tim Do wrote:
 The value of the CENTERLONGITUDE attribute is invalid. The value specified, 
 -117.8529534, must be greater than -90.0.

sure you didn't swap latitude (y)  longitude (x)? latitudes range from +90 (N) 
to -90 (S) degrees. google maps functions usually want lat,long (that is y,x). 
to this day, that always trips me up.



~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:330340
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: cfmapitem

2010-02-02 Thread Paul Hastings

On 2/3/2010 12:29 AM, Tim Do wrote:

 that's what I thought too!  but I verified the lat/lon.  for example 1531
 EAST LINCOLN AVENUE ANAHEIM CA 92805  lat = 33.84019 and lon = -117.896354.

yes that's the correct geocoding but you're sure your code isn't swapping the 
values? the must be greater than -90.0 error message indicates that...

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:330347
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: cfmapitem

2010-02-02 Thread Tim Do

sorry, am I missing something? the error says The value of the CENTERLONGITUDE 
attribute is invalid. The value specified, -117.8529534, must be greater than 
-90.0.

if the lon is correct at -117.896354, that is less than -90... but the error 
expects its to be greater??

-Original Message-
From: Paul Hastings [mailto:p...@sustainablegis.com] 
Sent: Tuesday, February 02, 2010 10:41 AM
To: cf-talk
Subject: Re: cfmapitem 


On 2/3/2010 12:29 AM, Tim Do wrote:

 that's what I thought too!  but I verified the lat/lon.  for example 1531
 EAST LINCOLN AVENUE ANAHEIM CA 92805  lat = 33.84019 and lon = -117.896354.

yes that's the correct geocoding but you're sure your code isn't swapping the 
values? the must be greater than -90.0 error message indicates that...



~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:330359
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: cfmapitem

2010-02-02 Thread Raymond Camden

I just tried this:

cfmap centerlongitude=-117.8529534 centerlatitude=45 /

and it worked fine.

On Tue, Feb 2, 2010 at 1:48 PM, Tim Do t...@wng.com wrote:

 sorry, am I missing something? the error says The value of the 
 CENTERLONGITUDE attribute is invalid. The value specified, -117.8529534, must 
 be greater than -90.0.

 if the lon is correct at -117.896354, that is less than -90... but the error 
 expects its to be greater??

 -Original Message-
 From: Paul Hastings [mailto:p...@sustainablegis.com]
 Sent: Tuesday, February 02, 2010 10:41 AM
 To: cf-talk
 Subject: Re: cfmapitem


 On 2/3/2010 12:29 AM, Tim Do wrote:

 that's what I thought too!  but I verified the lat/lon.  for example 1531
 EAST LINCOLN AVENUE ANAHEIM CA 92805  lat = 33.84019 and lon = -117.896354.

 yes that's the correct geocoding but you're sure your code isn't swapping the
 values? the must be greater than -90.0 error message indicates that...



 

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:330360
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: cfmapitem

2010-02-02 Thread Tim Do

hm I just tried cfmap centerlongitude=-117.8529534 centerlatitude=45 
/ and I get:

Attribute validation error for CFMAP.  
The value of the CENTERLONGITUDE attribute is invalid. The value specified, 
-117.8529534, must be greater than -90.0.  

what gives??

-Original Message-
From: Raymond Camden [mailto:rcam...@gmail.com] 
Sent: Tuesday, February 02, 2010 11:53 AM
To: cf-talk
Subject: Re: cfmapitem


I just tried this:

cfmap centerlongitude=-117.8529534 centerlatitude=45 /

and it worked fine.

On Tue, Feb 2, 2010 at 1:48 PM, Tim Do t...@wng.com wrote:

 sorry, am I missing something? the error says The value of the 
 CENTERLONGITUDE attribute is invalid. The value specified, -117.8529534, must 
 be greater than -90.0.

 if the lon is correct at -117.896354, that is less than -90... but the error 
 expects its to be greater??

 -Original Message-
 From: Paul Hastings [mailto:p...@sustainablegis.com]
 Sent: Tuesday, February 02, 2010 10:41 AM
 To: cf-talk
 Subject: Re: cfmapitem


 On 2/3/2010 12:29 AM, Tim Do wrote:

 that's what I thought too!  but I verified the lat/lon.  for example 1531
 EAST LINCOLN AVENUE ANAHEIM CA 92805  lat = 33.84019 and lon = -117.896354.

 yes that's the correct geocoding but you're sure your code isn't swapping the
 values? the must be greater than -90.0 error message indicates that...



 



~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:330372
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: cfmapitem

2010-02-02 Thread Azadi Saryev

that's rather weird. i get the same error as well in cf9 on winXP.
seems like a bug...
Ray - how come you do not get this error? did we miss an update or hf
for cf9?

Azadi Saryev



On 03/02/2010 07:46, Tim Do wrote:
 cfmap centerlongitude=-117.8529534 centerlatitude=45 /

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:330374
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: cfmapitem

2010-02-01 Thread Raymond Camden

Are you sure it is bad addresses? If you use too many, Google will
block you for trying to geolocate too much. See this blog entry:

http://www.coldfusionjedi.com/index.cfm/2009/12/15/Having-trouble-with-too-many-map-markers-and-CFMAP


On Mon, Feb 1, 2010 at 2:59 PM, Tim Do t...@wng.com wrote:

 I'm looping through a query with addresses, some good some not so good.  When 
 I try to to map all the points, the bad addresses prompt that it can't be 
 mapped.  I'm using  addresses instead of lat/lons so I can't really check to 
 see if they're valid.  I'm trying not to geocode all the records and maintain 
 it.  How do I have the bad address prompt not show??

 Thanks!
 Tim


 

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:330316
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: cfmapitem

2010-02-01 Thread Tim Do

ah, you're right!  thanks!

so I went and geocoded all the records, now I'm seeing this message often...

The value of the CENTERLONGITUDE attribute is invalid. The value specified, 
-117.8529534, must be greater than -90.0.

did the geocoder do it incorrectly??



-Original Message-
From: Raymond Camden [mailto:rcam...@gmail.com] 
Sent: Monday, February 01, 2010 1:03 PM
To: cf-talk
Subject: Re: cfmapitem


Are you sure it is bad addresses? If you use too many, Google will
block you for trying to geolocate too much. See this blog entry:

http://www.coldfusionjedi.com/index.cfm/2009/12/15/Having-trouble-with-too-many-map-markers-and-CFMAP


On Mon, Feb 1, 2010 at 2:59 PM, Tim Do t...@wng.com wrote:

 I'm looping through a query with addresses, some good some not so good.  When 
 I try to to map all the points, the bad addresses prompt that it can't be 
 mapped.  I'm using  addresses instead of lat/lons so I can't really check to 
 see if they're valid.  I'm trying not to geocode all the records and maintain 
 it.  How do I have the bad address prompt not show??

 Thanks!
 Tim


 



~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:330319
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: cfmapitem

2010-02-01 Thread Raymond Camden

According to Google, longitude goes from -180 to 180, so. that
seems wrong. :) I'd check for something else wrong.

On Mon, Feb 1, 2010 at 5:46 PM, Tim Do t...@wng.com wrote:

 ah, you're right!  thanks!

 so I went and geocoded all the records, now I'm seeing this message often...

 The value of the CENTERLONGITUDE attribute is invalid. The value specified, 
 -117.8529534, must be greater than -90.0.

 did the geocoder do it incorrectly??



 -Original Message-
 From: Raymond Camden [mailto:rcam...@gmail.com]
 Sent: Monday, February 01, 2010 1:03 PM
 To: cf-talk
 Subject: Re: cfmapitem


 Are you sure it is bad addresses? If you use too many, Google will
 block you for trying to geolocate too much. See this blog entry:

 http://www.coldfusionjedi.com/index.cfm/2009/12/15/Having-trouble-with-too-many-map-markers-and-CFMAP


 On Mon, Feb 1, 2010 at 2:59 PM, Tim Do t...@wng.com wrote:

 I'm looping through a query with addresses, some good some not so good.  
 When I try to to map all the points, the bad addresses prompt that it can't 
 be mapped.  I'm using  addresses instead of lat/lons so I can't really check 
 to see if they're valid.  I'm trying not to geocode all the records and 
 maintain it.  How do I have the bad address prompt not show??

 Thanks!
 Tim






 

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:330320
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: cfmapitem

2010-02-01 Thread Paul Hastings

On 2/2/2010 6:46 AM, Tim Do wrote:
 The value of the CENTERLONGITUDE attribute is invalid. The value specified, 
 -117.8529534, must be greater than -90.0.

sure you didn't swap latitude (y)  longitude (x)? latitudes range from +90 (N) 
to -90 (S) degrees. google maps functions usually want lat,long (that is y,x). 
to this day, that always trips me up.

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:330328
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4