[Google Maps API v3] Re: FusionTablesLayer suddenly quit working

2011-12-08 Thread Amelia Griza-Padilla
I'm still seeing the error? On Dec 8, 3:23 pm, "Randall H." wrote: > Thanks a bunch... looks good. -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to this group, send email to google-maps-js-api-v3@googlegroups.com. To

[Google Maps API v3] Re: Zoom to Feature/Point from drop down menu

2011-12-08 Thread Amelia Griza-Padilla
re is a link to my map http://www.advocacy.ucla.edu/Maps/UCLACommunityBanner_Locations.html Thanks, Amelia On Dec 1, 3:50 pm, "geocode...@gmail.com" wrote: > On Dec 1, 2:01 pm, Amelia Griza-Padilla > wrote: > > > Hi Larry, > > Thanks so much for all your help!

[Google Maps API v3] Re: Zoom to Feature/Point from drop down menu

2011-12-01 Thread Amelia Griza-Padilla
v 30, 5:38 am, "geocode...@gmail.com" > wrote: > > > On Nov 29, 3:19 pm, Amelia Griza-Padilla > > wrote: > > > > Hello, > > > Having some issues with trying to zoom to selected features from a > > > drop down menu.  For some reason it changes t

[Google Maps API v3] Zoom to Feature/Point from drop down menu

2011-11-29 Thread Amelia Griza-Padilla
Hello, Having some issues with trying to zoom to selected features from a drop down menu. For some reason it changes the icon from blue to red, does not zoom to the point and there is nothing in the info window once you select a location from the drop down menu. My goal is to be able to zoom to t

[Google Maps API v3] Re: Custom Marker for Fusion Table entries (nothing loads on the map)

2011-11-21 Thread Amelia Griza-Padilla
Thanks so much! On Nov 17, 3:40 pm, "geocode...@gmail.com" wrote: > On Nov 17, 2:44 pm, Amelia Griza-Padilla > wrote: > > > Hi Larry, > > Thanks for your suggestions. I went back through it and made the > > changes, but I'm still not able to see any

[Google Maps API v3] Re: Custom Marker for Fusion Table entries (nothing loads on the map)

2011-11-17 Thread Amelia Griza-Padilla
Hi Larry, Thanks for your suggestions. I went back through it and made the changes, but I'm still not able to see any of the markers on my map. Also using the debugger I am getting an error at line 46: var numRows = response.getDataTable().getNumberOfRows(); Background: I got this code from http:

[Google Maps API v3] Re: Custom Marker for Fusion Table entries (nothing loads on the map)

2011-11-17 Thread Amelia Griza-Padilla
open the window    lastWindow.setPosition(coordinate);    lastWindow.setContent(name);    lastWindow.open(map);  });}   On Nov 15, 5:32 pm, "geocode...@gmail.com" wrote:> On Nov 15, 4:56 pm, Amelia Griza-Padilla > wrote:> > > Hello,> > I'm am having some problems with

[Google Maps API v3] Custom Marker for Fusion Table entries (nothing loads on the map)

2011-11-15 Thread Amelia Griza-Padilla
Hello, I'm am having some problems with creating custom markers for my entries in a fusion table. Here is the link (http:// www.advocacy.ucla.edu/Maps/communitybanners/communitybanner_locations.html) and below is the code, any ideas why this isn't working? Community Programs body { fo

[Google Maps API v3] Re: Need examples/assistance with Zoom to Selected from Drop Down Menu (Fusion Tables)

2011-08-23 Thread Amelia Griza-Padilla
Can you hear me screaming with joy?!! I finally got it, Larry thank you sooo much! http://www.advocacy.ucla.edu/Maps/Assembly_map.html On Aug 23, 2:44 pm, "geocode...@gmail.com" wrote: > On Aug 23, 1:11 pm, Amelia Griza-Padilla > wrote:> Hi Larry, > > Thanks for your

[Google Maps API v3] Re: Need examples/assistance with Zoom to Selected from Drop Down Menu (Fusion Tables)

2011-08-23 Thread Amelia Griza-Padilla
/Assembly.html On Aug 22, 6:46 pm, "geocode...@gmail.com" wrote: > On Aug 22, 1:28 pm, Amelia Griza-Padilla > wrote: > > > Larry, > > This is exactly what I have been trying to do. Thank you!  But having > > a problem, I inserted the code, but nothing happended??  Any id

[Google Maps API v3] Re: Need examples/assistance with Zoom to Selected from Drop Down Menu (Fusion Tables)

2011-08-22 Thread Amelia Griza-Padilla
rote: > On Aug 18, 8:25 pm, "geocode...@gmail.com" > wrote: > > > > > > > On Aug 18, 11:16 am, Amelia Griza-Padilla > > wrote: > > > Hello, > > > I am a beginner to Google Maps Javascript API (about 2 weeks now) and I > > > nee

[Google Maps API v3] Re: Need examples/assistance with Zoom to Selected from Drop Down Menu (Fusion Tables)

2011-08-18 Thread Amelia Griza-Padilla
plit:http://msdn.microsoft.com/en-us/library/t5az126b(v=VS.85).aspx > > split returns an array (in this case, two strings with floating point > numbers), and LatLng requires two values. I don't know whether passing > an array of two values to LatLng will work.  But you'll tell

[Google Maps API v3] Need examples/assistance with Zoom to Selected from Drop Down Menu (Fusion Tables)

2011-08-18 Thread Amelia Griza-Padilla
Hello, I am a beginner to Google Maps Javascript API (about 2 weeks now) and I need some assistance. I have created two drop down menus linked to my fusion tables. What I am trying to do is: upon clicking on a selection zoom to that polygon (or lat/long). I've found some ideas, but have no i

[Google Maps API v3] Re: Adding Multiple Search Drop Down Menus to Map (Fusion Tables)

2011-08-18 Thread Amelia Griza-Padilla
27;"); >   if(searchString2 == "") { >     layer.setQuery("SELECT 'geometry' FROM " + tableid); >     return; >   } >   layer.setQuery("SELECT 'geometry' FROM " + tableid + " WHERE > 'District' = '"

[Google Maps API v3] Adding Multiple Search Drop Down Menus to Map (Fusion Tables)

2011-08-15 Thread Amelia Griza-Padilla
Hello, I am trying to create two *drop down menus* (would actually like to add a third) that searches for records based off my fusion tables. I am able to get one of the *drop menus* to work, but once I add the secod *drop down menu* neither one works. Can anyone give some guidance to what I am