Newbies stanw007 Posted December 10, 2009 Newbies Posted December 10, 2009 Could you please help and indicate why only last address is displayed on the google maps ? Sort the records according to the sort field Set variable $URL to "http://maps.google.com/maps?d&saddr=" & Substitute ( Address::Address; " "; "+") [note: saddr is the start address] Loop through remaining records... Go to next record (exit after last) Set $URL & "+to:" & Substitute ( Address::Address; " "; "+") [note: +to: denotes all additional addresses] End loop. Open URL (No Dialog), $URL
HunterBoss Posted May 17, 2010 Posted May 17, 2010 Apparently I'm not the only one having a similar issue. I'm also unable to find out how to get this done. I know there is BatchGeo.com which looks like a great option, but it doesn't have an obvious way to get multiple addresses from a FileMaker solution into BatchGeo.com Anybody got any ideas? Christopher
Ashton Posted May 20, 2010 Posted May 20, 2010 Why not just export the data you wish to use from FileMaker as an .xls or .tab document and send that to batchgeo.com?
HunterBoss Posted May 21, 2010 Posted May 21, 2010 The export is the easy part. It needs to be copied and pasted from the spreadsheet into batchgeo. My intended users will be baffled by that. Plus it's not very dynamic. I'm starting to look at the google maps solution a bit more. I don't need longitude and latitude, etc. I just need a dynamic way to get multiple addresses on a map. Christopher
James Gill Posted May 25, 2010 Posted May 25, 2010 I'd definitely look at a Google Maps API solution. I have dabbled with it in the past and can recommend http://www.gpsvisualizer.com/map_input?form=google as a good reference on the requirements for dynamically created maps. I'm sure that if you created a sample map on that site and then downloaded the accompanying html file you'd get a good idea of exactly what's required. Just a quick note, their method works great for relatively small found sets but when I was using it to map 1,500+ points on a map, it slowed to a crawl.
Recommended Posts
This topic is 5307 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now