-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Identify on WFS point and line layers not returning results #601
Comments
Spatial Query Operations (Identify, Select)
|
|
The fix for the WFS problem is similar to the AGS fix. In components\map.js, just after line 326 insert code to make a small box around the point query geom: |
|
As for the Vector file / Local data sources, it might be better to create a small box (like above), then in vectorLayerQuery use But that won't solve the Query by Line or Polygon problem. |
- Refactores the pixel-tolerance code to be less inline with the query function. - Changes the AGS query and the WFS query to both use pixel-tolerance as defined in the source. (AGS defaults to 2 as before) Refs: geomoose#601
This may be a similar problem to #392. Identify makes a GetFeature request with a filter of
I don't know if intersecting a point with a point (or a line) is a valid spatial operation. We may need to construct a box around the query point and sent that with the request.
The text was updated successfully, but these errors were encountered: