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