ThinkGeo.com    |     Documentation    |     Premium Support

OsmWorldMapKitLayer equivalent in version 10

We have a subscription to the Map Suite World Streets and have the Sqlite world database. In version 9 we used the OsmWorldMapKitLayer to view the data, but it’s not available in version 10, or at least I haven’t found it. What’s the proper way to access a sqlite database in version 10?

Thanks,
Neil

Hi Neil,

If you only want to use the OsmWorldMapKitLayer as background layer, this topic should be helpful for your question.

If your target is render the Sqlite database via OsmWorldMapKitLayer, please view the code here: https://github.com/ThinkGeo/WorldStreetsLayerSDKOnLinux-ForWinForms

You can easily move the code for windows also, and all the source code you can found here.

Wish that’s helpful.

Regards,

Don

Thanks for checking in. I think we’ll have to wait until the support for OsmWorldMapKitLayer or its replacement is there since we’re using WPF for our application.

I should add that I was able to use WorldStreetsAndImageryOverlay for the online option with version 10. Is there a way to use that with a sqlite database?

Hi Neil,

You should ignored my updated information.

If your target is render the Sqlite database via OsmWorldMapKitLayer, please view the code here: https://github.com/ThinkGeo/WorldStreetsLayerSDKOnLinux-ForWinForms1

You can easily move the code for windows also, and all the source code you can found here.

Do you think this project is what you need?

Regards,

Don

Sorry, I was sidetracked by some other issues recently. The link in the last post appears to be broken. Is it supposed to go to https://github.com/ThinkGeo/WorldStreetsLayerSDKOnLinux-ForWinForms?

Thanks,
Neil

Hi Neil,

You’re right, please let us know whether that’s helpful.

Regards,

Don