-
-
Notifications
You must be signed in to change notification settings - Fork 39
placeholder_1 | parent not found! continent_id 102191581 #215
Copy link
Copy link
Open
Labels
Description
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
Reactions are currently unavailable