Last active
February 19, 2021 06:36
-
-
Save pavarov/2ef3b1f0330919aa23e52aca32a51630 to your computer and use it in GitHub Desktop.
Postgis Postgresql convert points to multipolygon
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SELECT ST_GeomFromText('MULTIPOLYGON(((xx.852621 xx.604293, xx.418503 xx.371307)))', 4326); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment