Geo-Proj4
view release on metacpan or search on metacpan
1617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
Fixes:
- fix metadata [Mohammad S Anwar]
- unify
#! of examples rt.cpan.org#128827 [Petr Pisar]
- proj4 homepage changes [Petr Pisar]
Improvements:
- explain the
'4'
in
'Proj4'
- add t/01use.t
for
basic environment display
- remove 4.8.0/projects.h copy
version 1.09: Tue 23 Jan 17:59:12 CET 2018
Improvements:
- convert to GIT
- publish via GitHUB
-
rename
Changes into ChangeLog
version 1.08: Thu 28 Dec 11:38:06 CET 2017
Fixes:
- revert change of 1.07, because it breaks people's code, and make
version 1.07: Wed 8 Nov 10:57:23 CET 2017
Fixes:
- z-coordinates in transform
rt.cpan.org
#121300 [Peter Daen]
version 1.06: Thu 23 Feb 10:24:01 CET 2017
Fixes:
- NO_ERROR renamed: name conflict on mingw32/Windows 10
reported by [James P. Rushworth]
-
do
not
symlink
on windows
- crash on list functions from example, caused by a stack overflow.
reported by [James P. Rushworth]
version 1.05: Tue Jan 21 14:32:06 CET 2014
Improvements:
- change documentation style.
version 1.04: Fri Sep 7 12:54:23 CEST 2012
Fixes:
- proj4 version 4.8.0 does not install project.h anymore. Therefore,
we carry
our
own now. Flagged by [Jeff Huber]
version 1.03: Wed Feb 8 19:57:47 CET 2012
Fixes:
- \ missing in pattern match of ::projection()
rt.cpan.org
#74774 [Heiko Klein]
version 1.02: Wed Nov 23 09:24:16 CET 2011
Fixes:
-
with
Perl 14.2, the XS compile flags changed slightly causing
a Dynaloader error.
rt.cpan.org
#72626 [Dirk Stöcker]
Improvements:
- a little better installation under Windows [André Joost]
version 1.01: Tue Jan 27 16:41:47 CET 2009
- show ->new(
init
=> ) example in main man-page.
Contributed by [Michael R. Davis]
- improved output of examples/test_list.pl
-
do
not list latlong/longlat/geocent as projections,
because
"proj -l"
doesn't either.
- tested
with
4.6.1
9899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148
by rt.cpan.org
#39749 [Dan Stahlke]
version 0.99: Fri Jun 8 17:08:40 CEST 2007
- EPGS -> EPSG in example script [Michael R. Davis]
- added t/pod.t
version 0.98: Fri Mar 9 14:16:09 CET 2007
- moved eg/ to examples/, probably easier to find.
Thanks to [Michael R. Davis] Translated POD in script to text,
eliminated the need
for
the mkdist, mkdoc, version files,
but added PODTAIL.txt and text to Makefile.PL
- renamed test_list into examples/test_list.pl
- added documentation
for
the two error messages.
version 0.97: Sat Nov 4 12:14:22 CET 2006
- Avoid double free() on DESTROY by simply forgetting to free
the memory. Of course this leaks, which should be fixed in
next
release.
version 0.96: Mon Dec 12 11:58:18 CET 2005
- added projection() and datum()
- renamed or datum(), ellipsoid(), and unit() into ....Info()
version 0.95: Fri Nov 25 17:27:21 CET 2005 (public release)
- minor doc improvements
version 0.12: Sat Nov 19 10:37:45 CET 2005 (internal release)
- new maintainer: Mark Overmeer
- converted ExtUtils::MakeMaker in Makefile.PL
- moved Proj4.pm to lib/Geo/Proj4
- create manual page
with
OODoc, to be able to integrate it
with
Geo::Point docs.
- So many extensions!!!!
version 0.11: Sat Mar 27 15:52:42 PST 2004
- Fixed build errors in typemap
with
more current versions of gcc.
( run in 1.196 second using v1.01-cache-2.11-cpan-bb97c1e446a )