Approval.
This commit is contained in:
@ -1,2 +1,13 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$tlPlacetypes = array (
|
||||
0 => 'Адміністративне',
|
||||
1 => 'Історичне',
|
||||
2 => 'Регіон',
|
||||
3 => 'Вулиця',
|
||||
4 => 'Будівля',
|
||||
5 => 'Гори',
|
||||
6 => 'Ліс',
|
||||
7 => 'Водойма',
|
||||
8 => 'Острів',
|
||||
);
|
||||
|
Reference in New Issue
Block a user