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
This commit is contained in:
Begerad, Stefan 2021-09-20 14:13:48 -04:00
parent 669eb4aa9d
commit da6c67f08e
1 changed files with 2 additions and 3 deletions

View File

@ -1,5 +1,4 @@
{
"areaVisibility": true,
"parentStopLinking": true,
"osmWayPropertySet": "germany"
}
"parentStopLinking": true
}