Skip to content

Commit fc6c711

Browse files
authored
Merge pull request #8305 from openstreetmap/nsi-v5
Name-suggestion-index v6
2 parents 01daef3 + d203699 commit fc6c711

38 files changed

+21460
-10113
lines changed

css/80_app.css

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1085,7 +1085,7 @@ a.hide-toggle {
10851085
visibility: visible;
10861086
}
10871087
.preset-icon-container.showing-img *:not(.image-icon) {
1088-
visibility: hidden;
1088+
display: none;
10891089
}
10901090

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

32273227
.issue-text .issue-icon {
32283228
flex: 0 0 auto;
3229-
padding: 5px 7px;
3229+
padding: 2px 3px;
32303230
}
32313231
.issue-text .issue-message {
32323232
flex: 1 1 auto;
3233-
padding: 5px 0;
3233+
padding: 4px 5px;
32343234
}
32353235
.issue-label .issue-autofix {
32363236
flex: 0 0 auto;
@@ -3547,6 +3547,9 @@ li.issue-fix-item button:not(.actionable) .fix-icon {
35473547
.issue-container:not(.active) ul.issue-fix-list {
35483548
display: none;
35493549
}
3550+
.issue-container:not(.active) .issue-info {
3551+
display: none;
3552+
}
35503553

35513554
.issue-info {
35523555
flex: 1 1 auto;
@@ -5636,4 +5639,4 @@ li.hide + li.version .badge .tooltip .popover-arrow {
56365639
height: 100px;
56375640
width: 100px;
56385641
color: #7092ff;
5639-
}
5642+
}

data/core.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1808,9 +1808,9 @@ en:
18081808
message: "{feature} has incomplete tags"
18091809
reference: "Some features should have additional tags."
18101810
noncanonical_brand:
1811-
message: "{feature} looks like a brand with nonstandard tags"
1812-
message_incomplete: "{feature} looks like a brand with incomplete tags"
1813-
reference: "All features of the same brand should be tagged the same way."
1811+
message: "{feature} looks like a common feature with nonstandard tags"
1812+
message_incomplete: "{feature} looks like a common feature with incomplete tags"
1813+
reference: "Some features, for example retail chains or post offices, are expected to have certain tags in common."
18141814
point_as_area:
18151815
message: '{feature} should be a point, not an area'
18161816
point_as_line:
@@ -2374,4 +2374,4 @@ en:
23742374
wikidata:
23752375
identifier: "Identifier"
23762376
label: "Label"
2377-
description: "Description"
2377+
description: "Description"

0 commit comments

Comments
 (0)