sinjhan / php-google-map-api

Automatically exported from code.google.com/p/php-google-map-api
0 stars 0 forks source link

limit of 64 markers? #62

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. I am trying to get about 100 addresses for markers on a map
2. my code has all 100 (or so) addresses, properly formatted i.e.:

$map->addMarkerByAddress("Ridge St., New York, NY","Ridge St., New York, 
NY<br><a 
href=\"http://things.thefinaldomain.com/wp-content/gallery/main/thumbs/thumbs_im
g_1043-1.jpg\" target=\"new\">see image</a>");

3. load the page (you can see a working example here: 
http://things.thefinaldomain.com/pmapa.php)

What is the expected output? What do you see instead?
I expected to see all 102 or so points displayed on map. Instead I only get 
around 64, no matter how many times i reload or try in various browsers.

What version of the product are you using? On what operating system?
the latest source r52 I believe on several OSes (Mac, Windows, Linux)

Please provide any additional information below.

Original issue reported on code.google.com by ssu...@gmail.com on 30 Nov 2011 at 5:48

GoogleCodeExporter commented 8 years ago
After examining this in several environments, I believe I have now traced the 
problem to specific server environments. The first two I tried on (shared sever 
space) seem to have something to do with this limit. When I put the same code 
on my local machine and tested it, all the markers showed up. So not sure if 
there is anything in the code that can work around this...Thanks

Original comment by ssu...@gmail.com on 30 Nov 2011 at 6:10