Commit 504ad95f authored by 军师中郎将's avatar 军师中郎将

1 大屏端 居民用户 和 商业用户 图标压缩,由原来的 8k 和 10k,压缩成 5k 和 6.1k

parent 36c2445d
......@@ -540,7 +540,7 @@ export class EditorMap {
const icon = {
type: "image", //图标类型,现阶段只支持 image 类型
image: svgUrl[6], //可访问的图片 URL
size: [30, 30], //图片尺寸
size: [44, 49], //图片尺寸
anchor: "center", //图片相对 position 的锚点,默认为 bottom-center
};
var markers = [];
......@@ -591,7 +591,7 @@ export class EditorMap {
const icon = {
type: "image", //图标类型,现阶段只支持 image 类型
image: svgUrl[61], //可访问的图片 URL
size: [30, 30], //图片尺寸
size: [44, 49], //图片尺寸
anchor: "center", //图片相对 position 的锚点,默认为 bottom-center
};
var markers = [];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment