[UMN_MAPSERVER-USERS] FEATUREQUERY to find where a line and polygon intersect

2005-10-28 Thread Rick S
I am using the Mapserver CGI. My goal is to determine all the polygons in LAYER_A that a line passes through. Currently, I have an application that will successfully return the polygon(s) that a specific point is in (using MODE=NQUERY). Now I want to take it to the next step and use a

Re: [UMN_MAPSERVER-USERS] FEATUREQUERY to find where a line and polygon intersect

2005-10-28 Thread Steve Lime
Rick: The featurequery modes require a polygon layer as input. The code could easily extended to work from lines but I've not taken the time to make that happen. Assuming you're extracting the linear feature from a dataset (e.g. a shapefile) then a featurequery is what you want. If you want to use