Oh ok, so when you just call the script without any lat/lng coordinates then no xml is created. That makes sense now. I was not aware of how the map used the xml.
Thank you very much for your help Larry and Rossko. Jody On Nov 16, 2:11 pm, "[email protected]" <[email protected]> wrote: > On Nov 16, 10:44 am, jebididas <[email protected]> wrote: > > http://uddercomfort.com/map/phpsqlsearch_map.htmlhttp://uddercomfort.com/map/phpsqlsearch_genxml.php > > I get > markers:http://uddercomfort.com/map/phpsqlsearch_genxml.php?lat=40&lng=-110&r... > > All the points in your database seem to be in Seattle. If I put that > in the address box, I get markers. > > -- Larry > > > > > > > > > > > On Nov 16, 1:37 pm, Rossko <[email protected]> wrote: > > > > > // Get parameters from URL > > > > $center_lat = $_GET["lat"]; > > > > $center_lng = $_GET["lng"]; > > > > $radius = $_GET["radius" > > > > That's nice, I wonder what values are passed in though. If only there > > > were a link, we could actually see for ourselves ....- Hide quoted text - > > > - Show quoted text - -- You received this message because you are subscribed to the Google Groups "Google Maps API V2" 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-api?hl=en.
