Closed PhanSon95 closed 11 months ago
The empty error message is a bug, I'll fix that.
Looking at the code I can see that the error is caused by one of two things:
pelias.json
setting imports.whosonfirst.sqlite
must be true
, this should be the default value but try setting it anyway/whosonfirst-data-[a-z0-9-]+\.db$/
in the path /data/whosonfirst/sqlite
, this should have been downloaded in the pelias download all
step, you can check in your ./data
directory that it exists.Thank you I imported data to pelias in Quebec success
But now I trying import similar with Canada, I got error when run command
pelias prepare all
This error caused by the .pbf file too large. I got this message and it continue prepare
Does it error when I run command pelias import all
?
What does the error say?
Only show message and continue proccessing.
When It done, I doing next step pelias import all
The polylines error indicates that the openstreetmap PBF file was too large, and therefore it wasn't able to extract data about the street network, as a result you may continue, but your index will be missing all the documents from the street
layer (although the address
layer will be fine).
If you follow the link in the error message we've provided some information about how to process larger geographies, but I can't provide support for this in the issue tracker.
I have problem with import pelias address for Quebec city This is my error :
Steps to Reproduce This is my Quebec project struct (I copy similar new-york-city project): This is my config
I also download some data:
After that, I run commands in readme file
Expected behavior Import success pelias map in quebec city
Environment (please complete the following information):
Pastebin/Screenshots