revert importing of housenumber interpolations

This commit is contained in:
Sarah Hoffmann
2026-02-18 20:01:15 +01:00
parent b71543b03b
commit abd5cbada6
15 changed files with 242 additions and 344 deletions

View File

@@ -225,8 +225,8 @@ async def load_data(dsn: str, threads: int) -> None:
# Interpolations need to be copied separately
await pool.put_query("""
INSERT INTO location_property_osmline (osm_type, osm_id, type, address, linegeo)
SELECT osm_type, osm_id, type, address, geometry
INSERT INTO location_property_osmline (osm_id, type, address, linegeo)
SELECT osm_id, type, address, geometry
FROM place_interpolation
""", None)