Skip to content
Snippets Groups Projects
Commit 5dc8475b authored by Dominik Hebeler's avatar Dominik Hebeler
Browse files

Update README.md

parent 600c8725
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@ This is a Java Tileserver based on [Mapsforge](https://github.com/mapsforge/maps
It can run in one of two modes:
1. Without arguments (Tile Server Mode)
Without arguments this Program will answer to requests to port 63825. The Following commands are possible and have to be ended by a newline:
Without arguments this Program will answer to requests to port 63825. The Following commands are possible and have to be ended by a newline:
{z};{x};{y} - Will create a png for the specified tile and returns the data (binary)
list-files;minLon;minLat;maxLon;maxLat - Will give a JSON Response which lists informations about the files to download for the given area
download-files;minLon;minLat;maxLon;maxLat - Will create and send a tar file containing above listed files (mapfiles and pregenerated png tiles)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment