https://github.com/programmerdan/postgis-insert
A simple example program illustrating how to insert PostGIS Polygons into a Geometry field of a PostGIS-enabled database.
https://github.com/programmerdan/postgis-insert
Last synced: about 1 year ago
JSON representation
A simple example program illustrating how to insert PostGIS Polygons into a Geometry field of a PostGIS-enabled database.
- Host: GitHub
- URL: https://github.com/programmerdan/postgis-insert
- Owner: ProgrammerDan
- License: unlicense
- Created: 2014-02-28T04:38:39.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-02-28T04:52:01.000Z (over 12 years ago)
- Last Synced: 2025-04-04T02:41:53.326Z (about 1 year ago)
- Language: Java
- Size: 129 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
postgis-insert
==============
A simple example program illustrating how to insert PostGIS Polygons into a Geometry field of a PostGIS-enabled database.
It's public domain, so please use it freely!