From 468b4e6801e4b64d6bc082aa37c54d17d0f08ddb Mon Sep 17 00:00:00 2001 From: Oliver Tonnhofer Date: Thu, 28 Jun 2018 17:04:02 +0200 Subject: [PATCH] doc: fix format of expire tile filenames --- docs/tutorial.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorial.rst b/docs/tutorial.rst index 6ac5c67..4952e3c 100644 --- a/docs/tutorial.rst +++ b/docs/tutorial.rst @@ -235,5 +235,5 @@ Remember that you have to make the initial import with the ``-diff`` option. See Expire tiles ------------ -Imposm can log where the OSM data was changed when it imports diff files. You can use the ``-expiretiles-dir`` option to specify a location where Imposm should log this information. Imposm creates files in the format `YYYYmmdd/HHMM.sss.tiles`` (e.g. ``20161129/2123.123.tiles``) inside this directory. Each file contains a list with webmercator tiles in the format ``z/x/y`` (e.g. ``14/7321/1339``). All tiles are based on zoom level 14. You can change this with the ``-expiretiles-zoom`` option. +Imposm can log where the OSM data was changed when it imports diff files. You can use the ``-expiretiles-dir`` option to specify a location where Imposm should log this information. Imposm creates files in the format `YYYYmmdd/HHMMSS.sss.tiles`` (e.g. ``20161129/212345.123.tiles``) inside this directory. Each file contains a list with webmercator tiles in the format ``z/x/y`` (e.g. ``14/7321/1339``). All tiles are based on zoom level 14. You can change this with the ``-expiretiles-zoom`` option. Both expire options can be set as ``expiretiles_dir`` and ``expiretiles_zoom`` in the JSON configuration.