From da6c67f08ef6d7c1ea97da3eaf030ef29ab7ec1e Mon Sep 17 00:00:00 2001 From: "Begerad, Stefan" Date: Mon, 20 Sep 2021 14:13:48 -0400 Subject: [PATCH] fix(vbn): adapted build config due to this error: 20:10:48.199 ERROR (OTPMain.java:46) An uncaught error occurred inside OTP: Unknown osmWayPropertySet: germany java.lang.IllegalArgumentException: Unknown osmWayPropertySet: germany --- vbn/build-config.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/vbn/build-config.json b/vbn/build-config.json index dce17c1..80f4618 100644 --- a/vbn/build-config.json +++ b/vbn/build-config.json @@ -1,5 +1,4 @@ { "areaVisibility": true, - "parentStopLinking": true, - "osmWayPropertySet": "germany" -} \ No newline at end of file + "parentStopLinking": true +}