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

Hello,

A few days ago I updated my database with the latest planet file. Everything looks ok but I'm missing the Russia entry in planet_osm_polygon.

It is found in both planet_osm_roads:

osm=>
osm=> select admin_level, name
osm-> from planet_osm_roads
osm-> where osm_id = -60189 and boundary = 'administrative'
osm-> limit 1;
 admin_level |  name
-------------+--------
 2           | Россия
(1 row)

and planet_osm_line:

osm=> select admin_level, name
osm-> from planet_osm_line
osm-> where osm_id = -60189 and boundary = 'administrative'
osm-> limit 1;
 admin_level |  name
-------------+--------
 2           | Россия
(1 row)

But not in planet_osm_polygon:

osm=> select admin_level, name
osm-> from planet_osm_polygon
osm-> where osm_id = -60189 and boundary = 'administrative'
osm-> limit 1;
 admin_level | name
-------------+------
(0 rows)

On my production server using an older planet.pbf file, it is in planet_osm_polygon as well.

What could be wrong?

Edit: I'm missing multiple other countries as well: Brazil, Argentina, Chile...

asked 30 Aug '20, 18:04

timautin's gravatar image

timautin
1514512
accept rate: 0%

edited 30 Aug '20, 20:31

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:

×263
×88
×2

question asked: 30 Aug '20, 18:04

question was seen: 632 times

last updated: 30 Aug '20, 20:31

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