Skip to content

Commit

Permalink
Add royal_cypher to the capital letter allowing whitelist
Browse files Browse the repository at this point in the history
(closes #5109)
  • Loading branch information
bhousel committed Jun 24, 2018
1 parent b1252d4 commit 39e170d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/services/taginfo.js
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,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|booth|rating|:output|_hours|_times/;
var re = /network|taxon|genus|species|brand|grape_variety|royal_cypher|booth|rating|:output|_hours|_times/;
var allowUpperCase = (params.key.match(re) !== null);
var f = filterValues(allowUpperCase);

Expand Down

0 comments on commit 39e170d

Please sign in to comment.