[From nobody Thu Jun 7 16:10:54 2018 Return-Path: <owner-mapserver-users@lists.gis.umn.edu> Delivered-To: jan@abnoba.hq Received: from mailman.intevation.de (intevation.de [131.173.30.110]) by abnoba.hq (Postfix) with ESMTP id D1A891B741; Sat, 21 Jul 2001 03:07:39 +0200 (CEST) Received: from omecihuatl.rz.uni-osnabrueck.de (omecihuatl.rz.Uni-Osnabrueck.DE [131.173.17.35]) by mailman.intevation.de (Postfix) with ESMTP id E330F139D0; Sat, 21 Jul 2001 03:07:39 +0200 (CEST) Received: from ometecutli.rz.Uni-Osnabrueck.DE (ometecutli.rz.Uni-Osnabrueck.DE [131.173.17.36]) by omecihuatl.rz.uni-osnabrueck.de (8.11.1/8.11.1) with ESMTP id f6L17c301135; Sat, 21 Jul 2001 03:07:38 +0200 Received: from pepi.usf.Uni-Osnabrueck.DE (pepi.usf.Uni-Osnabrueck.DE [131.173.30.42]) by ometecutli.rz.Uni-Osnabrueck.DE (8.11.1/8.11.1) with ESMTP id f6L17c232500; Sat, 21 Jul 2001 03:07:38 +0200 Received: from omecihuatl.rz.uni-osnabrueck.de (omecihuatl.rz.Uni-Osnabrueck.DE [131.173.17.35]) by pepi.usf.Uni-Osnabrueck.DE (8.8.8/8.8.8) with ESMTP id DAA20095; Sat, 21 Jul 2001 03:07:37 +0200 (MET DST) Received: from lists.gis.umn.edu (lists.gis.umn.edu [128.101.73.109]) by omecihuatl.rz.uni-osnabrueck.de (8.11.1/8.11.1) with ESMTP id f6L17a301127; Sat, 21 Jul 2001 03:07:36 +0200 Received: (from majordom@localhost) by lists.gis.umn.edu (8.9.3+Sun/8.9.1) id TAA27661 for mapserver-users-list; Fri, 20 Jul 2001 19:49:34 -0500 (CDT) Received: from lion.animals ([24.65.186.207]) by lists.gis.umn.edu (8.9.3+Sun/8.9.1) with ESMTP id TAA27657 for <mapserver-users@lists.gis.umn.edu>; Fri, 20 Jul 2001 19:49:31 -0500 (CDT) Received: from refractions.net (puffin [192.168.50.12]) by lion.animals (8.10.1/8.10.1) with ESMTP id f6L0n8W31805; Fri, 20 Jul 2001 17:49:08 -0700 Message-ID: <3B58D166.D0E03F84@refractions.net> Date: Fri, 20 Jul 2001 17:48:38 -0700 From: Paul Ramsey <pramsey@refractions.net> Organization: http://www.refractions.net X-Mailer: Mozilla 4.76 [en] (WinNT; U) X-Accept-Language: en,pdf MIME-Version: 1.0 To: postgis@yahoogroups.com, pgsql-announce@postgresql.org, mapserver-users@lists.gis.umn.edu Subject: [mapserver-users] PostGIS 0.5 Released Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-mapserver-users@lists.gis.umn.edu Precedence: bulk Refractions Research is pleased to announce the 0.5 release of PostGIS : Geographic Objects for the PostgreSQL object-relational database server. PostGIS/PostgreSQL is a spatial database much like ESRI's SDE and Oracles OracleSpatial. PostGIS/PostgreSQL includes the following functionality: - Simple Features as defined by the OpenGIS Consortium (OGC) - Support for Well-Known Text and Well-Known Binary representations of GIS objects - Fast spatial indexing using GiST - Geospatial analysis functions - PostgreSQL JDBC extension objects corresponding to the geometries - Support for OGC access functions as defined by the Simple Features Specification The 0.5 release of PostGIS includes support for the MapServer internet web mapping server from the University of Minnesota (http://mapserver.gis.umn.edu). Download the latest CVS version of MapServer to use PostGIS as a internet web mapping backend. Other changes: - New functions - Dimension() - GeometryType() - Envelope() - X(), Y(), Z() - NumPoints() - PointN() - ExteriorRing() - NumInteriorRings() - InteriorRingN() - NumGeometries() - GeometryN() - Length_Spheroid() - Length3D_Spheroid() - AsBinary() + XDR and NDR variants - force_collection() - New Objects - SPHEROID(<NAME>,<SEMIMAJOR AXIS>,<INVERSE FLATTENING>) To be used with the length_spheroid functions for accurate length calculations on lat/lon data. (Thanks to Geographic Data BC and David Skea) - Minor bug fixes - Internal Functions - Extra constructors to make geometry manipulation easier - Structural Reorganization - Broke postgis.c up into four new files postgis_debug.c -- debugging functions postgis_fn.c -- generic functions (like length()) postgis_ops.c -- operators and indexing functions postgis_inout.c -- type support functions and data conversion functions ]