ThinkGeo.com    |     Documentation    |     Premium Support

How to load map data from mapdata.sqlite database?

Hi @Ethan

I want to load the map data from the sqlite database file, How can i do it?
Can you give me some examples to realize?
this is database data


Regards
ZhangMing

Hi Zhangming,

We have a SqliteFeatureLayer support to render SqliteDatabase: https://www.nuget.org/packages/ThinkGeo.MapSuite.Layers.Sqlite/11.0.0-beta009, please try to use it render your database.

In fact our WorldStreetLayer sample is based on Sqlite database, I think you can view it to see how we use this layer. https://github.com/ThinkGeo/WorldStreetsLayerSDKOnLinux-ForWinForms

Wish that’s helpful.

Regards,

Ethan

Hi Ethan
thanks I went to see the.
Regards
ZhangMing

Hi ZhangMing,

I am glad to hear that’s helpful.

Regards,

Ethan