From 5ed9983c496ea886e89f81f597a0e624196f07d8 Mon Sep 17 00:00:00 2001 From: ThomasG77 Date: Fri, 23 Dec 2011 08:25:12 -0800 Subject: [PATCH] Updated OGR (markdown) --- OGR.md | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/OGR.md b/OGR.md index 0ffbd02..584afda 100644 --- a/OGR.md +++ b/OGR.md @@ -17,14 +17,15 @@ To check if the ogr plugin built and was installed correctly, try the usual Pyth # Parameters -|| *parameter* || *value* || *description* || *default* || -|| file || string || file to display || || -|| base || string || base path where to search for file parameter || || -|| layer || string || name of the layer to display (a single ogr datasource can contain multiple layers) || || -|| layer_by_index || integer || index of the layer to display, this becomes mandatory if no "layer" parameter is specified || || -|| multiple_geometries || boolean || wheter to use multiple different objects or a single one when dealing with multi-objects (this is mainly related to how the label are used in the map, one label for a multi-polygon or one label for each polygon of a multi-polygon)|| false || -|| encoding || string || internal file encoding || utf-8 || -|| string || string || optional (replaces *file* parameter) string of literal OGR-datasource data, like GeoJSON || +| *parameter* | *value* | *description* | *default* | +|-------------------|----------|---------------|-----------| +| file | string | file to display | | +| base | string | base path where to search for file parameter | | +| layer | string | name of the layer to display (a single ogr datasource can contain multiple layers) | | +| layer_by_index | integer | index of the layer to display, this becomes mandatory if no "layer" parameter is specified | | +| multiple_geometries | boolean | wheter to use multiple different objects or a single one when dealing with multi-objects (this is mainly related to how the label are used in the map, one label for a multi-polygon or one label for each polygon of a multi-polygon)| false | +| encoding | string | internal file encoding | utf-8 | +| string | string | optional (replaces *file* parameter) string of literal OGR-datasource data, like GeoJSON | # Usage