Remove table building_multipolygon as multipolygon are already in table osm_building_polygon (#756)

Buildings from ways and multipolygons are loaded in table `osm_building_polygon`. But a table for `osm_building_multipolygon` is also loaded, the content is not used except to ensure an `osm_id` is from a multipolygon. To check if the object is from a multipolygon we have only to check if `osm_id` is negative. It is the counter part of e0c8ece375/layers/building/building.sql (L89)

I checked the objects are the same after this change.
This commit is contained in:
Frédéric Rodrigo
2020-02-01 01:34:08 +01:00
committed by GitHub
parent 6801353e15
commit b1eeff573e
4 changed files with 5 additions and 76 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 42 KiB

After

Width:  |  Height:  |  Size: 34 KiB