Select to view content in your preferred language

SQLite Database Ingest

302
2
03-13-2026 07:06 AM
Jeffrey_McNeal
Emerging Contributor

Using Runtime v200.8.1, .NET 8

Does the SDK have the capability of ingesting a map in the form of SQLite database?  

Adding more context: Exported maps from TAK.GOV's WinTAK application are in SQLite.  I have looked through the documentation and have implemented support for the different Raster formats in the app that my team is developing.  I did not see anything that covers databases.

 

0 Kudos
2 Replies
Nicholas-Furness
Esri Regular Contributor

I'm not familiar with the data formats that WinTAK uses, but from a quick search it seems that they might be using OGC GeoPackages (which are written as SQLite databases, and would make sense as an open format).

So you could try the GeoPackage class in the Native Maps SDK, and take a look at this sample.

Let us know how that works.

0 Kudos
Jeffrey_McNeal
Emerging Contributor

I have passed on your information to my team.  I'll let you know the outcome.

Thanks for the quick response.

0 Kudos