Skip to content

Commit

Permalink
Update json-utils.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Algorush committed Sep 6, 2023
1 parent 214a06b commit 2ceae96
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/json-utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 2ceae96

Please sign in to comment.