Skip to content

Commit d5620db

Browse files
committed
New files added (part of C code package).
1 parent b65e2fc commit d5620db

File tree

2 files changed

+28
-0
lines changed

2 files changed

+28
-0
lines changed

mapcoder/mapcode_library.doc

83 KB
Binary file not shown.

mapcoder/readme.txt

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
The files
2+
basics.h
3+
mapcoder.c
4+
mapcoder.h
5+
together provide routine to encode/decode mapcodes.
6+
7+
Documentation, including example snippets of C source code, can be found in
8+
mapcode_library.doc
9+
Also see www.mapcode.com for background and reference materials.
10+
11+
Note: this version may be restricted to a particular area of the Earth!
12+
In that case, basics.h will state a version number of the for
13+
#define mapcode_cversion "1.2xxx"
14+
where "xxx" states the geographical limitation.
15+
16+
17+
version history
18+
---------------
19+
1.25 initial release to the public domain
20+
1.26 added alias OD ("Odisha") for indian state OR ("Orissa")
21+
1.27 improved (faster) implementation of the function isInArea
22+
1.28 bug fix for the needless generation of 7-letter alternatives to short mapcodes in large states in India
23+
1.29 also generate country-wide alternative mapcodes for states
24+
1.30 updated the documentation and extended it with examples and suggestions
25+
1.31 added lookslikemapcode() and coord2mc1()
26+
1.32 fixes 1.29 so no country-wide alternative is produced in the edge case where there simply is no country code
27+
28+

0 commit comments

Comments
 (0)