From e01a72b8b0a74cb15cf75fed19ce9bf7c9ed828e Mon Sep 17 00:00:00 2001 From: Yohan Boniface Date: Wed, 8 Jul 2015 15:54:49 +0200 Subject: [PATCH] Object => Array in mapping example --- docs/mapping.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/mapping.rst b/docs/mapping.rst index 96d6135..18586f8 100644 --- a/docs/mapping.rst +++ b/docs/mapping.rst @@ -122,11 +122,11 @@ The mapping below will create a ``tracks`` table with the following columns: ], "type": "linestring", "mapping": { - "highway": { + "highway": [ "path", "track", "unclassified" - } + ] } } }