fix typo in docs

master
Oliver Tonnhofer 2015-07-17 10:18:11 +02:00
parent fccaec3977
commit 15911a948b
1 changed files with 1 additions and 1 deletions

View File

@ -296,7 +296,7 @@ Tags
Imposm caches only tags that are required for a ``mapping`` or for any ``columns``. This keeps the cache small as it does not store any tags that are not required for the import. You can change this if you want to import all tags, e.g with the ``hstore_tags`` column type.
Add ``load_all`` to the ``tags`` object inside your mapping JSON file. You still manually can exclude ags with the ``exclude`` option. ``exclude`` supports a simple shell file name pattern matching.
Add ``load_all`` to the ``tags`` object inside your mapping JSON file. You can still exclude tags with the ``exclude`` option. ``exclude`` supports a simple shell file name pattern matching.
To load all tags except ``created_by``, ``source``, and ``tiger:county``, ``tiger:tlid``, ``tiger:upload_uuid``, etc::