root/trunk/config.yaml.example

Revision 26, 0.8 kB (checked in by relet.net, 7 months ago)

replaced OLSRD by Olsrd in config.yaml.example.

Line 
1 # freimap configuration file. Please refer to http://www.yaml.org/start.html or http://www.yaml.org/refcard.html for syntax info.
2 # this is a working configuration for olsrd on localhost
3 # node positions are available for freifunk nodes in berlin.
4 ---
5 version: svn
6 subversion: 60
7
8 backgrounds:
9   openstreetmap:
10     type: openstreetmap
11     # use blank, images or openstreetmap
12     delay: 0
13     filter: dark
14     cachedir: ./gfx/cache
15
16   bcc-a:
17     type: images
18     images:
19      - gfx:   gfx/bcc-a-uni.png 
20        lat:   52.52089531804967
21        lon:   13.416420177909853
22        scale: 1500000 
23
24 datasources:
25   nodes-in-berlin:
26     class: net.relet.freimap.FreifunkMapDataSource
27     url: "file:data/ffmap.xml"
28
29   olsrd-localhost:
30     class: net.relet.freimap.OlsrdDataSource
31     host: localhost
32     port: 2004
33     nodesource: nodes-in-berlin
Note: See TracBrowser for help on using the browser.