|
@@ -0,0 +1,18 @@
|
|
1
|
+## Writing a BRouter profile
|
|
2
|
+
|
|
3
|
+* http://brouter.de/brouter/profile_developers_guide.txt
|
|
4
|
+* brouter-web onglet "Data" bien utile !, exemple rue du père Corentin
|
|
5
|
+* https://github.com/abrensch/brouter/issues/118
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+## Personal tips for writing BRouter profiles
|
|
9
|
+
|
|
10
|
+* Over-optimization pitfall
|
|
11
|
+* Don't consider too many variables, nothing is perfect
|
|
12
|
+* Always ensure your profile is working on multiple well known routes
|
|
13
|
+ (including long routes)
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+## Unit-testing BRouter profiles for easier development
|
|
17
|
+
|
|
18
|
+* Idea introduced in https://github.com/abrensch/brouter/issues/116
|