Skip to content

Commit ade5fc3

Browse files
2.0.3 Added fast territory search
1 parent ec2a08d commit ade5fc3

File tree

4 files changed

+1051
-5
lines changed

4 files changed

+1051
-5
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ The directory 'mapcodelib' contains the files:
1616
basics.h
1717

1818
mapcode_fastencode.h <-- include unless FAST_ENCODE is undefined
19+
mapcode_fastalpha.h <-- needed only if FAST_ALPHA is defined
1920

2021
mapcode_countrynames.h <-- optional array with english territory names, including official names
2122
mapcode_countrynames_short.h <-- optional array with english territory names
@@ -55,6 +56,10 @@ decode Mapcodes.
5556

5657
# Release Notes
5758

59+
* 2.0.3
60+
61+
Added #define FAST_ALPHA for faster alphacode string recognition;
62+
5863
* 2.0.2.4
5964

6065
Added point structs to source

0 commit comments

Comments
 (0)