Show case-sensitive taginfo results for Manufacturer field

This commit is contained in:
Quincy Morgan
2019-04-16 09:59:00 -07:00
parent 184f4a17e5
commit 72266af1e5
+1 -1
View File
@@ -290,7 +290,7 @@ export default {
// A few OSM keys expect values to contain uppercase values (see #3377).
// This is not an exhaustive list (e.g. `name` also has uppercase values)
// but these are the fields where taginfo value lookup is most useful.
var re = /network|taxon|genus|species|brand|grape_variety|royal_cypher|listed_status|booth|rating|stars|:output|_hours|_times/;
var re = /network|taxon|genus|species|brand|grape_variety|royal_cypher|listed_status|booth|rating|stars|:output|_hours|_times|manufacturer/;
var allowUpperCase = (params.key.match(re) !== null);
var f = filterValues(allowUpperCase);