Try seem to be initially trying to use a non-existent as your icon image for some of the small icons:
http://www.bigbarn.co.uk/i/googleicons/GCMsmall_cheaper.png Your large icons do exist, so they work, e.g. http://www.bigbarn.co.uk/i/googleicons/GMSlarge.png After a zoom or a pan, you use icons like these for your small icons, and they do exist: http://www.bigbarn.co.uk/i/googleicons/GCMsmall.png The different values for "type" are being generated by your PHP code, with only small differences to the queries passed from the JavaScript. E.g. this is the initial query: http://www.bigbarn.co.uk/producers/newgenxml.php?minX=52.04742324502936&m inY=-0.63720703125&maxX=52.2168628210383&maxY=-0.292510986328125¢erla t=52.132224987481¢erlng=-0.46506785944869 and it returns lots of type="GMSsmall_cheaper" entries. And this is a typical request after a pan: http://www.bigbarn.co.uk/producers/newgenxml.php?minX=51.96161548270629&m inY=-0.82122802734375&maxX=52.13138059382953&maxY=-0.476531982421875¢ erlat=52.046578650666554¢erlng=-0.6488800048828125 which returns lots of returns lots of type="GMSsmall" entries. I suggest that you create the missing image files, and take a close look at the part of your PHP code that decides whether the small producers are "_cheaper". -- Mike Williams http://econym.org.uk/gmap --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
