Skip to content

Commit

Permalink
Merge pull request #1 from Alimentalos/SpiritSaint-patch-1
Browse files Browse the repository at this point in the history
Include cities, towns, villages and more.
  • Loading branch information
Zen0x7 authored Jan 2, 2021
2 parents 8ff3c4b + eed439a commit 7b649b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/seedGeoFile.php
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ public function readFile(string $fileName, string $country = null)
case 'ADM3': // 8 sec
case 'PPLA': // областные центры
case 'PPLA2': // Корсунь
//case 'PPL': // a city, town, village, or other agglomeration of buildings where people live and work
case 'PPL': // a city, town, village, or other agglomeration of buildings where people live and work
// 185 sec
$this->geoItems->add(new geoItem($line, $this->geoItems));
$count++;
Expand Down

0 comments on commit 7b649b0

Please sign in to comment.