Sometimes it can be helpful to hold geospatial data locally and to distribute it with the application. In this example, we will use SQLite to store geospatial information and visualize it as a layer in the Bing Maps Control for Windows Store Apps.
SQLite is a software library that implements a self-contained, server-less, zero-configuration, transactional SQL database engine.
Preparing the Data
For this example we will be using trails which we...
Read More