Skip to content

placeholder_1 | parent not found! continent_id 102191581 #215

@irbian

Description

@irbian

Describe the bug
I´m getting this warning

placeholder_1 | parent not found! continent_id 102191581

And no info regarding the continent Europe on the responses

Steps to Reproduce
I´m using pelias/docker

Initially my config was

 "whosonfirst": {
      "datapath": "/data/whosonfirst",
      "importPostalcodes": true,
      "countryCode": "ES",
      "importPlace": [
        "404227369"
      ]
    },

But after seeing the message, I added the continent info too

 "whosonfirst": {
      "datapath": "/data/whosonfirst",
      "importPostalcodes": true,
      "countryCode": "ES",
      "importPlace": [
        "404227369",
        "102191581"
      ]
    },

Expected behavior
I expect to see info regarding the continent Europe

Environment (please complete the following information):
latest pelias/docker

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions