Skip to content

Commit

Permalink
add 2 more overrides
Browse files Browse the repository at this point in the history
  • Loading branch information
k-yle committed Jul 25, 2024
1 parent df61e36 commit c849d2a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/common/nzgbFile.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,11 @@ export const nzgbNamesTable: Record<string, string> = {
Ranui: 'Rānui', // https://gazetteer.linz.govt.nz/place/59450
Otaua: 'Ōtaua', // https://gazetteer.linz.govt.nz/place/34462
'Lake Rotoma': 'Lake Rotomā', // https://gazetteer.linz.govt.nz/place/7431
'Lake Okareka': 'Lake Okareka', // https://gazetteer.linz.govt.nz/place/7385
'Lake Okareka': 'Lake Ōkareka', // https://gazetteer.linz.govt.nz/place/7385
Ngahape: 'Ngāhape', // https://gazetteer.linz.govt.nz/place/32282
Peketa: 'Peketā', // https://gazetteer.linz.govt.nz/place/57309
Orakei: 'Ōrākei', // https://gazetteer.linz.govt.nz/place/33996
Pohuehue: 'Pōhuehue', // https://gazetteer.linz.govt.nz/place/36359

Opotiki: 'Ōpōtiki', // // only included here for unit tests. It's correct in the LINZ dataset
};
Expand Down

0 comments on commit c849d2a

Please sign in to comment.