Skip to content

Commit

Permalink
UPDATE: Remove mainLizmap
Browse files Browse the repository at this point in the history
  • Loading branch information
neo-garaix committed Nov 29, 2024
1 parent 1b206ca commit 5c89bec
Show file tree
Hide file tree
Showing 2 changed files with 72 additions and 58 deletions.
2 changes: 1 addition & 1 deletion assets/src/modules/Lizmap.js
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ export default class Lizmap {

// Create Lizmap modules
this.permalink = new Permalink();
this.map = new map();
this.map = new map('newOlMap', this.initialConfig, this.serviceURL, this.state.map, this.state.baseLayers, this.state.rootMapGroup, this.lizmap3);
this.edition = new Edition();
this.featuresTable = new FeaturesTable();
this.geolocation = new Geolocation();
Expand Down
Loading

0 comments on commit 5c89bec

Please sign in to comment.