From b09397daab94c5e81934d6a1910ee61e64472638 Mon Sep 17 00:00:00 2001 From: ThomasG77 Date: Sat, 7 Jan 2012 12:13:43 -0800 Subject: [PATCH] Updated PostGIS (markdown) --- PostGIS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/PostGIS.md b/PostGIS.md index 2a805ab..86e2991 100644 --- a/PostGIS.md +++ b/PostGIS.md @@ -73,6 +73,7 @@ If you want to add something after the query (for example ORDER BY) you must use ## XML If you are using XML mapfiles to style your data, then using a PostGIS datasource (with a sub-select in this case) looks like: + * *Note*: if you use a sub-select that changes the extents of your features, make sure to use `estimate_extent=false` otherwise Mapnik will return no features. Otherwise you don't need to use the `estimate_extent` or `extent` parameters at all. ```xml