Updated PostGIS (markdown)
parent
aaae0ce72f
commit
3777e6334a
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ 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 |
|
| 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 |
|
| 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 |
|
| 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 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 |
|
| 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.~~ | *DEPRECATED* (automatically set internally based on `max_async_connection > 0` condition) |
|
||||||
| 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 |
|
| 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
|
## Usage
|
||||||
|
|
Loading…
Reference in a new issue