Lamhot / php-google-map-api

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

map with multiple marker is unreliable #14

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.produce a map with >50 markers
2.reload map multiple times
3.watch how the markers that show up change (different ones are ignored every 
time)

What is the expected output? What do you see instead?
I expect that all markers show up consistently. However, every time I reload my 
map, only 30-35 markers show up (out of a total of about 55), and the ones that 
show/don't show are not consistent

What version of the product are you using? On what operating system?
3.0 on Ubuntu

Please provide any additional information below.

Original issue reported on code.google.com by znai...@gmail.com on 3 Sep 2010 at 10:47

GoogleCodeExporter commented 9 years ago
I am able to confirm this issue.
I wonder whether you added the markers by address or LAT/LON.

If I add many markers by address without caching the LAT/LON, I am seeing the 
same issue. But after enabling caching everything seems fine, so it looks like 
a problem with geocoding many addresses in a batch.

Original comment by rharm...@gmail.com on 15 Dec 2010 at 9:04

GoogleCodeExporter commented 9 years ago
I added the markers by address. The issue went away when I used a table to 
cache the LAT/LON values.

Original comment by znai...@gmail.com on 15 Dec 2010 at 9:18

GoogleCodeExporter commented 9 years ago

Original comment by b...@mycnl.com on 25 Sep 2011 at 3:23