When changing to MapSuite 13.3 would there be any implications on custom code?
For example we use a custom SQLite layer that overrides many methods, such as GetAllfeaturesCore(…), would these need reworking? and is there a guide?
Regards,
Jonathan
When changing to MapSuite 13.3 would there be any implications on custom code?
For example we use a custom SQLite layer that overrides many methods, such as GetAllfeaturesCore(…), would these need reworking? and is there a guide?
Regards,
Jonathan
Hi @Jonathan3
The only methods that have changed with the new async changes are on the Open(), Close() and Draw() on the Layer. The FeatureSources have not changed, so you should not need to make any changes to your GetAllFeaturesCore() override.
Thanks,
John
Hi John,
Thanks, I think the closest we come to any of those is DrawCore so should all be fine.
Regards,
Jonathan