Sfoglia il codice sorgente

fix: disable map sharing

Until we use StatusManager, the permalink functions won't work.
jmacura 5 anni fa
parent
commit
a53ccb6d0a
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      src/app.module.js

+ 1 - 0
src/app.module.js

@@ -83,6 +83,7 @@ angular
     panelsEnabled: {
       composition_browser: false,
       saveMap: false,
+      permalink: false,
       language: false,
     },
     sizeMode: 'fullscreen',