소스 검색

fix: disable map sharing

Until we use StatusManager, the permalink functions won't work.
jmacura 5 년 전
부모
커밋
a53ccb6d0a
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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',