Bugfix landcover osm (#1061)

* Release 3.12 prerequisite

* Add missing osm_id column to osm_landcover_polygon

Co-authored-by: Tomáš <tompohys@gmail.com>
This commit is contained in:
Adam Laža 2021-01-08 15:44:11 +01:00 committed by GitHub
parent 2aa9630b41
commit 461043960e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,6 +2,8 @@ tables:
# etldoc: imposm3 -> osm_landcover_polygon
landcover_polygon:
columns:
- name: osm_id
type: id
- name: geometry
type: validated_geometry
- name: area