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