Add PPLC (capitals) to cities.txt, and thus to geodata.xml
This commit is contained in:
parent
b61cd26944
commit
4a52e037af
@ -2,6 +2,6 @@ BEGIN {
|
||||
FS="\t"
|
||||
}
|
||||
{
|
||||
if ($7 != "P" || $8 != "PPL" || $15 < 1000) next
|
||||
if ($7 != "P" || ($8 != "PPL" && $8 != "PPLC") || $15 < 1000) next
|
||||
print $9 FS $2 FS $5 FS $6 FS $16 FS $18
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user