On Oct 15, 9:48 am, Andy Idema <[email protected]> wrote: > Just curious... the solution you provided Larry... would it be the approach > you would have taken or is there a better solution?
I haven't thought about it. I solved your problem and made your map work, I don't know if I would structure it the same if I started from scratch. The solution I use depends on what I am trying to accomplish. You need to use a solution that you understand that meets your needs. -- Larry > > On Thu, Oct 15, 2009 at 9:09 AM, [email protected] > <[email protected]>wrote: > > > > > > > On Oct 15, 7:18 am, aidema <[email protected]> wrote: > > > That's pretty cool. Wow. Thanks Larry! > > > > I still would like to get a better understanding of all this. > > > > Love Google Maps but never know what the heck I'm doing. :) I think > > > it's time to hit the books a bit. > > > A good javascript book might help. > > > My suggestion is Mike Williams' tutorial: > >http://econym.org.uk/gmap/ > > > And some javascript research on the web. > > > -- Larry > > > > On Oct 15, 8:06 am, "[email protected]" <[email protected]> > > > wrote: > > > > > On Oct 15, 6:57 am, aidema <[email protected]> wrote: > > > > > > I am new to the Google Maps API and wanted to try the MarkerManager > > so > > > > > I am pretty unfamiliar with this. > > > > > > I checked out the documentation on Google and also looked at the > > > > > weather example. > > > > > > Using that example is how I arrived where I am. > > > > > > I tried to dig in a bit and create my own map but I am having a > > little > > > > > diffuculty. > > > > > > Can you please help me understand why the pins aren't displaying and > > > > > what I need to do to correct? > > > > > Here is one way to make it work: > >http://www.geocodezip.com/aidema_maps_hackB.html > > > > > -- Larry > > > > > > On Oct 15, 7:44 am, aidema <[email protected]> wrote: > > > > > > > The html is fine but thank you for the validator. That is off > > topic > > > > > > so we can address that once I'm out of test mode. The html doesn't > > > > > > impact the topic at hand. > > > > > > > Thank you for identifying what is wrong but I'm not sure this > > helps. > > > > > > I need to understand why CreateGSMarkers isn't returning anything. > > > > > > > On Oct 14, 3:50 pm, "[email protected]" <[email protected]> > > > > > > wrote: > > > > > > > > On Oct 14, 2:04 pm, aidema <[email protected]> wrote: > > > > > > > > > I have the min and max working correctly now. (Searched the > > Maps API > > > > > > > > group and found solution) > > > > > > > > > However, I declared the array globally and still do not have > > any > > > > > > > > points plotting correctly. There are no errors being thrown by > > the > > > > > > > > browser so I'm not sure how to proceed. > > > > > > > > your html is completely invalid: > >http://validator.w3.org/check?uri=http%3A%2F%2F199.134.225.62%2Fiteam... > > > > > > > > 1. Nothing calls FFCMapMarkers > > > > > > > 2. Once you do call it, CreateGSMarkers() doesn't return anything > > so > > > > > > > this line fails: > > > > > > > mgr.addMarkers(CreateGSMarkers(), 9); > > > > > > > > -- Larry > > > > > > > > > On Oct 14, 2:52 pm, Rossko <[email protected]> wrote: > > > > > > > > > > > 1 - The pins I've plotted are not displaying > > > > > > > > > > function CreateGSMarkers() { > > > > > > > > > var guideservice_markers = []; > > > > > > > > > > That array only has meaningful existence within the function; > > it is a > > > > > > > > > local variable. As you want to use this array once it is > > populated in > > > > > > > > > the manager, you probably want to set it as a global variable > > like you > > > > > > > > > did with 'map'.http://econym.org.uk/gmap/scope.htm > > > > > > > > > > > 2 - I tried to control the max and min zoom with mgr = new > > > > > > > > > > MarkerManager(map, mgrOptions); > > > > > > > > > > The options are not currently present in your example.- Hide > > quoted text - > > > > > > > > > - Show quoted text -- Hide quoted text - > > > > > > > > - Show quoted text -- Hide quoted text - > > > > > > > - Show quoted text -- Hide quoted text - > > > > > - Show quoted text -- Hide quoted text - > > > > - Show quoted text -- Hide quoted text - > > - Show quoted text - --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Maps API" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/google-maps-api?hl=en -~----------~----~----~----~------~----~------~--~---
