Object => Array in mapping example

master
Yohan Boniface 2015-07-08 15:54:49 +02:00
parent 593f252504
commit e01a72b8b0
1 changed files with 2 additions and 2 deletions

View File

@ -122,11 +122,11 @@ The mapping below will create a ``tracks`` table with the following columns:
], ],
"type": "linestring", "type": "linestring",
"mapping": { "mapping": {
"highway": { "highway": [
"path", "path",
"track", "track",
"unclassified" "unclassified"
} ]
} }
} }
} }