Skip to content

Commit

Permalink
Habilita as GeoDivisions no ambiente de desenvolvimento
Browse files Browse the repository at this point in the history
  • Loading branch information
erleibiazzio committed Apr 9, 2024
1 parent e16e458 commit f1d0efa
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions dev/config.d/0.main.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
<?php
use MapasCulturais\i;

$_ENV['APP_MODE'] = 'development';
$__process_assets = false;

Expand Down Expand Up @@ -28,4 +30,12 @@

'publishFolderCommand' => 'cp -R {IN} {PUBLISH_PATH}{FILENAME}'
]),
'app.geoDivisionsHierarchy' => [
'pais' => ['name' => i::__('País'), 'showLayer' => true],
'estado' => ['name' => i::__('Estado'), 'showLayer' => true],
'mesorregiao' => ['name' => i::__('Mesorregião'), 'showLayer' => true],
'RI' => ['name' => i::__('Região de integração'),'showLayer' => true],
'microrregiao' => ['name' => i::__('Microrregião'), 'showLayer' => true],
'municipio' => ['name' => i::__('Município'), 'showLayer' => true],
]
];

0 comments on commit f1d0efa

Please sign in to comment.