Comments - Getting Help With MariaDB
Content reproduced on this site is the property of its respective owners,
and this content is not reviewed in advance by MariaDB. The views, information and opinions
expressed by this content do not necessarily represent those of MariaDB or any other party.
Hi, just installed 11.8.1-MariaDB-ubu2404 - mariadb.org binary distribution.
Tried to execute:
SELECT ST_AsText(ST_Simplify(ST_GeomFromText('LINESTRING(0 0,0 2,2 2,2 4,4 4,4 6,6 6)'), 0.5));
and I got:
FUNCTION ST_Simplify does not exist
But it should work: https://mariadb.com/kb/en/st_simplify/
Any idea? Thanks!!!