<div dir="ltr">Hi Devs,<div><br></div><div>Currently getNumFeatures is supported by the inline layers only. Would that be sufficient to implement this for some other drivers, like  MSSQL, PostGIS and OGR? </div><div><br></div><div>The database drivers would probably rely on the count() aggegate in the SQL query, while we could use  OGR_L_GetFeatureCount for the OGR layers.</div><div><br></div><div>I could also imagine a default implementation if we use whichShapes on the layer extent and iterate the shapes to calculate the count.</div><div><br></div><div>It is also a question whether getNumFeatures should consider the layer filter or not.</div><div><br></div><div>Best regards,</div><div><br></div><div>Tamas</div><div><br></div></div>