Hello,
I display Map-Info (*.mif) data with OGR-Feature-Layer. I select a feature on the map and store its ID to a variable. Later I try to access this feature again with GetFeatureById() method. If call GetFeatureById() method the GetAllFeaturesCore() method in my own implementation of FeatureSource-Class is called.
This is the same behaviour as if I work with shape files. But if I work with shapefiles the ID's of the returned features with GetAllFeaturesCore() method is allways the same. If I work with OGR-Feature-Layer the Feature ID's returned with GetAllFeaturesCore() are allways different.
This means my code to access the feature with its ID did not work.
Any ideas?
Thomas