From ed19c0a414407a10f34a1edb36cb1a31af0667b4 Mon Sep 17 00:00:00 2001 From: Petr Pridal Date: Wed, 28 May 2014 08:19:44 +0200 Subject: [PATCH] Update README.md --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 62c5ed6..9555ce2 100644 --- a/README.md +++ b/README.md @@ -56,14 +56,12 @@ tiles rendered with [MapTiler](http://www.maptiler.com/). Tiles produced by open-source GDAL2Tiles or MapTiler and tiles in .mbtiles files can be easily converted to required structure (XYZ with top-left origin -and metadata.json file). - -The OpenSource utility mbutil (https://github.com/mapbox/mbutil) produces +and metadata.json file). The open-source utility [mbutil](https://github.com/mapbox/mbutil) produces exactly the required format. Direct reading of .mbtiles files is supported, but with decreased performance -compared to the static files in a directory. Therefore the data management, -especially upload over FTP or similar protocols, is easier. +compared to the static files in a directory. The advantage is easier data management, +especially upload over FTP or similar protocols. Supported protocols: --------------------