File tree Expand file tree Collapse file tree 2 files changed +28
-0
lines changed
Expand file tree Collapse file tree 2 files changed +28
-0
lines changed Original file line number Diff line number Diff line change 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+
You can’t perform that action at this time.
0 commit comments