Browse Source

Parse order on the label field for Portugal

Added PRT to the array on var flipNumberAndStreetCountries
pull/1199/head
Nuno Patronilo 6 years ago committed by GitHub
parent
commit
6d7726ae42
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      middleware/localNamingConventions.js

2
middleware/localNamingConventions.js

@ -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'];
var flipNumberAndStreetCountries = ['DEU', 'FIN', 'SWE', 'NOR', 'DNK', 'ISL', 'CZE','PRT'];
function setup() {
var api = require('pelias-config').generate().api;

Loading…
Cancel
Save