Skip to content

Commit

Permalink
Merge pull request #1299 from pelias/romania-street-number
Browse files Browse the repository at this point in the history
Add Romania to flipped street number countries.
  • Loading branch information
orangejulius authored May 20, 2019
2 parents 8260565 + 64ec253 commit ceaf1f0
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 ceaf1f0

Please sign in to comment.