|
|
|
@ -280,7 +280,7 @@ function addRoutes(app, peliasConfig) {
|
|
|
|
|
postProc.renamePlacenames(), |
|
|
|
|
postProc.parseBoundingBox(), |
|
|
|
|
postProc.normalizeParentIds(), |
|
|
|
|
postProc.changeLanguage(), |
|
|
|
|
postProc.changeLanguage(changeLanguageService, changeLanguageShouldExecute), |
|
|
|
|
postProc.assignLabels(), |
|
|
|
|
postProc.geocodeJSON(peliasConfig.api, base), |
|
|
|
|
postProc.sendJSON |
|
|
|
@ -297,7 +297,7 @@ function addRoutes(app, peliasConfig) {
|
|
|
|
|
postProc.renamePlacenames(), |
|
|
|
|
postProc.parseBoundingBox(), |
|
|
|
|
postProc.normalizeParentIds(), |
|
|
|
|
postProc.changeLanguage(), |
|
|
|
|
postProc.changeLanguage(changeLanguageService, changeLanguageShouldExecute), |
|
|
|
|
postProc.assignLabels(), |
|
|
|
|
postProc.geocodeJSON(peliasConfig.api, base), |
|
|
|
|
postProc.sendJSON |
|
|
|
@ -318,7 +318,7 @@ function addRoutes(app, peliasConfig) {
|
|
|
|
|
postProc.renamePlacenames(), |
|
|
|
|
postProc.parseBoundingBox(), |
|
|
|
|
postProc.normalizeParentIds(), |
|
|
|
|
postProc.changeLanguage(), |
|
|
|
|
postProc.changeLanguage(changeLanguageService, changeLanguageShouldExecute), |
|
|
|
|
postProc.assignLabels(), |
|
|
|
|
postProc.geocodeJSON(peliasConfig.api, base), |
|
|
|
|
postProc.sendJSON |
|
|
|
@ -338,7 +338,7 @@ function addRoutes(app, peliasConfig) {
|
|
|
|
|
postProc.renamePlacenames(), |
|
|
|
|
postProc.parseBoundingBox(), |
|
|
|
|
postProc.normalizeParentIds(), |
|
|
|
|
postProc.changeLanguage(), |
|
|
|
|
postProc.changeLanguage(changeLanguageService, changeLanguageShouldExecute), |
|
|
|
|
postProc.assignLabels(), |
|
|
|
|
postProc.geocodeJSON(peliasConfig.api, base), |
|
|
|
|
postProc.sendJSON |
|
|
|
@ -352,7 +352,7 @@ function addRoutes(app, peliasConfig) {
|
|
|
|
|
postProc.renamePlacenames(), |
|
|
|
|
postProc.parseBoundingBox(), |
|
|
|
|
postProc.normalizeParentIds(), |
|
|
|
|
postProc.changeLanguage(), |
|
|
|
|
postProc.changeLanguage(changeLanguageService, changeLanguageShouldExecute), |
|
|
|
|
postProc.assignLabels(), |
|
|
|
|
postProc.geocodeJSON(peliasConfig.api, base), |
|
|
|
|
postProc.sendJSON |
|
|
|
|