Jump to content
Server Maintenance This Week. ×

multiple locations on the google map


stanw007

This topic is 5097 days old. Please don't post here. Open a new topic instead.

Recommended Posts

  • Newbies

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

Link to comment
Share on other sites

  • 5 months later...

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

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

This topic is 5097 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.