CSV drivder: always set numberMatched

This commit is contained in:
Tom Kralidis
2018-04-11 02:12:25 +00:00
parent e0cbf35f12
commit 92580ccf26
+1
View File
@@ -89,6 +89,7 @@ class CSVProvider(BaseProvider):
found = True
result = feature
feature_collection['features'].append(feature)
feature_collection['numberMatched'] = len(feature_collection['features'])
if identifier is not None and not found:
return None