Skip to content

Instantly share code, notes, and snippets.

@pavarov
Last active February 19, 2021 06:36
Show Gist options
  • Save pavarov/2ef3b1f0330919aa23e52aca32a51630 to your computer and use it in GitHub Desktop.
Save pavarov/2ef3b1f0330919aa23e52aca32a51630 to your computer and use it in GitHub Desktop.
Postgis Postgresql convert points to multipolygon
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