Rob wrote:
> Hey,
>
> I am trying to get gps coordinates for a very large dataset (about 700
> items), but when I use the getLatLng() function, googleMaps only sends
> back data periodically. For example, it will give me coordinate for
> the first 15, but then it will skip the next fifteen. It goes through
> this pattern throughout the whole document. So in actuality, I am
> only getting half the data I need.
>
> My guess is that google maps is not quick enough to respond after
> generating a certain amount of gps coords. Any advice?
>
Rob,
Which getLatLng function do you mean? Or is it lookupLatLng in
http://api.simile-widgets.org/exhibit/2.2.0/extensions/map/scripts/map-view.js
?
Are you getting throttled by Google? It's probably good to look at
Firebug to see the responses from Google. If you're being throttled,
then try to pace out the requests.
David
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"SIMILE Widgets" 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/simile-widgets?hl=en
-~----------~----~----~----~------~----~------~--~---