From 8913f6e5b0da3f9977a3f7eb23657e7d58289fa3 Mon Sep 17 00:00:00 2001 From: skorasaurus Date: Fri, 6 Apr 2012 10:09:30 -0700 Subject: [PATCH] corrected link to postgis_datasource constructor to the source on github [markdown] --- PostGIS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PostGIS.md b/PostGIS.md index 9994223..4457b47 100644 --- a/PostGIS.md +++ b/PostGIS.md @@ -146,7 +146,7 @@ A PostGIS datasource may be created as follows: } ``` -For other PostGIS parameters, see [the postgis_datasource constructor in postgis.cpp:L57](http://trac.mapnik.org/browser/trunk/plugins/input/postgis/postgis.cpp#L57) +For other PostGIS parameters, see [the postgis_datasource constructor in postgis_datasource.cpp#L48](https://github.com/mapnik/mapnik/blob/master/plugins/input/postgis/postgis_datasource.cpp#L48) TODO -- more PostGIS query usage