Skip to content
This repository has been archived by the owner on Apr 7, 2019. It is now read-only.

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
naturefreshmilk committed Jul 18, 2018
1 parent 20b2262 commit c351a5f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
Binary file added img/Bildschirmfoto_2018-07-18_17-13-35.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 13 additions & 4 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,21 +10,22 @@ Renders the mapblocks on-demand as an interactive map and displays the current p
As players interact with the map the changed MapBlocks get re-rendered
and updated in the web-client (near-realtime, 20 seconds default)

The resulting tiles are cached in a database and served to the client if unchanged.
The resulting tiles are cached in a file-backend and served to the client if unchanged.

# Development state

* Active, Beta-Testing with one Production-Instance (see **Demo**)
* Tested and live with one Production-Instance (see **Demo**)
* Please file issues/requests in the github issue-tracker

# Demo

* See: https://pandorabox.io/map/#-1830.125/426.5/11
![](img/Bildschirmfoto_2018-07-18_17-13-35.png?raw=true)

# Compatibility

Requirements:
- Postgresql Database (for tile-cache and blocks)
- Postgresql Database for minetest backend (existing)
- Java runtime (8+)
- Modern machine with enough (2GB+) RAM and CPU

Expand All @@ -49,8 +50,10 @@ Key and values should be separated by a `=` (see **Example config**)

Example for a setup with server-name **myhost**:
```
#tileserver.properties
minetest.db.url=jdbc:postgresql://myhost:5432/postgres
tile.db.url=jdbc:postgresql://myhost:5432/tiles
minetest.db.username=postgres
minetest.db.password=1234
```

## Configuration parameters
Expand Down Expand Up @@ -91,7 +94,13 @@ Username for DB Connection
Driver for DB Connection (only psql supported for now)
* Default: **org.postgresql.Driver**

### block.parser.poi.enable
Enable parsing of POI blocks, provided with the mod in this repository
* Default: **true**

### block.parser.travelnet.enable
Enable parsing of Travelnet boxes
* Default: **true**


# How it works
Expand Down

0 comments on commit c351a5f

Please sign in to comment.