Skip to content
Merged
Changes from 7 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
132 changes: 132 additions & 0 deletions data/deprecated.json
Original file line number Diff line number Diff line change
Expand Up @@ -1253,6 +1253,138 @@
"old": {"parking": "street"},
"replace": {"parking": "lane"}
},
{
"old": {"parking:lane:both": "yes"},
"replace": {"parking:both": "yes"}
},
Comment thread
tordans marked this conversation as resolved.
Outdated
{
"old": {"parking:lane:both": "no"},
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"replace": {"parking:both": "no"}
},
{
"old": {"parking:lane:both": "no_parking"},
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"replace": {"parking:both": "no", "parking:both:restriction": "no_parking"}
},
{
"old": {"parking:lane:both": "no_standing"},
"replace": {"parking:both": "no", "parking:both:restriction": "no_standing"}
},
Comment thread
tordans marked this conversation as resolved.
Outdated
{
"old": {"parking:lane:both": "no_stopping"},
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"replace": {"parking:both": "no", "parking:both:restriction": "no_stopping"}
},
{
"old": {"parking:lane:both": "fire_lane"},
"replace": {"parking:both": "no", "parking:both:restriction": "no_stopping", "parking:both:restriction:reason": "fire_lane"}
},
Comment on lines +1268 to +1271
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we can keep this (even though below 1k) because the new tagging is complex.

{
"old": {"parking:lane:both": "separate"},
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"replace": {"parking:both": "separate"}
},
{
"old": {"parking:lane:both": "diagonal"},
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"replace": {"parking:both": "yes", "parking:both:orientation": "diagonal"}
},
{
"old": {"parking:lane:both": "parallel"},
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"replace": {"parking:both": "yes", "parking:both:orientation": "parallel"}
},
{
"old": {"parking:lane:both": "perpendicular"},
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"replace": {"parking:both": "yes", "parking:both:orientation": "perpendicular"}
},
{
"old": {"parking:lane:both:parallel": "on_street"},
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"replace": {"parking:both": "lane"}
},
{
"old": {"parking:lane:left": "yes"},
"replace": {"parking:left": "yes"}
},
Comment thread
tordans marked this conversation as resolved.
Outdated
{
"old": {"parking:lane:left": "no"},
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"replace": {"parking:left": "no"}
},
{
"old": {"parking:lane:left": "no_parking"},
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"replace": {"parking:left": "no", "parking:left:restriction": "no_parking"}
},
{
"old": {"parking:lane:left": "no_standing"},
"replace": {"parking:left": "no", "parking:left:restriction": "no_standing"}
},
Comment thread
tordans marked this conversation as resolved.
Outdated
{
"old": {"parking:lane:left": "no_stopping"},
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"replace": {"parking:left": "no", "parking:left:restriction": "no_stopping"}
},
{
"old": {"parking:lane:left": "fire_lane"},
"replace": {"parking:left": "no", "parking:left:restriction": "no_stopping", "parking:left:restriction:reason": "fire_lane"}
},
Comment thread
tordans marked this conversation as resolved.
Outdated
{
"old": {"parking:lane:left": "separate"},
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"replace": {"parking:left": "separate"}
},
{
"old": {"parking:lane:left": "diagonal"},
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"replace": {"parking:left": "yes", "parking:left:orientation": "diagonal"}
},
{
"old": {"parking:lane:left": "parallel"},
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"replace": {"parking:left": "yes", "parking:left:orientation": "parallel"}
},
{
"old": {"parking:lane:left": "perpendicular"},
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"replace": {"parking:left": "yes", "parking:left:orientation": "perpendicular"}
},
{
"old": {"parking:lane:left:parallel": "on_street"},
"replace": {"parking:left": "lane"}
},
Comment thread
tordans marked this conversation as resolved.
Outdated
{
"old": {"parking:lane:right": "yes"},
"replace": {"parking:right": "yes"}
},
Comment thread
tordans marked this conversation as resolved.
Outdated
{
"old": {"parking:lane:right": "no"},
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"replace": {"parking:right": "no"}
},
{
"old": {"parking:lane:right": "no_parking"},
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"replace": {"parking:right": "no", "parking:right:restriction": "no_parking"}
},
{
"old": {"parking:lane:right": "no_standing"},
"replace": {"parking:right": "no", "parking:right:restriction": "no_standing"}
},
Comment thread
tordans marked this conversation as resolved.
Outdated
{
"old": {"parking:lane:right": "no_stopping"},
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"replace": {"parking:right": "no", "parking:right:restriction": "no_stopping"}
},
{
"old": {"parking:lane:right": "fire_lane"},
"replace": {"parking:right": "no", "parking:right:restriction": "no_stopping", "parking:right:restriction:reason": "fire_lane"}
},
Comment thread
tordans marked this conversation as resolved.
Outdated
{
"old": {"parking:lane:right": "separate"},
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"replace": {"parking:right": "separate"}
},
{
"old": {"parking:lane:right": "diagonal"},
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"replace": {"parking:right": "yes", "parking:right:orientation": "diagonal"}
},
{
"old": {"parking:lane:right": "parallel"},
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"replace": {"parking:right": "yes", "parking:right:orientation": "parallel"}
},
{
"old": {"parking:lane:right": "perpendicular"},
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"replace": {"parking:right": "yes", "parking:right:orientation": "perpendicular"}
},
{
"old": {"parking:lane:right:parallel": "on_street"},
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"replace": {"parking:right": "lane"}
},
{
"old": {"parking:orientation": "*"},
"replace": {"orientation": "$1"}
Expand Down