mirror of
https://bitbucket.org/s_l_teichmann/mtsatellite
synced 2025-01-11 17:30:18 +01:00
README.md edited online with Bitbucket
This commit is contained in:
parent
bdad1c92d2
commit
842b5a098f
@ -19,15 +19,15 @@ the map has to be pre-rendered with **mtseeder**.
|
|||||||
It is also used to track the changes made to the world. They are aggregated over
|
It is also used to track the changes made to the world. They are aggregated over
|
||||||
a defined time interval and then send to the mtwebmapper server.
|
a defined time interval and then send to the mtwebmapper server.
|
||||||
|
|
||||||
* [mtwebmapper](cmd/mtwebmapper) Web server that serves [Leaflet](http://leafletjs.com) compatible tiles to a
|
* [mtwebmapper](mtsatellite/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.
|
web browser. Running in the background this server updates the pre-computed map tiles.
|
||||||
|
|
||||||
* [mtdbconverter](cmd/mtdbconverter) is converter between Minetest databases. mtredisalize works
|
* [mtdbconverter](mtsatellite/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)
|
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
|
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.
|
back to a plain LevelDB or SQLite3 one.
|
||||||
|
|
||||||
* [mtseeder](cmd/mtseeder) pre-computes all tiles of the map of the world plus a set of pyramidal overview images.
|
* [mtseeder](mtsatellite/cmd/mtseeder) pre-computes all tiles of the map of the world plus a set of pyramidal overview images.
|
||||||
Even playing in a dynamic and fully changeable world most of the data is pretty constant over time. Therefore
|
Even playing in a dynamic and fully changeable world most of the data is pretty constant over time. Therefore
|
||||||
it make sense to do only small updates on pre-calculated images instead of generating
|
it make sense to do only small updates on pre-calculated images instead of generating
|
||||||
the map entirely on the fly.
|
the map entirely on the fly.
|
||||||
|
Loading…
Reference in New Issue
Block a user