Skip to content

Commit

Permalink
Merge pull request #8305 from openstreetmap/nsi-v5
Browse files Browse the repository at this point in the history
Name-suggestion-index v6
  • Loading branch information
mbrzakovic authored Jul 6, 2021
2 parents 01daef3 + d203699 commit fc6c711
Show file tree
Hide file tree
Showing 38 changed files with 21,460 additions and 10,113 deletions.
11 changes: 7 additions & 4 deletions css/80_app.css
Original file line number Diff line number Diff line change
Expand Up @@ -1085,7 +1085,7 @@ a.hide-toggle {
visibility: visible;
}
.preset-icon-container.showing-img *:not(.image-icon) {
visibility: hidden;
display: none;
}

.preset-icon-point-border path {
Expand Down Expand Up @@ -3226,11 +3226,11 @@ div.full-screen > button:focus {

.issue-text .issue-icon {
flex: 0 0 auto;
padding: 5px 7px;
padding: 2px 3px;
}
.issue-text .issue-message {
flex: 1 1 auto;
padding: 5px 0;
padding: 4px 5px;
}
.issue-label .issue-autofix {
flex: 0 0 auto;
Expand Down Expand Up @@ -3547,6 +3547,9 @@ li.issue-fix-item button:not(.actionable) .fix-icon {
.issue-container:not(.active) ul.issue-fix-list {
display: none;
}
.issue-container:not(.active) .issue-info {
display: none;
}

.issue-info {
flex: 1 1 auto;
Expand Down Expand Up @@ -5636,4 +5639,4 @@ li.hide + li.version .badge .tooltip .popover-arrow {
height: 100px;
width: 100px;
color: #7092ff;
}
}
8 changes: 4 additions & 4 deletions data/core.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1808,9 +1808,9 @@ en:
message: "{feature} has incomplete tags"
reference: "Some features should have additional tags."
noncanonical_brand:
message: "{feature} looks like a brand with nonstandard tags"
message_incomplete: "{feature} looks like a brand with incomplete tags"
reference: "All features of the same brand should be tagged the same way."
message: "{feature} looks like a common feature with nonstandard tags"
message_incomplete: "{feature} looks like a common feature with incomplete tags"
reference: "Some features, for example retail chains or post offices, are expected to have certain tags in common."
point_as_area:
message: '{feature} should be a point, not an area'
point_as_line:
Expand Down Expand Up @@ -2374,4 +2374,4 @@ en:
wikidata:
identifier: "Identifier"
label: "Label"
description: "Description"
description: "Description"
Loading

0 comments on commit fc6c711

Please sign in to comment.