I ran into a little problem with the Google Map module. I have quite a few points to add on (I have about 250 on there now). I had problems with it timing out, and just found out there is a limit on points you can put on the map. Is there anyway around this? Maybe add another API key, another map, or something else?
Anyone else ran into this problem, and what did you do?
Thanks
Gallery version = 2.3 core 1.3.0
API = Core 7.54, Module 3.9, Theme 2.6, Embed 1.5
PHP version = 5.2.9 cgi
Webserver = Apache/2.2.10
Database = mysqlt 5.0.67-log, lock.system=flock
Toolkits = ArchiveUpload, Exif, ImageMagick, jpegtran, LinkItemToolkit, NetPBM, Thumbnail, SquareThumb
Acceleration = none/0, none/0
Operating system = FreeBSD ezera.pair.com 6.2-RELEASE-p1 FreeBSD 6.2-RELEASE-p1 #1: Mon May 7 14:30:09 EDT 2007
:/usr/obj/usr/src/sys/6PAIRc-SMP i386
Default theme = matrix
gettext = enabled
Locale = en_US
Browser = Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.0.10) Gecko/2009042316 Firefox/3.0.10 (.NET CLR 3.5.30729)
Rows in GalleryAccessMap table = 21
Rows in GalleryAccessSubscriberMap table = 10131
Rows in GalleryUser table = 14
Rows in GalleryItem table = 10109
Rows in GalleryAlbumItem table = 917
Rows in GalleryCacheMap table = 0
Posts: 508
250 points seems too low for it to be timing out already, but it's certainly possible. One thing you could do is to use the album filters to limit the number of items loaded. The ultimate solution, of course, would be to load the markers dynamically (AJAX).
Posts: 56
Thanks for the reply. I had upwards of 900 to do, so what I did was limit jobs we've done to 2-3 per state, so that gave us a max of 150 total. This seemed to work fine.
Thanks again!