I am currently working with ThinkGeo.MapSuite.Layers.SqliteFeatureLayer on version 10.5.8.
I would like to use a Sqlite view instead of a table to display data to a map. However, passing a view into the SqliteFeatureLayer throws errors saying indexes for that view does not exist. It is not possible to create indexes for views in sqlite.
Is there a different class to handle views? Or could I get a hotfix similar to: Query Spatial Data from Database
Thank you!