File tree Expand file tree Collapse file tree 5 files changed +6023
-7
lines changed Expand file tree Collapse file tree 5 files changed +6023
-7
lines changed Original file line number Diff line number Diff line change
1
+ ## 1.1.4 (2017.12.26)
2
+
3
+ * 锁定相关包版本,解决observable失效问题。
4
+ * 暂时删除mapbox样式扩展
5
+
1
6
## 1.1.3 (2017.10.16)
2
7
3
8
* 修复投影转换后比例尺单位错误问题。
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ol-extent" ,
3
- "version" : " 1.1.3 " ,
3
+ "version" : " 1.1.4 " ,
4
4
"description" : " a JavaScript library for openlayers extent" ,
5
5
"main" : " dist/olExtent.js" ,
6
6
"module" : " src/index.js" ,
23
23
"olLayerUtils" : " src/layer/layerUtils.js" ,
24
24
"olRender3D" : " src/render/render3D.js" ,
25
25
"olStyleFactory" : " src/style/factory.js" ,
26
- "olStyleMapBoxStyle" : " src/style/mapBoxStyle.js" ,
27
26
"olPopover" : " src/overlay/popover.js" ,
28
27
"olSourceBaidu" : " src/source/Baidu.js" ,
29
28
"olSourceGaode" : " src/source/Gaode.js" ,
65
64
"lodash" : " ^4.17.4" ,
66
65
"mapbox-to-css-font" : " ^2.0.3" ,
67
66
"mapbox-to-ol-style" : " ^3.1.7" ,
68
- "nature-dom-util" : " ^ 1.1.0" ,
69
- "observable-emit" : " ^ 1.0.1" ,
67
+ "nature-dom-util" : " 1.1.0" ,
68
+ "observable-emit" : " 1.0.1" ,
70
69
"openlayers" : " ^4.3.1" ,
71
70
"pepjs" : " ^0.4.3" ,
72
71
"screenfull" : " ^3.3.1" ,
Original file line number Diff line number Diff line change 2
2
* Created by FDD on 2017/10/19.
3
3
* @desc 兼容的mapbox地图样式
4
4
*/
5
- import mapboxGlFunction from '@mapbox/mapbox-gl-style-spec/function'
5
+ // import mapboxGlFunction from '@mapbox/mapbox-gl-style-spec/function'
6
6
// import mapbox2css from 'mapbox-to-css-font'
7
7
import applyStyleFunction from 'mapbox-to-ol-style'
8
- applyStyleFunction . mapboxGlFunction = mapboxGlFunction
8
+ // applyStyleFunction.mapboxGlFunction = mapboxGlFunction
9
9
export default applyStyleFunction
Original file line number Diff line number Diff line change @@ -57,7 +57,6 @@ ol.tools.Geofence.prototype.clear = function () {
57
57
}
58
58
59
59
ol . tools . Geofence . prototype . creatWatcherInternel = function ( ) {
60
-
61
60
}
62
61
63
62
/**
You can’t perform that action at this time.
0 commit comments