Skip to content

Commit 62dfec2

Browse files
Merge pull request #24 from mapcode-foundation/dev
2.2 Solved 1-microdegree gap in a few spots on Earth, noticable now extreme precision is possible
2 parents 9d8d020 + bce27b4 commit 62dfec2

File tree

12 files changed

+17877
-17477
lines changed

12 files changed

+17877
-17477
lines changed

.gitignore

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,22 @@ atlassian-ide-plugin.xml
8686
.settings
8787
.cache
8888

89+
# -----------------------------------------------------------------------------
90+
# Visual C compiler products
91+
# -----------------------------------------------------------------------------
92+
*.obj
93+
*.dsw
94+
*.ncb
95+
*.plg
96+
*.opt
97+
*.pch
98+
*.pdb
99+
*.bsc
100+
*.dsp
101+
*.idb
102+
*.sbr
103+
*.ilk
104+
89105
# -----------------------------------------------------------------------------
90106
# Netbeans files
91107
# -----------------------------------------------------------------------------

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,10 @@ decode Mapcodes.
5959

6060
# Release Notes
6161

62+
* 2.2
63+
64+
Solved 1-microdegree gap in a few spots on Earth, noticable now extreme precision is possible
65+
6266
* 2.1.5
6367

6468
Added stricter unit tests

mapcode_library_c.doc

1.5 KB
Binary file not shown.

mapcodelib/basics.h

Lines changed: 16492 additions & 16469 deletions
Large diffs are not rendered by default.

mapcodelib/mapcode_countrynames.h

Lines changed: 536 additions & 175 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)