Added pbf-parser + mapcreation-scripts

This commit is contained in:
Arndt Brenschede 2014-01-19 11:22:32 +01:00
parent eebba6eb8d
commit 309b9b3bbc
17 changed files with 612 additions and 164 deletions

View file

@ -0,0 +1,18 @@
---context:global # following code refers to global config
# the elevation parameters
assign downhillcost 0
assign downhillcutoff 1.5
assign uphillcost 0
assign uphillcutoff 1.5
---context:way # following code refers to way-tags
assign turncost 0
assign initialcost 0
assign costfactor 1
---context:node # following code refers to node tags
assign initialcost 0