[Geomoose-users] Trouble with select multiple layers
Bistrais, Bob
Bob.Bistrais at maine.gov
Wed Feb 13 15:16:11 PST 2013
Possible clue- in the select.php, when the spatial query is performed on the select layer, at line 238 there is a $layer->open() command. However, there is no $layer->close() command anywhere beyond it. Could that be why it hangs on multiple layer select?
From: geomoose-users-bounces at lists.osgeo.org [mailto:geomoose-users-bounces at lists.osgeo.org] On Behalf Of Bistrais, Bob
Sent: Wednesday, February 13, 2013 5:52 PM
To: geomoose-users at lists.osgeo.org
Subject: [Geomoose-users] Trouble with select multiple layers
I am making a custom spatial query by modifying the select.php and service. I want to be able to query two separate layers- either one, the other, or both. I have been able to get it to work to query either one layer, but if I try to do both the php hangs up until it times out. I use the $layersToQuery array to determine which layers to query. This is similar to the default if($layer==all) action, but instead only putting two layers in. Any ideas? I could attach code but not sure what would be helpful.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/geomoose-users/attachments/20130213/80b44b53/attachment.html>
More information about the Geomoose-users
mailing list