changelog, search doc

This commit is contained in:
Thomas Rudin 2019-05-04 21:13:19 +02:00
parent 7be0da1b4f
commit 0f10476766
4 changed files with 21 additions and 0 deletions

View File

@ -1,6 +1,14 @@
# Changelog
## 2.1.0
* Added search bar
* Shop info with stock
* Colored POI's
* Icons for POI's
* Exported mapserver mod to own repository: https://github.com/thomasrudin/mapserver_mod
## 2.0.1
* Added *configversion* to `mapserver.json`
* Added *defaultoverlays* to `mapserver.json`

12
doc/search.md Normal file
View File

@ -0,0 +1,12 @@
# Search bar
Searchable objects:
* Shops (with stock info)
* POI's
* Trainstations
* Travelnets
Example:
<img src="../pics/search.png">

BIN
pics/search.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 107 KiB

View File

@ -14,6 +14,7 @@ Realtime mapserver for [Minetest](https://minetest.net)
* [Installation](doc/install.md)
* [Mapserver mod](doc/mod.md)
* [Parameters](doc/params.md)
* [Search](doc/search.md)
* [Configuration](doc/config.md)
* [Contribution](doc/contrib.md)
* [Development](doc/dev.md)