From d3c99f419319761ebec1b696faa133a6cd897f3e Mon Sep 17 00:00:00 2001 From: Andrey-VI Date: Tue, 13 Aug 2013 04:28:23 -0700 Subject: [PATCH] Updated Optimize Rendering with PostGIS (markdown) --- OptimizeRenderingWithPostGIS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OptimizeRenderingWithPostGIS.md b/OptimizeRenderingWithPostGIS.md index b39cbe3..e4429b1 100644 --- a/OptimizeRenderingWithPostGIS.md +++ b/OptimizeRenderingWithPostGIS.md @@ -121,7 +121,7 @@ Then you don't need to include a filter to test for tunnel in the Mapnik rules. [highway] = 'motorway' and ([tunnel] = 'yes' or [tunnel] = 'true' or [tunnel] = '1') ``` - becomes +becomes ```xml [highway] = 'motorway'