Updated MapnikViewer (markdown)
parent
60814b6d54
commit
72c0ee01e5
1 changed files with 9 additions and 0 deletions
|
@ -62,3 +62,12 @@ or
|
|||
```sh
|
||||
# ./viewer your.xml -1,50,1,52
|
||||
```
|
||||
|
||||
## Register plugins directory
|
||||
Plugin directory is default to /usr/local/lib/mapnik/input/
|
||||
To override it: create a viewer.ini file for example:
|
||||
|
||||
```ini
|
||||
[mapnik]
|
||||
plugins_dir=/usr/lib/mapnik/3.0/input/
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue