Disable splitting of roads on production

This commit is contained in:
Pieter Vander Vennet 2021-10-06 13:20:42 +02:00
parent dc4174047a
commit 7ec0fec575

View file

@ -284,6 +284,6 @@
} }
], ],
"overrideAll": { "overrideAll": {
"allowSplit": true "allowSplit": false
} }
} }