Maria
unread,May 14, 2008, 2:54:26 PM5/14/08Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to KML Developer Support - KML Server Side Scripting, maria.mu...@mhpcc.hpc.mil
Hi, I'm using a Network Link to call a PHP script that queries a large
database, formats the output and returns it in KML. Everything works
fine except when my queries return a large number (i.e., tens of
thousands) of rows of data.
I was wondering if there is an upper limit to the number of
placemarks that can be returned using this method. I've been able to
display about 26,000 placemarks -- with GoogleEarth (v4.2) 'going
white' for a minute or so but eventually returning with the placemarks
displayed. When a query returns a very high number of placemarks
(e.g. > 100,000) Google Earth freezes up and the process no longer
responds. However, if I take the output of my network link script,
write it to the server as a KML file and open it in Google Earth (via
the web browser), the file does load.
Has anyone else run into this? I'm not complaining, since it is a
rather large dataset, but I'd like to be able to at least provide a
caveat to my users indicating a maximum result set size. Thanks in
advance!