mirror of
https://github.com/openmaptiles/openmaptiles.git
synced 2025-12-08 18:02:18 +00:00
5 lines
166 B
SQL
5 lines
166 B
SQL
|
|
-- etldoc: osm_housenumber_point -> osm_housenumber_point
|
|
UPDATE osm_housenumber_point SET geometry=topoint(geometry)
|
|
WHERE ST_GeometryType(geometry) <> 'ST_Point';
|