sflynn Posted September 5, 2012 Posted September 5, 2012 I've been scouring the web for help on this, and I can't find much relating to FM12 and the most recent software. Is there a way to generate multiple map markers from my records in filemaker? I have about 40 records (not huge), and I'd like to have FMGO automatically generate pins based on address or lat, lon. Any help of direction would be greatly appreciated. Oh, and if you can show me how to do different colored markers in the same routine, that'd be great too! s.
Bailey Kessing Posted September 5, 2012 Posted September 5, 2012 This is what I used. You just need to get the Lats and Long "41,64|44,55|20,60” for the records. Easy with a getnthrecord calculation or relationship. http://maps.google.com/maps/api/staticmap?markers=41,64|44,55|20,60&zoom=1&size=500x300&sensor=true
No_access Posted September 5, 2012 Posted September 5, 2012 You can use this , this example showing zipcodes... the problem is I think google will only show up to 20 pins, you probably should use google api. please note the seperation with the "+to:" http://maps.google.c...:15147 to:15642
Bailey Kessing Posted September 5, 2012 Posted September 5, 2012 The example I gave will display more than 20 long/lats but it does have a limit and I don’t remember what the limit it.
Bailey Kessing Posted September 5, 2012 Posted September 5, 2012 If you have access to a web server you can use the example here too: http://www.kksou.com...ng-KML-file.php It offers color and pin changes
sflynn Posted September 5, 2012 Author Posted September 5, 2012 I curious, what are those numbers? How do I generate those? they aren't lat lon numbers. Is there a site where I can generate those numbers?
Bailey Kessing Posted September 5, 2012 Posted September 5, 2012 Those numbers are indeed lat and long. Decimal format
Recommended Posts
This topic is 4460 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