Merge pull request #54 from yohanboniface/doc-fix

Object => Array in mapping example
master
Oliver Tonnhofer 2015-07-16 09:13:02 +02:00
commit c3b03f0414
1 changed files with 3 additions and 3 deletions

View File

@ -122,11 +122,11 @@ The mapping below will create a ``tracks`` table with the following columns:
],
"type": "linestring",
"mapping": {
"highway": {
"highway": [
"path",
"track",
"unclassified"
}
]
}
}
}
@ -175,7 +175,7 @@ Value types
``bool``
^^^^^^^^
Convert ``true``, ``yes`` and ``1``` values to ``true``, otherwise use ``false``.
Convert ``true``, ``yes`` and ``1`` values to ``true``, otherwise use ``false``.
``boolint``
^^^^^^^^^^^