3

Closed

Random missing markers when using address property and adding more than 10?

description

I really like your control but there is one bug that I would be very glad if it could be fixed. The bug only appears when when using the "address" property when adding a marker, when I use just "latitude" and "longitude" everything is ok.

When using the address property with up to 10 markers everything is ok, but when adding >10 some markers isn't shown in on the map. If I refresh the web page some markers is still missing, but not the same as before. It's not the address lookup that is causing the error, cause when I show them ten at a time, every marker shows perfectly on the map. I also tried to wait 1 sec between adding the markers, but the same thing happens, some markers is missing.

Google Map Marker Manager is disabled. I have already looked at the forum post on http://googlemap.codeplex.com/Thread/View.aspx?ThreadId=21254 and that seems to be the same error, but with no solution.
Closed Oct 30, 2009 at 7:10 AM by
This issue was merged with other created issue:
http://googlemap.codeplex.com/WorkItem/View.aspx?WorkItemId=7986

comments

dlflannery wrote Aug 19, 2009 at 6:53 PM

Seeing exactly the same problem. Makes the control unuseable for my application.

velio wrote Aug 20, 2009 at 6:06 AM

Hi there,

I think, the problem is connected with the limitation of the frequency of Geocoding requests.
So, the fix will be to add some (even small) timeout between every Geocoding request, which are used when resolving marker by address.
I have that in mind for the next release, will do tests and will add implement it.
The problem is I'm currently extremely busy and next release will not come soon, but probably in September.

Regards