Skip to content

Commit

Permalink
Add Romania to flipped street number countries.
Browse files Browse the repository at this point in the history
  • Loading branch information
mihneadb authored May 20, 2019
1 parent 8260565 commit 64ec253
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion middleware/localNamingConventions.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const check = require('check-types');
const _ = require('lodash');
const field = require('../helper/fieldValue');

var flipNumberAndStreetCountries = ['DEU', 'FIN', 'SWE', 'NOR', 'DNK', 'ISL', 'CZE', 'PRT', 'ESP'];
var flipNumberAndStreetCountries = ['DEU', 'FIN', 'SWE', 'NOR', 'DNK', 'ISL', 'CZE', 'PRT', 'ESP', 'ROU'];

function setup() {
var api = require('pelias-config').generate().api;
Expand Down

0 comments on commit 64ec253

Please sign in to comment.