소스 검색

⬆️ upgrade HSL to 2.5.1

jmacura 4 년 전
부모
커밋
182516a525
3개의 변경된 파일18085개의 추가작업 그리고 8개의 파일을 삭제
  1. 18083 8
      package-lock.json
  2. 1 0
      src/app.config.ts
  3. 1 0
      src/app.service.ts

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 18083 - 8
package-lock.json


+ 1 - 0
src/app.config.ts

@@ -183,6 +183,7 @@ export const obce = new VectorSource({
 export const obceIndexLayer = new VectorLayer({
   source: obce,
   editor: {editable: false},
+  autoLegend: false,
   visible: true,
   style: indexStyle,
   title: 'Obce ČR: Rural attractiveness index',

+ 1 - 0
src/app.service.ts

@@ -80,6 +80,7 @@ export class AppService {
           overlaps: false,
         }),
         editor: {editable: false},
+        autoLegend: false,
         visible: true,
         style: this.generateStyle(method.codename),
         title: `Obce ČR: ${method.name.replaceAll(/\((.+?)\)/g, '')} clusters`,

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.