September 5, 201213 yr 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.
September 5, 201213 yr 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
September 5, 201213 yr 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
September 5, 201213 yr 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.
September 5, 201213 yr 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
September 5, 201213 yr Author 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?
Create an account or sign in to comment