Hi, I want to make my a custom feature source which will read mapping data from my own custom data store.
I’ve made a class and inherited from FeatureSource and overloaded all the methods but only OpenCore and CloseCore are hit.
Can anyone please point me to some sample code for creating a custom FeatureSource?
Thanks