moved info on parameters of shapefiles from XMLConfiguration to here [markdown]
parent
4f190b4968
commit
c7c3324a65
1 changed files with 7 additions and 2 deletions
|
@ -20,13 +20,18 @@ To check if the raster plugin built and was installed correctly you can do:
|
|||
True
|
||||
```
|
||||
|
||||
# Parameters
|
||||
## Parameters
|
||||
|
||||
| *parameter* | *value* | *description* | *default* |
|
||||
|:------------------|----------|---------------|----------:|
|
||||
| encoding | string | Encoding Used | utf-8. ESRI Shapefiles are usually 'latin1' |
|
||||
| file | string | name of shapefile (without extension) | |
|
||||
|
||||
See: http://svn.mapnik.org/trunk/docs/api_docs/python/mapnik-module.html#Shapefile
|
||||
|
||||
# Styling
|
||||
|
||||
To style a layer use any of the Symbolizers like Point, Polygon, or Line, depending on the geometry type.
|
||||
To style a layer, use any of the Symbolizers like Point, Polygon, or Line, depending on the geometry type.
|
||||
|
||||
# Usage
|
||||
|
||||
|
|
Loading…
Reference in a new issue