Another url fix.

This commit is contained in:
Sascha L. Teichmann 2014-10-03 13:21:27 +02:00
parent a84540c644
commit 789d0eba35
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ the map has to be pre-rendered with **mtseeder**.
* [mtwebmapper](https://bitbucket.org/s_l_teichmann/mtsatellite/src/default/cmd/mtwebmapper/) Web server that serves [Leaflet](http://leafletjs.com) compatible tiles to a
web browser. Running in the background this server updates the pre-computed map tiles.
* [mtdbconverter](https://bitbucket.org/s_l_teichmann/mtsatellite/src/default/cmd/mdtdbconverter) is converter between Minetest databases. mtredisalize works
* [mtdbconverter](https://bitbucket.org/s_l_teichmann/mtsatellite/src/default/cmd/mtdbconverter) is converter between Minetest databases. mtredisalize works
best if you use a special interleaved LevelDB key schema. To bring your old database (LevelBD or SQLite3)
into this format this tool does the job. It can also be used to convert the interleaved database
back to a plain LevelDB or SQLite3 one.