-
Notifications
You must be signed in to change notification settings - Fork 498
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to download more than one .osm.pbf? #367
Comments
You need to download and merge the files for multiple regions locally before importing them, or call |
We have a similar issue in our usage of the tile server. In our use case, we would like to import additional regions and have it load it into the prior postgis database. In this case, the database has already been initialized with the One solution is to introduce an environment variable,
The environment variable could be set as follows.
Is there a down side to this ? |
Yes,
For this to work you'd also need to change the The recommended solution for multiple regions is to
|
If I rerun the above command, and try to download another .osm.pdf, it shows that createuser: error: creation of new role failed: ERROR: role "renderer" already exists
I checked out the file and found that
import
always creates a new renderer user in PostgresThe text was updated successfully, but these errors were encountered: