From 7644e9ec119a653961942f986a5b0e32aad61891 Mon Sep 17 00:00:00 2001 From: Tyler Garner Date: Wed, 30 Sep 2015 10:25:52 -0400 Subject: [PATCH] Spelling fixes. --- PostGIS.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PostGIS.md b/PostGIS.md index a4c8366..e491940 100644 --- a/PostGIS.md +++ b/PostGIS.md @@ -28,8 +28,8 @@ See also a performance tuning page: [[OptimizeRenderingWithPostGIS]] | multiple_geometries | boolean | whether 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 | | simplify_geometries | boolean | whether to automatically [reduce input vertices](http://blog.cartodb.com/post/20163722809/speeding-up-tiles-rendering). Only effective when output projection matches (or is similar to) input projection. Available from version 2.1.x up. | false | -| asynchronous_request | boolean | Postgres querries are sent asynchronously : wile rendering a layer, querries for further layers will run in parallel in the remote server. Full doc [here](Postgis-async) Available from version 2.3.x up. | false | -| max_async_connection | integer | max number of PostGIS querries for rendering one map in asynchronous mode. Used only when asynchronous_request=true. Default value (1) has no effect. | 1 | +| asynchronous_request | boolean | Postgres queries are sent asynchronously : while rendering a layer, queries for further layers will run in parallel in the remote server. Full doc [here](Postgis-async) Available from version 2.3.x up. | false | +| max_async_connection | integer | max number of PostGIS queries for rendering one map in asynchronous mode. Used only when asynchronous_request=true. Default value (1) has no effect. | 1 | ## Usage