Open marklit opened 5 months ago
From what I understand, the ST_ReadOSM
function was added with protobuf dependency just to display raw OSM data.
You have to manually reconstruct whole geometry (just like I'm doing it in QuackOSM) from nodes through ways to relations, or just use the GDAL-based ST_Read
function.
Are there any plans to support collecting geometry from
ST_READOSM
? I can't seen any fields that would indicate geometry is accessible.