@mapcatch/util 1.0.5 → 1.0.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +10 -1
- package/dist/catchUtil.min.esm.js +2503 -2494
- package/dist/catchUtil.min.js +17 -17
- package/package.json +2 -2
- package/src/exif/parse_image.js +15 -8
- package/src/util.js +14 -11
package/CHANGELOG.md
CHANGED
|
@@ -16,4 +16,13 @@
|
|
|
16
16
|
## v1.0.5
|
|
17
17
|
|
|
18
18
|
- [fix] 地图底图的服务地址修改为https协议
|
|
19
|
-
- [fix] 工具函数`diffLayers`增加覆盖物图层更新的比较
|
|
19
|
+
- [fix] 工具函数`diffLayers`增加覆盖物图层更新的比较
|
|
20
|
+
|
|
21
|
+
## v1.0.6
|
|
22
|
+
|
|
23
|
+
- [improve] `util.getPhotoInfo`函数返回值增加图像的width和height
|
|
24
|
+
|
|
25
|
+
## v1.0.7
|
|
26
|
+
|
|
27
|
+
- [fix] 修复获取exif中可能存在宽高错误的问题
|
|
28
|
+
- [improve] 获取照片属性时没有GPS也会返回其他的属性信息
|