Skip to content

Commit

Permalink
Merge pull request #1306 from pelias/columbian-address-format
Browse files Browse the repository at this point in the history
fix(naming conventions): Columbian addresses should be flipped
  • Loading branch information
orangejulius authored May 28, 2019
2 parents 78f1e67 + fabd92b commit 83f0bea
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', 'ROU'];
var flipNumberAndStreetCountries = ['DEU', 'FIN', 'SWE', 'NOR', 'DNK', 'ISL', 'CZE', 'PRT', 'ESP', 'ROU', 'COL'];

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

0 comments on commit 83f0bea

Please sign in to comment.