Skip to content

Commit 4984852

Browse files
committed
Fixed data
1 parent ef3c354 commit 4984852

3 files changed

Lines changed: 11 additions & 7 deletions

File tree

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,16 +47,20 @@ To run the Javascript unit tests, simply open the file `unittest/unittest/html`.
4747

4848
# Version History
4949

50+
* 2.3.1
51+
52+
Minor fixes to prevent some compiler warnings, or multiple inclusion of `.h` files.
53+
54+
Minor data fix (`ndata.js`) for Gansu Province, China (where mountain range extending further west).
55+
5056
* 2.3.0
5157

5258
Arabic script added.
5359

54-
Greek script extended to be AEU-capable.
55-
5660
Tibetan script changed so all characters can be typed on a computer keyboard without using the SHIFT key.
5761

58-
Greek, Hebrew and Arab, the languages that have (implied) vowels in mapcode sequences, have been extended with ABJAD conversion,
59-
to prevent more than two consecutive non-digits from occurring.
62+
Greek, Hebrew and Arabic, the scripts that have (implied) vowels in mapcode sequences, have been extended with
63+
ABJAD conversion, to prevent more than two consecutive non-digits from occurring.
6064
NOTE: as a result, mapcodes in Greek, Arab and Hebrew scripts are now often one character longer than in the roman script.
6165

6266
* 2.2.0

mapcode.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ var parents2 = "US,IN,CA,AU,MX,BR,RU,CN,";
116116

117117
var ccode_start = 112; // NLD
118118
var mapcode_cversion = "2.0.2";
119-
var mapcode_dataversion = "2.2.0";
119+
var mapcode_dataversion = "2.3.0";
120120

121121
// *************************** mapcode_org *********************
122122

ndata.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2515,7 +2515,7 @@ var data_minx = [
25152515
97500000,91031470,90910000,88697155,91684812,97058740,91953340,94237896,92216363,90862942,
25162516
80018608,91632196,98499896,94439842,84029573,90022228,87013337,93031119,78380000,78380000,
25172517
103784752,103307533,100351605,103104190,104072649,105613000,102128428,98193980,106570000,102521160,
2518-
98387000,102321286,99663928,96267754,89350000,92750000,101693766,101463360,102040000,101569028,
2518+
98387000,102321286,99663928,96267754,89350000,92290000,101693766,101463360,102040000,101569028,
25192519
95239887,94763300,101505500,100481032,100043584,102695000,100195620,99797354,98644443,92904342,
25202520
89350000,89350000,87550718,87323072,85938073,87189832,80179592,75903280,81242332,86087260,
25212521
84806664,84804393,88030717,93418501,79860627,85008964,77170628,82894560,84353849,80689556,
@@ -5791,7 +5791,7 @@ var data_maxx = [
57915791
8720000,159302,520998,382331,170975,174719,174719,171807,323927,262422,
57925792
176383,171807,171807,140315,144053,3008891,3008891,3008891,20788000,20788000,
57935793
146599,665282,221990,211419,214302,395740,190943,193439,266859,189279,
5794-
193439,3247219,3366383,3396174,19390000,15990000,122416,578088,298819,215743,
5794+
193439,3247219,3366383,3396174,19390000,16450000,122416,578088,298819,215743,
57955795
218626,308742,258543,185535,228824,299934,180959,3277010,3157846,3277010,
57965796
19390000,13790000,119164,476655,466054,206335,198015,193439,206335,199679,
57975797
173271,170213,181765,165797,152546,173271,155944,163079,3664293,3664293,

0 commit comments

Comments
 (0)