From f3b10c50f661170bd4e1f818113fbe75bf671d69 Mon Sep 17 00:00:00 2001 From: Bonnasseau Date: Tue, 24 Sep 2013 09:57:48 -0700 Subject: [PATCH] Updated Postgis async (markdown) --- Postgis-async.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Postgis-async.md b/Postgis-async.md index 195dc26..6aefc81 100644 --- a/Postgis-async.md +++ b/Postgis-async.md @@ -11,7 +11,7 @@ Mapnik uses the painter's algorithm to render maps. It means that layers are dra ``` In this case, the renderer spends a lot of time waiting for PostGIS to perform the query that will feed with features. -The asynchronous_request parameter in PostGIS pulgin aims to parallelize rendering and queries on the database server : while a layer is rendering, SQL queries for further layers are sent ahead. +The `asynchronous_request` parameter in PostGIS pulgin aims to parallelize rendering and queries on the database server : while a layer is rendering, SQL queries for further layers are sent ahead. ## When to use it