Re: [Google Maps API v3] Re: map only works with www

2010-08-23 Thread David Giglio
Works like a charm. Thanks Larry! On Aug 23, 2010, at 6:57 PM, geocode...@gmail.com wrote: > On Aug 23, 12:32 pm, DGiglio wrote: >> Hi all, >> >> My map was only intermittently showing it's markers, when I realized >> that it has to do with using the www. prefix in the browser. I'm not >> sure

Re: [Google Maps API v3] Re: Street Corners

2010-08-02 Thread David Giglio
Hey, There is a new feature on google maps where you can drop at lat/lng marker. This would be useful for just doing a few of these, if that is all you need. On the top right of google maps there is a little green marker that says 'new!' next to it. click that and it brings up a menu of feature

Re: [Google Maps API v3] Re: initialize and bounds

2010-07-26 Thread David Giglio
cool, thank you. Sorry, I should have looked it up. On Jul 26, 2010, at 5:08 PM, geocode...@gmail.com wrote: > On Jul 26, 1:56 pm, David Giglio wrote: >> I'm getting the hang of this, but am confused about when I can use certain >> functions. For instance, why doe

[Google Maps API v3] initialize and bounds

2010-07-26 Thread David Giglio
I'm getting the hang of this, but am confused about when I can use certain functions. For instance, why does bounds here return undefined? It seems like I have to wait for the map to fully appear, but I don't understand...does the map loading completely trigger an event I can use to put my code

Re: [Google Maps API v3] Re: Plotting administrative districts

2010-07-23 Thread David Giglio
ah, very cool. Thank you. On Jul 23, 2010, at 12:31 PM, Rossko wrote: >> Is there a way to grab a list of all the coordinates of, say, all the >> administrative districts, within the displayed map bounds? > > Yes, but not from Google > Example > http://www.census.gov/geo/www/cob/co2000.html >

[Google Maps API v3] Plotting administrative districts

2010-07-23 Thread David Giglio
Is there a way to grab a list of all the coordinates of, say, all the administrative districts, within the displayed map bounds? Also, does google have polyline boundaries of cities available, or just a central point? The LA Times, for instance, has a really amazing (if not depressing) homicide

Re: [Google Maps API v3] Re: New Marker format

2010-07-20 Thread David Giglio
I'm not really sure how you got the quotes there, but here is how I managed the issue - as you can see, I had an array called 'nearby_info' that had name/title, latitude and longitude in it - I just spit that out piece by piece, as opposed to trying to print out one line with it. It's not prett