MapServer / MapServer-import

3 stars 2 forks source link

FE : Intersects operator does not support gml point #1843

Open tbonfort opened 12 years ago

tbonfort commented 12 years ago

Reporter: assefa Date: 2006/07/25 - 21:11

Right now only polygon and Line are supported.

Add the Point support :
<Filter><Intersect><PropertyName>Geometry</PropertyName><gml:Point><gml:coordinates>-91.22,38.46</gml:coordinates></gml:Point></Intersect></Filter>
tbonfort commented 12 years ago

Author: tomkralidis Date: 2008/06/04 - 04:24 Assefa: is this still an issue?

tbonfort commented 12 years ago

Author: assefa Date: 2008/06/19 - 20:04 Not an issues any more since we use geos operators. Closing