NOTICE: help.openstreetmap.org is no longer in use from 1st March 2024. Please use the OpenStreetMap Community Forum

Hi, I deployed osm tile server (using docker https://github.com/Overv/openstreetmap-tile-server) for Europe and Asia regions (made a merge from two .pbf files) but I can't update my db, I see an errors:

[2021-09-08 05:51:01] 12808 downloading diff [2021-09-08 05:51:29] 12808 filtering diff Traceback (most recent call last): File "/home/renderer/src/regional/trim_osc.py", line 129, in <module> cur.execute(q1, (nodesM,)) psycopg2.errors.UndefinedTable: relation "planet_osm_nodes" does not exist LINE 1: select id from planet_osm_nodes where id = ANY(ARRAY[2503040... ^

[2021-09-08 05:51:31] 12808 [error] Trim_osc error [2021-09-08 05:51:31] 12808 resetting state

How can I update data (db) for two or more regions/countries?

asked 08 Sep '21, 07:22

makcbc's gravatar image

makcbc
11113
accept rate: 0%

edited 08 Sep '21, 07:26

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Question tags:

×11
×10

question asked: 08 Sep '21, 07:22

question was seen: 557 times

last updated: 08 Sep '21, 07:26

NOTICE: help.openstreetmap.org is no longer in use from 1st March 2024. Please use the OpenStreetMap Community Forum