On Jan 21, 4:47 pm, Ralph Ames <ralph.a...@gmail.com> wrote:
> >>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.con...
>
> exchange.com/locator/phpsqlsearch_genxml.php?lat=30&lng=-118&radius=1000
>
> Might be to do with "no results found"

But there are results returned:
http://www.concreteexchange.com/locator/phpsqlsearch_genxml.php?lat=30&lng=-118&radius=1000

If I copy them to my site:
http://www.geocodezip.com/v3_GenericMapBrowser.asp?url=http://www.geocodezip.com/concreteexchange_com_phpsqlsearch_genxml[2].xml

It works (at least in my parser).

Leads me to suspect the headers, but they look OK too...

  -- Larry



>
> 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.htmlwww.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 google-maps-js-api-v3@googlegroups.com.
> To unsubscribe from this group, send email to
> google-maps-js-api-v3+unsubscr...@googlegroups.com.
> For more options, visit this group 
> athttp://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 google-maps-js-api-v3@googlegroups.com.
To unsubscribe from this group, send email to 
google-maps-js-api-v3+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.

Reply via email to