Updated GEOS (markdown)

kunitoki 2012-03-27 13:39:20 -07:00
parent 889e64ac89
commit 4f35f155a7

@ -3,9 +3,7 @@
<!-- Last-Modified: 2011/08/10 13:41:42 -->
<!-- Author: springmeyer -->
```html
<h2 style="text-align: left; color: red">WARNING: experimental !</h1>
```
# WARNING: experimental !</h1>
Mapnik's PluginArchitecture supports the use of different input formats.
@ -25,7 +23,6 @@ If not, install it from [here](http://trac.osgeo.org/geos/) or use your package
If scons is unable to find the needed headers and library, make sure you define where they are in _config.py_:
GEOS_INCLUDES='/usr/local/include'
GEOS_LIBS='/usr/local/lib'
@ -93,3 +90,4 @@ A datasource may be created as follows:
m.addLayer(lyr);
}
```