Thursday 23 January 2020

Getting distance between two points over linestring using PostGIS?


I have a linestring: LINESTRING(-1.3326397 50.9174932,-1.3319842 50.9166939)


and I select two points that lay on that linestring.


How do I get the distance between these two points (in meters)?




No comments:

Post a Comment

arcpy - Changing output name when exporting data driven pages to JPG?

Is there a way to save the output JPG, changing the output file name to the page name, instead of page number? I mean changing the script fo...