From 5558408c109661ca419348e5a3093bd1960c13ce Mon Sep 17 00:00:00 2001 From: ThomasG77 Date: Fri, 23 Dec 2011 14:30:56 -0800 Subject: [PATCH] Updated GettingStartedInXML (markdown) --- GettingStartedInXML.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/GettingStartedInXML.md b/GettingStartedInXML.md index 4b9a241..5582a8a 100644 --- a/GettingStartedInXML.md +++ b/GettingStartedInXML.md @@ -10,7 +10,8 @@ Make sure you have mapnik installed and you've successfully run through [Getting Two examples will be shown: -1) An XML configuration that exactly matches the map output from the pure python example in [GettingStarted The Getting Started Tutorial 1]. +1) An XML configuration that exactly matches the map output from the pure python example in [Getting Started Python Tutorial](GettingStartedInPython). + * This is intended to help new users see the common usage of Mapnik style and rule parameters. * Note: These samples are intentionally sparse and do not take full advantage of Mapnik capabilities. * See the [rundemo.py](https://github.com/mapnik/mapnik/blob/master/demo/python/rundemo.py) script in the downloads for more advanced usage of python bindings.