ソースを参照

⬆️ 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`,

この差分においてかなりの量のファイルが変更されているため、一部のファイルを表示していません