Re: [mapguide-users] Spatial query fails: too many objects

2012-11-12 Thread von Wartburg, Jan BKSD
:mapguide-users-boun...@lists.osgeo.org] On Behalf Of Jackie Ng Sent: Tuesday, November 06, 2012 5:40 PM To: mapguide-users@lists.osgeo.org Subject: Re: [mapguide-users] Spatial query fails: too many objects Some things to try: - Getting the AGF MgByteReader of your mergedGeometries and inspecting the l

Re: [mapguide-users] Spatial query fails: too many objects

2012-11-06 Thread Jackie Ng
Some things to try: - Getting the AGF MgByteReader of your mergedGeometries and inspecting the length. When applying the filters the spatial filter geometry the AGF is sunk into a MgByte which has a 16MB limit (lifted to 64MB post-2.2). If the MgByteReader length is greater than 16777216, this co

[mapguide-users] Spatial query fails: too many objects

2012-11-06 Thread von Wartburg, Jan BKSD
Hello, When trying to perform a spatial query (excerpt of code is below), I get after around 4 minutes an "500 Internal Server Error" in Firebug. The MapGuide error.log file shows nothing. I have a layer with around 2500 polygons and a layer with 2500 points (both SDF, same coordinate system). T

Re: [mapguide-users] Spatial Query in Maestro

2012-06-19 Thread Mauricio Villablanca
You need to build that functionality yourself. Check the Generic Tasks code in phpviewersample.zip. -- View this message in context: http://osgeo-org.1560.n6.nabble.com/Spatial-Query-in-Maestro-tp4981964p4982514.html Sent from the MapGuide Users mailing list archive at Nabble.com. ___

[mapguide-users] Spatial Query in Maestro

2012-06-17 Thread Mahdi Naghdi Sedeh
Hi I have a point in the map and decided to draw a circle around it and recognize how many point is in that circle. I use MapGuide Maestro 5.1 and can't do this thing. It is very important for me. Please give me some hint or sample code in Maestro. Thank you very much. ___

[mapguide-users] Spatial Query

2012-05-24 Thread Mahdi Naghdi Sedeh
Hi there, Is there any function that recognize which point is in a particular polygon? In a point layer I want to draw a circle and find out is there any point in that circle and if there is, which point ? Thank you in advance. ___ mapguide-users maili

[mapguide-users] Spatial Query

2009-06-17 Thread Berdel, Brian
What is the best approach to performing a spatial query as such that a road segment closest to a point is selected? Any examples out there? Not sure if OpenLayers or Mapguide Api would be best, but appreciate any suggestions. Thanks! Brian Important notice t

[mapguide-users] Spatial query

2009-03-01 Thread sairam
Hi all, I like to spatially query on the selected features by using the select tool. Can anyone help me on this regards. please? please kindly support me with a suitale sample. Thanks in advance, Ram -- View this message in context: http://n2.nabble.com/Spatial-query-tp2404214p2404214.ht

[mapguide-users] Spatial query based on multiple layers

2009-01-08 Thread siva4gis
hi, how to get records based on a condition from more than one table , here the condition may be a general condition or spatial condition Now a getting records from single layer with general condition means select a layer then property then search value but i want this scenario from more than o