Dominic Watson wrote: > WGS84 I assume - I need to take the long and lat returned by Google Maps > geocoding API and convert to easting and northing. I just tried taking the > js and turning into ColdFusion - not quite giving me the values I need ;)
google is WGS84. i think you need to know which datum the OSGB needs to be in, OSGB36 or WGS84. here's a java lib in case you don't want to diddle w/any code: http://www.jstott.me.uk/jcoord/ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;160198600;22374440;w Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:300309 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

