From ed714b2bd6fb15fa19ab3223b320739fc7c4c91c Mon Sep 17 00:00:00 2001 From: est31 Date: Sun, 17 Jan 2016 19:55:29 +0100 Subject: [PATCH] Add link to example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5288799..c90f75e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ #Leaftest -Leaftest consists of a bash script that uses [minetestmapper](https://github.com/Rogier-5/minetest-mapper-cpp) to display the map on a leaflet based zoomable sloppy map. +Leaftest consists of a bash script that uses [minetestmapper](https://github.com/Rogier-5/minetest-mapper-cpp) to display the map on a leaflet based zoomable sloppy map. As an example, see [VanessaE survival server's map](https://daconcepts.com/vanessa/hobbies/minetest/worldmaps/Survival_World/map.html). The map is generated in chunks through many invocations of `minetestmapper` instead of one invocation and large file thats cropped later, so that memory requirements for all tools are unrelated to the map size. ##Dependencies