<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; color: rgb(0, 0, 0); font-size: 14px; font-family: Calibri, sans-serif;">
<div>Hello,</div>
<span id="OLK_SRC_BODY_SECTION">
<div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; color: rgb(0, 0, 0); font-size: 14px; font-family: Calibri, sans-serif;">
<div>   I am working on an application which was developed by another developer about 2 years ago. At the time the developer used GDAL 1.9.1. I am trying to upgrade to the latest version of GDAL (1.11.0). However, I am not able to get the same functionality
 to work. I am reading in a shape file with ogr.Open which is successful. Then I am able to get a layer successfully. On that layer I try to apply a spatial filter with a single point geometry representing a latitude and longitude pair. However, when I call
 GetNextFeature I always get null, regardless of the input. The GetNextFeature function previously returned at least one feature. Did something change in the versions that I may have missed? Is there something that would make GetNextFeature return null, but
 GetFeature at various indices return values?</div>
<div>Thanks,</div>
<div>- Nicole</div>
</div>
</span>
</body>
</html>