pgLatLon

annotate GNUmakefile @ 24:f765aed73421

Bugfix: consider meridian compression when projecting points onto edges of polygons/paths/outlines
author jbe
date Thu Sep 22 21:22:08 2016 +0200 (2016-09-22)
parents 6b4bdf99eb64
children d8ac13006162
rev   line source
jbe@0 1 EXTENSION = latlon
jbe@23 2 DATA = latlon--0.4--0.5.sql latlon--0.5.sql latlon--0.6.sql
jbe@23 3 MODULES = latlon-v0005 latlon-v0006
jbe@0 4
jbe@0 5 PG_CONFIG = pg_config
jbe@0 6 PGXS := $(shell $(PG_CONFIG) --pgxs)
jbe@0 7 include $(PGXS)

Impressum / About Us