Browse Source

added label assignment to component route

pull/712/head
Stephen Hess 8 years ago
parent
commit
6963cb43f0
  1. 1
      routes/v1.js

1
routes/v1.js

@ -109,6 +109,7 @@ function addRoutes(app, peliasConfig) {
postProc.renamePlacenames(),
postProc.parseBoundingBox(),
postProc.normalizeParentIds(),
postProc.assignLabels(),
postProc.geocodeJSON(peliasConfig, base),
postProc.sendJSON
]),

Loading…
Cancel
Save