+PostGIS 0.7.4
+2003/02/12
+
+- Bug Fixes
+ - Several shp2pgsql enhancements and bugs.
+ - Cleaner compile, fewer warnings.
+ - Better undef support.
+ - Fixed stateplane/feet proj definitions.
+- New Things
+ - Support for PostgreSQL 7.3
+ - Optional spatial index selectivity system
+
PostGIS 0.7.3
2002/09/05
PostGIS - Geographic Information Systems Extensions to PostgreSQL
~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-VERSION: 0.7.3 (2002/09/05)
+VERSION: 0.7.4 (2003/02/12)
MORE INFORMATION: http://postgis.refractions.net
it for this to work.
* PROJ4 SUPPORT:
- The Proj4 reproject library is require if you want to use the
+ The Proj4 reprojection library is required if you want to use the
transform() function to reproject features within the database.
Install Proj4 in the default location.
Edit the postgis Makefile and change the USE_PROJ variable to 1
OBJS = shpopen.o dbfopen.o getopt.o
-override CPPFLAGS := -g -I$(srcdir) -I$(top_builddir)/src/interfaces/libpq $(CPPFLAGS) -DFRONTEND -DSYSCONFDIR='"$(sysconfdir)"'
+override CPPFLAGS := -I$(srcdir) -I$(top_builddir)/src/interfaces/libpq $(CPPFLAGS) -DFRONTEND -DSYSCONFDIR='"$(sysconfdir)"'
all: shp2pgsql$(EXE) pgsql2shp$(EXE)