> I have been linking to the file several > timeshttp://www.tinemuller.dk/new_new_test_drupal/node/1394
Yes, but I don't know where to search to get markers. Eventually I guessed "New York" and got some, I can see you have fixed your original problem now. > When you look at thishttp://www.tinemuller.dk/new_new_test_drupal/node/1180 > made with v2 you get a message: No results found so v3 should also > show this, right? Should it? It will if you write the code to do that, its nothing to do with the V3 API itself. >All people following this tutorial will need this. Why? it's only a tutorial, a how-to guide, to learn from. It's not a completed application. If you want to address the issue in your own application, take a look at your own V2 code in ToiletMap.js , within the GDownloadUrl() callback is a test if($length>0){ .... } else { document.getElementById($this.sidebarCtn).innerHTML='No results found'; } All you have to do is implement something similar. It's up to you. -- 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 [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-js-api-v3?hl=en.
