GeoGet

Complete geocaching solutions

User Tools

Site Tools


dbmtools

Differences

This shows you the differences between two versions of the page.


Previous revision
dbmtools [Unknown date] (current) – external edit (Unknown date) 127.0.0.1
Line 1: Line 1:
 +====== DBMapTools ======
 +Simple Win32 commandline tools for content manipulation of SQLite based BigPlanet tileset. (Produced by MOBAC, or something else.)
 +
 +Download: {{:download:dbmaptools-1.0.0.zip|DBMapTools 1.0.0 (beta)}}
 +
 +===== DBMsplit =====
 +<code>
 +dbmsplit <source_db.sqlitedb>
 +</code>
 +Creating set of separate databases, one for each zoom level.
 +
 +===== DBMjoin =====
 +<code>
 +dbmjion <destination_db.sqlitedb> <source_db.sqlitedb>
 +</code>
 +Merge two databases into one. Source_db is merged into destination_db. Source_db left unchanged. If some map tile exists in both databases, then tile in destination_db will be overwritten by tile from source_db.
  
dbmtools.txt · Last modified: 2012/07/01 00:00 (external edit)