Backup Management
Backup management is a feature added in version 3.1.0 however MapIt Pro extension is required to use this feature. The tool allow creation of a snapshot in time for current core database and saves it to MapIt->Backups folder on your device.
When you open a project management for the first time you should get the blank list looking similar to the picture below. Please press the ‘Add’ button in the right-bottom corner to get your first backup created.
When you select an item on the list, the context menu will be displayed on the Action Bar.
Buttons on the context menu will allow you to:
- restore the data from backup file
- share the backup file using different apps
- delete the backup file
When ‘Restore from backup’ option is chosen, an alert dialog will be shown asking you for the confirmation.
Please be careful when using this option – current database will be overridden and this operation cannot be reveres.
The core MapIt database is a standard SQL Lite database and can be opened and edited by SQL Lite Editors e.g. SQL Lite Studio:
How can I convert this standard SQLite3 Database to an alternative file for ingest into QGIS?
Hi Scott, MapIt database is not kind of spatial database, so it will not be easy.
Tables containing the spatial information are:
– Layers, Features, Points
These tables are related to each other and you could so some kind of query to retrieve the data but I am not able to give you any advice on that.
The attributes of each feature are stored as JSON strings in Features table.
if you need to pass the data from MapIt to qGIS the best way is just to export the layer as geoJSON and use free on-line tool called OGRE http://ogre.adc4gis.com to convert your data to SHP file.
SHP file can be than opened in qGIS and the table will contain all attributes in separate fields.
Hi Osedok, how can I transfer the entire app Mapit Pro with all the data that I collected during the past few years to a new mobile phone? Because my old one is not functioning well anymore and I had to replace it. However, I lost the Sim card of my old phone but the entire Mapit Pro including all the data is still functioning on the old phone. Thanks a lot for your help!
Hi Jan, just backup your Mapit folder from the old phone and move it to your new device – same location (root of the storage).
Using backup management create new backup file on the old phone and follow the steps from this article to get that file restored on the new device.