On Aug 20, 2:51 pm, Ashwin <[email protected]> wrote: > hi > > i have followed this link to show the points in map from lat long > values stored in my database and its not showing more than hundred > markers. if i reduce it to less than 100 its getting loaded otherwise > not. > > http://code.google.com/apis/maps/articles/phpsqlajax_v3.html
That URL doesn't exhibit the problem. The first thing to look at is your data. What is the data associated with the 100th marker? If marker number 100 has data which renders the XML invalid, many browsers will throw out the entire dataset. One easy way of checking is to use the browser to open the XML data (that is, your PHP URL) because that will highlight any problems. Or use http://feedvalidator.org/ or another check utility. If you can't find the issue you'll need to give a URL which others here can use to investigate. -- You received this message because you are subscribed to the Google Groups "Google Maps API" 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.
