diff --git a/vbn/build-config.json b/vbn/build-config.json new file mode 100644 index 0000000..dce17c1 --- /dev/null +++ b/vbn/build-config.json @@ -0,0 +1,5 @@ +{ + "areaVisibility": true, + "parentStopLinking": true, + "osmWayPropertySet": "germany" +} \ No newline at end of file diff --git a/vbn/build-config.json.md b/vbn/build-config.json.md new file mode 100644 index 0000000..3195d5c --- /dev/null +++ b/vbn/build-config.json.md @@ -0,0 +1,2 @@ +# build-config.json +The build config has been copied from [Stadtnavi tutorial](https://github.com/stadtnavi/stadtnavi-tutorial/blob/main/02-otp-and-graph-building/build-config.json). \ No newline at end of file