From db15f93da1b3bd600a1216a6386ccfb4bd7f02af Mon Sep 17 00:00:00 2001 From: Oliver Tonnhofer Date: Fri, 29 Jun 2018 09:53:12 +0200 Subject: [PATCH] doc: document time of expire tiles filename --- docs/tutorial.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorial.rst b/docs/tutorial.rst index 4952e3c..9f0781e 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/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. +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. The timestamp is the current time of the diff import, not the creation time of the diff. 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.