I am in need to write a function in postgeresql/postgis to update m-value in point geometry like POINT(X,Y, Z, M). For X, Y and z values it could be done by transformation for example. But updating M-value is another story.
Does anyone know something on this issue?
Do we have such a function or similar?
Well, there is
So you could update you M value like this