>>Your problem seems to be different, though, your xml _looks_ right,
>>but it doesn't work with my parsers that usually work on that format
>>of xml:
>>http://www.geocodezip.com/v3_GenericMapBrowser.asp?url=http://www.concrete
exchange.com/locator/phpsqlsearch_genxml.php?lat=30&lng=-118&radius=1000

Might be to do with "no results found"

This snippet might help

if (markerNodes.length == 0) {
         topbar.innerHTML = 'No results found.';
         map.setCenter(new google.maps.LatLng(center.lat(),center.lng()),
4);
         return;
       }


Ralph
-
www.easypagez.com/maps/map_index.html
www.easypagez.com/maps/v3_basicmap.html




-- 
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.

-- 
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.

Reply via email to