source:
trunk/workshop-routing-foss4g/chapters/code/mapconfig_sample.xml
@
74
Revision 63, 377 bytes checked in by djay, 13 years ago (diff) |
---|
Rev | Line | |
---|---|---|
[63] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | <configuration> | |
3 | <type name="highway" id="1"> | |
4 | <class name="motorway" id="101" /> | |
5 | <class name="motorway_link" id="102" /> | |
6 | <class name="motorway_junction" id="103" /> | |
7 | ... | |
8 | <class name="road" id="100" /> | |
9 | </type> | |
10 | <type name="junction" id="4"> | |
11 | <class name="roundabout" id="401" /> | |
12 | </type> | |
13 | </configuration> |
Note: See TracBrowser
for help on using the repository browser.