[Google Maps API v3] Re: Add Sidebar to v3

2011-10-26 Thread Am
I seem to be frustrating you. I apologize, but I do not understand what I am looking at. That is why I'm asking questions, hoping someone can help me work through this so I can understand. I understand if I'm too frustrating to help and will not be offended if you stop helping me. When I add ''

[Google Maps API v3] Re: Add Sidebar to v3

2011-10-26 Thread geocode...@gmail.com
On Oct 26, 8:18 am, Am wrote: > I viewed the example, but it is set up different than my map, so I'm not > sure what I'm supposed to do. I found where this map links their sidebar, > but I don't have similar code, so when I copy their code, it breaks my map. The point of examples is for you to lo

[Google Maps API v3] Re: Add Sidebar to v3

2011-10-26 Thread Am
I viewed the example, but it is set up different than my map, so I'm not sure what I'm supposed to do. I found where this map links their sidebar, but I don't have similar code, so when I copy their code, it breaks my map. -- You received this message because you are subscribed to the Google Gr

[Google Maps API v3] Re: Add Sidebar to v3

2011-10-26 Thread Am
thank you for your help. -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-maps-js-api-v3/-/LAgt1E6MjpEJ. To post to this group, send email to google

[Google Maps API v3] Re: Add Sidebar to v3

2011-10-26 Thread geocode...@gmail.com
On Oct 26, 7:12 am, Am wrote: > Thanks for the input. When I put the call there, it doesn't list all the > properties, only one of them. Where? > How do I make it list all the properties? What about this didn't you understand? >> If you only want the markers that come in from a given xml >> r

[Google Maps API v3] Re: Add Sidebar to v3

2011-10-26 Thread Am
Thanks for the input. When I put the call there, it doesn't list all the properties, only one of them. How do I make it list all the properties? -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To view this discussion on the web

[Google Maps API v3] Re: Add Sidebar to v3

2011-10-26 Thread geocode...@gmail.com
On Oct 26, 5:43 am, Am wrote: > When I put it in the marker function, the list only displays the last > marker. > > function createMarker(googlemap_ltgooglemap_ln, street) { >      * var sidebarInfo = "";* This clears out the sidebar every time you add a marker, so only the last one will be visib

[Google Maps API v3] Re: Add Sidebar to v3

2011-10-26 Thread Am
When I put it in the marker function, the list only displays the last marker. function createMarker(googlemap_ltgooglemap_ln, street) { * var sidebarInfo = "";* var html = "" + street + ""; // info window contents sidebarInfo += html; // add this line after the html var

[Google Maps API v3] Re: Add Sidebar to v3

2011-10-25 Thread Rossko
> I feel dumb asking this, but I've put var sidebarInfo = ""; in every > function on the page and I can't get it to clear the list. Where am I > supposed to put the call in my code? Where do you start to process new markers? Put it the front of marker processing. -- You received this message be

[Google Maps API v3] Re: Add Sidebar to v3

2011-10-25 Thread Am
I feel dumb asking this, but I've put var sidebarInfo = ""; in every function on the page and I can't get it to clear the list. Where am I supposed to put the call in my code? Thank you for your help. -- You received this message because you are subscribed to the Google Groups "Google Maps Jav

[Google Maps API v3] Re: Add Sidebar to v3

2011-10-25 Thread geocode...@gmail.com
On Oct 25, 7:08 am, Am wrote: > That took care of the undefined issue, thank you so much! I have a couple > more questions. > When I search, I get the properties correctly. But if I search again, the > list in the sidebar doesn't clear, it just ads the new properties to the > list. How do I make i

[Google Maps API v3] Re: Add Sidebar to v3

2011-10-25 Thread Am
That took care of the undefined issue, thank you so much! I have a couple more questions. When I search, I get the properties correctly. But if I search again, the list in the sidebar doesn't clear, it just ads the new properties to the list. How do I make it clear with each search? Also, how do

[Google Maps API v3] Re: Add Sidebar to v3

2011-10-24 Thread geocode...@gmail.com
On Oct 24, 2:22 pm, Am wrote: > Thank you for the advice. I believe I have everything defined, but came > across other issues. I'm still getting an undefined message on top of the > properties that do show up. If you search for San Fransisco, 3 properties > are listed in the sidebar, along with th

[Google Maps API v3] Re: Add Sidebar to v3

2011-10-24 Thread Am
Thank you for the advice. I believe I have everything defined, but came across other issues. I'm still getting an undefined message on top of the properties that do show up. If you search for San Fransisco, 3 properties are listed in the sidebar, along with the undefined message. I am aware of t

[Google Maps API v3] Re: Add Sidebar to v3

2011-10-24 Thread geocode...@gmail.com
On Oct 24, 11:45 am, Rossko wrote: > > When I search for properties that are in my database, I get undefined in the > > sidebar, null(1.2) in the drop down, and the map doesn't move. I have > > attached my code. Any help is appreciated. > > Your phpsqlsearch_genxml.php returns an invalid XML file

[Google Maps API v3] Re: Add Sidebar to v3

2011-10-24 Thread Rossko
> When I search for properties that are in my database, I get undefined in the > sidebar, null(1.2) in the drop down, and the map doesn't move. I have > attached my code. Any help is appreciated. Your phpsqlsearch_genxml.php returns an invalid XML file if it doesn't find any content for a given se

[Google Maps API v3] Re: Add Sidebar to v3

2011-10-24 Thread Am
My page is located here: http://www.rentalmatch101.com.php5-20.dfw1-1.websitetestlink.com/googlemap.php Thank you for your help -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To view this discussion on the web visit https://g

[Google Maps API v3] Re: Add Sidebar to v3

2011-10-24 Thread Rossko
> I have > attached my code. I can't debug that because your database is not available via http://google-maps-js-api-v3.googlegroups.com/ Post a link to your map for more help. -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To

[Google Maps API v3] Re: Add Sidebar to v3

2011-10-24 Thread Am
I followed the advice here: http://groups.google.com/group/google-maps-js-api-v3/browse_thread/thread/8cbba324e113df53/e2be32527134110e?lnk=gst&q=store+locator+sidebar#e2be32527134110e When I search for properties that are in my database, I get undefined in the sidebar, null(1.2) in the drop down

[Google Maps API v3] Re: Add Sidebar to v3

2011-10-21 Thread Rossko
> I'm having trouble finding the code or a tutorial for this. How do I add the > sidebar to the v3 store locator instead of the drop down? Have you looked at any of these yet? http://groups.google.com/group/google-maps-js-api-v3/search?group=google-maps-js-api-v3&q=store+locator+sidebar -- You r