Skip to content

Releases: jsuyog2/postgis

PostGIS v1.0.5

05 Sep 20:09
Compare
Choose a tag to compare

PostGIS v1.0.5

Release Notes:

New Features

  • Added support for additional spatial functions and improved performance in queries.

Improvements

  • Optimized query execution for better efficiency.
  • Updated dependencies to their latest versions.

Bug Fixes

  • Fixed issues with bounding box calculations.
  • Corrected errors in GeoJSON and Geobuf conversions.

Compatibility

  • PostgreSQL: Compatible with PostgreSQL 12 and higher.
  • PostGIS: Compatible with PostGIS 3.0 and higher.
  • Node.js: Compatible with Node.js 14.x and higher.
  • pg (node-postgres): Version 8.x and higher.

Breaking Changes

  • None

Installation

To update to this version, run:

npm install postgis@latest

Changelog

For detailed changes, refer to the CHANGELOG file.

PostGIS v1.0.4

30 Aug 19:48
Compare
Choose a tag to compare

PostGIS v1.0.4 - Initial Release

This is the first release of the PostGIS Node.js package, a powerful tool for interacting with PostGIS-enabled PostgreSQL databases.

Features:

  • Support for common geospatial queries like bbox, centroid, intersect_point, nearest, etc.
  • Conversion of results to GeoJSON and Geobuf.
  • Integration with Mapbox Vector Tiles (MVT).
  • Support for transforming points between coordinate reference systems.

Keywords:

  • PostGIS
  • PostgreSQL
  • Node.js
  • Geospatial
  • GeoJSON
  • MVT