diff options
| author | Terry Truong <terry06890@gmail.com> | 2022-05-01 18:58:46 +1000 |
|---|---|---|
| committer | Terry Truong <terry06890@gmail.com> | 2022-05-01 18:58:59 +1000 |
| commit | ec29e5731136c74a1991e2f93b5e233747f2a230 (patch) | |
| tree | 4f1c5263184c14431a5bd4f972072dc5edbbafd1 /backend/data/README.md | |
| parent | 56125407641ec8c633de7a5ee24cdd28c5221010 (diff) | |
Fix non-inclusion of canonical-names without english alt-names
Also fix lack of placeholder-image display in tile-info modal.
Diffstat (limited to 'backend/data/README.md')
| -rw-r--r-- | backend/data/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/data/README.md b/backend/data/README.md index b4ee77e..e639cb6 100644 --- a/backend/data/README.md +++ b/backend/data/README.md @@ -8,7 +8,7 @@ File Generation Process 4 Run genSpellfixNameData.py, which adds a 'spellfix\_alt\_names' table to data.db, using data in the 'names' table. 5 Use downloadImgsForReview.py to download EOL images into imgsForReview/. - It uses data in eol/imagesList.db, and the 'nodes' table. + It uses data in eol/imagesList.db, and the 'names' table. 6 Use reviewImgs.py to filter images in imgsForReview/ into EOL-id-unique images in imgsReviewed/ (uses 'names' to display common names). 7 Use genImgsForWeb.py to create cropped/resized images in img/, using |
