Skip to content

Commit

Permalink
Remove some occurences "dynamicLayers" in the source code
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustry committed Oct 1, 2024
1 parent 12f0c2b commit 3e72e3e
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 7 deletions.
3 changes: 0 additions & 3 deletions .jelixlocales.ini
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ path=modules/admin/
[module:dataviz]
path=modules/dataviz/

;[module:dynamicLayers]
;path=modules/dynamicLayers/

[module:filter]
path=modules/filter/

Expand Down
1 change: 0 additions & 1 deletion .php-cs-fixer.dist.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
->in(array(
__DIR__.'/lizmap/modules/admin',
__DIR__.'/lizmap/modules/dataviz',
__DIR__.'/lizmap/modules/dynamicLayers',
__DIR__.'/lizmap/modules/lizmap',
__DIR__.'/lizmap/modules/view',
__DIR__.'/lizmap/plugins/',
Expand Down
1 change: 0 additions & 1 deletion lizmap/app/system/mainconfig.ini.php
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@
dataviz.enabled=on
filter.enabled=on
action.enabled=on
dynamicLayers.enabled=on
lizmap.enabled=on
proj4php.enabled=on
view.enabled=on
Expand Down
1 change: 0 additions & 1 deletion lizmap/app/system/urls.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ DANS LE FICHIER var/config/localurls.xml
<url module="filter"/>
<url module="action"/>
<url module="dataviz"/>
<url pathinfo="/dynamic-layers" module="dynamicLayers"/>
</entrypoint>
<entrypoint name="admin">
<url pathinfo="/" module="master_admin" action="default:index"/>
Expand Down
1 change: 0 additions & 1 deletion lizmap/modules/admin/lib/ModulesInfo/ModulesChecker.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ class ModulesChecker
'dataviz',
'filter',
'action',
'dynamicLayers',
'lizmap',
'proj4php',
'view',
Expand Down

0 comments on commit 3e72e3e

Please sign in to comment.