diff --git a/assets/layers/barrier/barrier.json b/assets/layers/barrier/barrier.json
index 0e7eae8e32..cc56a31a7a 100644
--- a/assets/layers/barrier/barrier.json
+++ b/assets/layers/barrier/barrier.json
@@ -364,4 +364,4 @@
"width": "5"
}
]
-}
+}
\ No newline at end of file
diff --git a/assets/layers/crossings/crossings.json b/assets/layers/crossings/crossings.json
index 0de0f52f3c..2a1fff0c27 100644
--- a/assets/layers/crossings/crossings.json
+++ b/assets/layers/crossings/crossings.json
@@ -126,6 +126,13 @@
"de": "Zebrastreifen"
},
"hideInAnswer": true
+ },
+ {
+ "if": "crossing=unmarked",
+ "then": {
+ "en": "Crossing without crossing markings",
+ "nl": "Oversteekplaats zonder kruispuntmarkeringen"
+ }
}
]
},
diff --git a/langs/layers/en.json b/langs/layers/en.json
index 9bf448acf2..20c3bce1c5 100644
--- a/langs/layers/en.json
+++ b/langs/layers/en.json
@@ -2169,6 +2169,9 @@
},
"2": {
"then": "Zebra crossing"
+ },
+ "3": {
+ "then": "Crossing without crossing markings"
}
},
"question": "What kind of crossing is this?"
@@ -3294,6 +3297,83 @@
}
}
},
+ "note": {
+ "filter": {
+ "0": {
+ "options": {
+ "0": {
+ "question": "Should mention {search} in the first comment"
+ }
+ }
+ },
+ "1": {
+ "options": {
+ "0": {
+ "question": "Should not mention {search} in the first comment"
+ }
+ }
+ },
+ "2": {
+ "options": {
+ "0": {
+ "question": "Opened by {search}"
+ }
+ }
+ },
+ "3": {
+ "options": {
+ "0": {
+ "question": "Not opened by {search}"
+ }
+ }
+ },
+ "4": {
+ "options": {
+ "0": {
+ "question": "Opened before {search}"
+ }
+ }
+ },
+ "5": {
+ "options": {
+ "0": {
+ "question": "Opened after {search}"
+ }
+ }
+ },
+ "6": {
+ "options": {
+ "0": {
+ "question": "Opened by anonymous user"
+ }
+ }
+ },
+ "7": {
+ "options": {
+ "0": {
+ "question": "Only show open notes"
+ }
+ }
+ }
+ },
+ "name": "OpenStreetMap notes",
+ "tagRenderings": {
+ "report-contributor": {
+ "render": "Report {_first_user} as spam"
+ },
+ "report-note": {
+ "render": "Report this note as spam or inappropriate"
+ }
+ },
+ "title": {
+ "mappings": {
+ "0": {
+ "then": "Closed note"
+ }
+ },
+ "render": "Note"
+ }
+ },
"observation_tower": {
"description": "Towers with a panoramic view",
"name": "Observation towers",
diff --git a/langs/layers/nl.json b/langs/layers/nl.json
index 0b49ddb237..f4fbe7cc72 100644
--- a/langs/layers/nl.json
+++ b/langs/layers/nl.json
@@ -2180,6 +2180,9 @@
},
"2": {
"then": "Zebrapad"
+ },
+ "3": {
+ "then": "Oversteekplaats zonder kruispuntmarkeringen"
}
},
"question": "Wat voor oversteekplaats is dit?"
diff --git a/langs/themes/en.json b/langs/themes/en.json
index 1364ca3253..cd69694b49 100644
--- a/langs/themes/en.json
+++ b/langs/themes/en.json
@@ -944,66 +944,6 @@
"shortDescription": "This map shows the nature reserves of Natuurpunt",
"title": "The map of Natuurpunt"
},
- "notes": {
- "layers": {
- "0": {
- "filter": {
- "0": {
- "options": {
- "0": {
- "question": "Should mention {search} in the first comment"
- }
- }
- },
- "1": {
- "options": {
- "0": {
- "question": "Should not mention {search} in the first comment"
- }
- }
- },
- "2": {
- "options": {
- "0": {
- "question": "Opened by {search}"
- }
- }
- },
- "3": {
- "options": {
- "0": {
- "question": "Not opened by {search}"
- }
- }
- },
- "4": {
- "options": {
- "0": {
- "question": "Opened by anonymous user"
- }
- }
- }
- },
- "name": "OpenStreetMap notes",
- "tagRenderings": {
- "report-contributor": {
- "render": "Report {_first_user} as spam"
- },
- "report-note": {
- "render": "Report this note as spam or inappropriate"
- }
- },
- "title": {
- "mappings": {
- "0": {
- "then": "Closed note"
- }
- },
- "render": "Note"
- }
- }
- }
- },
"observation_towers": {
"description": "Publicly accessible towers to enjoy the view",
"shortDescription": "Publicly accessible towers to enjoy the view",
diff --git a/scripts/build.sh b/scripts/build.sh
index d2e91ded7b..30551dc364 100755
--- a/scripts/build.sh
+++ b/scripts/build.sh
@@ -14,7 +14,7 @@ npm run generate &&
npm run test &&
npm run generate:layouts
-if [ $? -ne 0]; then;
+if [ $? -ne 0 ]; then
echo "ERROR"
exit 1
fi