Releases: sakitam-fdd/HMap
release v1.5.8
1.5.8
-
底图支持 ImageLayer。
-
新增多图层mask示例,GeoServer 矢量图层示例。
-
新增要素 move events。
-
新增Dozenslayer 大数据渲染图层。
-
新增自定义热力图渲染,支持热力图 webgl 渲染模式。
-
新增国内坐标转换算法。
-
拆分了 deck.gl 数据可视化控件到单独项目 ol-deckgl。
-
修复要素选择后无法清除问题。
-
修复周边搜索控件在拖动结束后无法选中问题。
-
修复右键菜单控件无法在 before-show 事件钩子阻止显示问题。
-
测试了 ol 底层对 webgl支持方式(后续部分渲染可能会向 webgl 迁移)。
1.5.7
- 修复要素TEXT样式配置。
- 修复WMS图层样式配置。
- 修复IE写兼容问题
- 修复图层获取BUG。
- 添加要素旋转交互。
- 添加要素旋转交互。
1.5.6
- 添加部分文档(要素,图层,控件,交互)
- 修复rollup打包报错
- 添加地铁图层示例(点线文字,碰撞检测,样式等)
- 修复 WFS 图层过滤器。
- 修复要素缩放过小问题。
1.5.5
- 修改为rollup打包,大幅度减小体积。
- 修复了部分控件报错问题。
- 新增CanvasLayer图层。
- 修复要素样式选择交互问题。
- 修复点要素label重叠问题。
- 修复点线面图层顺序调整。
- 修复右键菜单控件出现点击item触发多次事件问题。
- 修复右键控件默认引入时右键事件出现错误,实际还没绑定。
1.5.4 (2018.2.8)
- 支持 overlay point dom对象传入。
- 修复overlay point 事件bug。
- 测试 webgl。
- 修复feature相关方法问题,修复样式字体重叠问题。
1.5.3 (2017.12.26)
- 锁定部分pkg版本。
- 修复控件类事件失效问题。
- 支持样式函数。
- 添加动态聚合方法。
1.5.2 (2017.11.06)
- 修复缩放bug。
- 升级npm版本。
代码重构升级
- 重构相关方法,修复上一版本bug,处理底层兼容问题。
- 精简不必须组件引入,分离控件和相关工具。
- 移除控件和交互底层代码,修改为应用ol-extent包处理。
- 修改图层创建,支持到ArcGIS,谷歌等多类图层,兼容多标注层处理,图层获取方法优化,兼容到深层图层处理。
- 修改要素操作类,优化代码和结构,支持json样式使用。
- 修改overlay操作类,兼容html解析。
- 添加事件处理。
- 添加文档说明和示例DEMO。
修复BUG-fix bugs
-
修改标绘,测量,自定义圆使用问题
-
修改静态图层BUG
-
修复点要素和overlay样式问题,扩充可选参数
-
添加事件处理
-
Modify the plot, measure, and customize the use of the circle
-
Modify static layer BUG
-
Fix point features and overlay style issues, expand optional parameters
-
Add event handling
控件类功能更新和bug修复
-
修改测量工具插件
-
添加仿百度周边搜索circle
-
更新示例,添加静态图层添加
-
添加图层对比,添加定位控件
-
添加地图加载完成事件,添加arcgis动态渲染底图
-
添加要素创建图层管理,添加鼠标事件, 添加视图处理
-
FIX tileXYZ图层无法显示为问题,update 简化参数传递
-
添加高德,谷歌,百度地图支持
-
ADD样式打包提取,EDIT 图层移除bug,EDIT 修改webpack配置
-
Modify the measurement tool plugin
-
add imitation Baidu peripheral search circle
-
update the sample, add static layer add
-
add layer contrast, add positioning controls
-
add the map to load the completion event, add the arcgis dynamic render basemap
-
Add features Create layer management, add mouse events, add view processing
-
FIX The tileXYZ layer can not be displayed as a problem, update simplifies parameter passing
-
add high de, google, Baidu map support
-
ADD style package extract, EDIT layer remove bug, EDIT modify webpack configuration
新增功能和修复BUG-New features and fix bugs
-
添加完整标绘功能
-
添加Echarts图层支持(已独立插件)
-
添加矢量图层,WMS,WMTS,WFS,TileLayer图层支持
-
添加气泡功能
-
修复图层创建bug和视图投影问题
-
添加根据空间空间数据缩放范围
-
添加矢量图层叠加样式可传函数
-
修复 logo bug
-
修复图层对比
-
修复图层清除方法
-
Add full plotting function
-
add Echarts layer support (independent plugin)
-
Added vector layer, WMS, WMTS, WFS, TileLayer layer support
-
Add a bubble function
-
Fix layer creation bug and view projection problem
-
Adds the zoom range according to the spatial spatial data
-
Add vector layer overlay style can pass function
-
Fix logo bug
-
repair layer contrast
-
Fix the layer cleanup method
新增部分功能-Add some features
-
新增放大镜
-
新增图层滤镜
-
添加军事标绘功能,暂时添加折线,曲线,弓形,圆绘制算法
-
添加版权控件
-
增加动态图层(支持arcgis等发布的标准图层)
-
添加热力图
-
添加空间数据加密类,支持空间数据加密压缩和解析,提高安全性和传输性能
-
Add magnifying glass
-
Add a layer filter
-
add military plotting function, temporarily add polyline, curve, arc, round drawing algorithm
-
Add a copyright control
-
increase the dynamic layer (support arcgis and other published standard layer)
-
Add thermal graphs
-
Add spatial data encryption class to support spatial data encryption and parsing, improve security and transmission performance
修复细节性bug,添加新功能
- 修复图层创建问题
-修复要素创建失败问题
-添加overlay类方法,主要用于添加动态点
-添加部分动画
-更新示例文档
-优化部分代码,增加稳定性
-解决npm包管理无法引用问题
小幅更新
本次主要解决ie兼容性问题
第一次正式版本
包含地图操作的基础操作和要素叠加