From 2ceae96da1ab55bb9b31b9dac89a3e12847666ad Mon Sep 17 00:00:00 2001 From: Alexander Goryushkin Date: Tue, 5 Sep 2023 23:10:19 -0300 Subject: [PATCH] Update json-utils.js --- src/json-utils.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/json-utils.js b/src/json-utils.js index 760c96060..76b6c53fa 100644 --- a/src/json-utils.js +++ b/src/json-utils.js @@ -130,7 +130,8 @@ const removeProps = { // a list of component_name:new_component_name pairs to rename in JSON string const renameProps = { 'streetmix-loader': 'not-streetmix-loader', - street: 'not-street' + street: 'not-street', + intersection: 'not-intersection' }; function filterJSONstreet (removeProps, renameProps, streetJSON) {