浏览代码

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

部分文件因为文件数量过多而无法显示