How can I access a line geometry’s multiple M-values? Consider that the line geometry in question can be either a LINESTRING M or MULTILINESTRING M geometry that was created using osgeo/ogr. Here’s a small reproducible example: In the example above, the line_geom and mline_geom objects are success…