This is an automated email from the git hooks/post-receive script. sf pushed a commit to annotated tag v1.33 in repository mapcode.
commit d5620db805990c8f43b849b538e9bf5be0b41c0e Author: Rijn Buve <[email protected]> Date: Thu Aug 28 11:07:16 2014 +0200 New files added (part of C code package). --- mapcoder/mapcode_library.doc | Bin 0 -> 84992 bytes mapcoder/readme.txt | 28 ++++++++++++++++++++++++++++ 2 files changed, 28 insertions(+) diff --git a/mapcoder/mapcode_library.doc b/mapcoder/mapcode_library.doc new file mode 100755 index 0000000..2f87cf0 Binary files /dev/null and b/mapcoder/mapcode_library.doc differ diff --git a/mapcoder/readme.txt b/mapcoder/readme.txt new file mode 100755 index 0000000..c43af8a --- /dev/null +++ b/mapcoder/readme.txt @@ -0,0 +1,28 @@ +The files + basics.h + mapcoder.c + mapcoder.h +together provide routine to encode/decode mapcodes. + +Documentation, including example snippets of C source code, can be found in + mapcode_library.doc +Also see www.mapcode.com for background and reference materials. + +Note: this version may be restricted to a particular area of the Earth! +In that case, basics.h will state a version number of the for + #define mapcode_cversion "1.2xxx" +where "xxx" states the geographical limitation. + + +version history +--------------- +1.25 initial release to the public domain +1.26 added alias OD ("Odisha") for indian state OR ("Orissa") +1.27 improved (faster) implementation of the function isInArea +1.28 bug fix for the needless generation of 7-letter alternatives to short mapcodes in large states in India +1.29 also generate country-wide alternative mapcodes for states +1.30 updated the documentation and extended it with examples and suggestions +1.31 added lookslikemapcode() and coord2mc1() +1.32 fixes 1.29 so no country-wide alternative is produced in the edge case where there simply is no country code + + -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/mapcode.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

