[Google Maps API v3] Re: Looking for Examples of Simple Map with Multiple Markers

2011-08-21 Thread fmdataweb
Thanks very much Larry I'll check those out. Steve On Aug 19, 11:13 am, "geocode...@gmail.com" wrote: > On Aug 18, 5:43 pm, fmdataweb wrote: > > > Has anybody got an example of a map showing multiple markers that they > > can point me to. > > > I ca

[Google Maps API v3] Looking for Examples of Simple Map with Multiple Markers

2011-08-18 Thread fmdataweb
Has anybody got an example of a map showing multiple markers that they can point me to. I can't find one at the Google Maps Javascript API V3 Examples page: http://code.google.com/apis/maps/documentation/javascript/examples/index.html unless I'm missing something. Many thanks, Steve -- You re

[Google Maps API v3] Map with Multiple Markers - fine in IE but blank in Safari

2011-08-18 Thread fmdataweb
I've created a simple map showing a few markers - as far as I can tell it's coded correctly but this is my first time with the API. It is display correctly on IE v8 under Windows XP but under Safari v5.1 on Mac OS 10.6.8 I just get a blank page with no map (the html title does display at the top o

[Google Maps API v3] Map displaying for some but not all users

2011-07-12 Thread fmdataweb
I've created a hardcoded example that actually works in IE v8 on Win XP and works on some Mac OS X Macs with Safari but not all of them. I've uploaded the file to: http://dl.dropbox.com/u/34923164/ztest.htm On a few Macs it's not loading the page (have reset Safari and emptied 
the cache) and whe

[Google Maps API v3] Re: Example of Multiple Markers for API v3

2011-07-11 Thread fmdataweb
 pm, Pil wrote: > If you have more markers you should use a createMarker() function that > creates and displays the markers. > > Try to write it yourself. It's a good finger exercise for beginners. > You can also search the group's archives for createMarker. > > On

[Google Maps API v3] Example of Multiple Markers for API v3

2011-07-05 Thread fmdataweb
I'm new to JavaScript so I would like to learn by example - can anyone point me to a site that has the correct syntax for a simple Google Map showing multiple locations with markers, similar to the single marker example at: http://code.google.com/apis/maps/documentation/javascript/examples/marker-