ThinkGeo.com    |     Documentation    |     Premium Support

Snapping/ touching doesn't work

Hello.


I'm drawing a line and doing the snap to a line layer. Client-side the snap is successful, but on server side when I try to find which feature was intersected (touching) it can't find any.


I tried with Touches, Intersects, and nothing seems to work, allways return 0 elements.


Anyone had similar problem?



 


Hi, Rui
Have you tried the “SpatialQueryAFeatureLayer” sample in our installed web samples? Can it work as expected?
We have given a try for it using the latest version of WebEdition, and it works well. Maybe you have some misunderstanding for these spatial queries.
 
The “Touching” only returns the features that have at least one boundary point in common with target shape, but no interior points.
 
But the “Intersecting” only method returns the features that have at least one point in common with target shape.
 
If the problem still exists, please send us the codes you are utilizing.
Thanks,
Khalil