|
7 | 7 | - `L.supermap.webmap` 新增支持加载 "MapEditor" , "DataInsights" , "ISERVE" 格式 json 数据 |
8 | 8 |
|
9 | 9 | - 客户端专题图新增支持 `L.CircleMarker` `L.Circle` |
| 10 | + |
10 | 11 | - 客户端专题图 `addFeatures` 方法默认只支持添加经纬度坐标要素,新增 `options.alwaysMapCRS` 参数,设置改参数为true , `addFeatures` 方法可添加底图坐标要素 |
11 | | -- `L.supermap.wmtsLayer` 和 `L.supermap.tiandituTileLayer` 新增 `options.tileProxy` 参数 |
| 12 | + |
| 13 | +- `L.supermap.wmtsLayer` , `L.supermap.tiandituTileLayer` , `L.supermap.baiduTileLayer` , `L.supermap.cloudTileLayer` , `L.supermap.imageMapLayer` , `L.supermap.tiledMapLayer` 新增 `options.tileProxy` 参数,支持获取代理服务下相关底图数据 |
| 14 | + |
12 | 15 | - 废弃 `SuperMap.ElasticSearch` 的 `options.change` 参数,直接使用 `SuperMap.ElasticSearch.msearch` `SuperMap.ElasticSearch.msearch` 的 `callback` 参数 |
| 16 | + |
13 | 17 | - `SuperMap.ElasticSearch.update` 方法新增 `callback` 参数 |
| 18 | + |
14 | 19 | - `L.supermap.ServiceBase` 及其子类新增 `options.proxy`参数 |
15 | 20 |
|
| 21 | +- `L.supermap.spatialAnalystService` 新增 `geometrybatchAnalysis` 接口,支持几何要素批量空间分析 |
| 22 | + |
| 23 | +- 几何要素叠加分析新增支持多个要素进行分析 |
| 24 | + |
| 25 | + - `SuperMap.SpatialAnalystBase` 类 `serviceProcessCompleted` 接口支持处理批量返回结果 |
| 26 | + |
| 27 | + - `GeometryOverlayAnalystParameters` 新增 `operateGeometries` 和 `sourceGeometries` 参数 |
| 28 | + |
| 29 | +- `L.supermap.ThemeLayer` 及其子类新增 `options.id`参数 |
| 30 | + |
16 | 31 | ### for OpenLayers |
17 | 32 |
|
18 | 33 | - `ol.supermap.WebMap` 新增支持加载 "MapEditor" , "DataInsights" , "ISERVE" 格式 json 数据 |
|
21 | 36 |
|
22 | 37 | - `SuperMap.ElasticSearch.update` 方法新增 `callback` 参数 |
23 | 38 |
|
| 39 | +- `ol.source.Tianditu` , `ol.source.BaiduMap` , `ol.source.SuperMapCloud` , `ol.source.ImageSuperMapRest` , `ol.source.TileSuperMapRest` 新增 `options.tileProxy` 参数,支持获取代理服务下相关底图数据 |
| 40 | + |
24 | 41 | - `ol.supermap.ServiceBase` 及其子类新增 `options.proxy`参数 |
25 | 42 |
|
| 43 | +- `ol.supermap.SpatialAnalystService` 新增 `geometrybatchAnalysis` 接口,支持几何要素批量空间分析 |
| 44 | + |
| 45 | +- 几何要素叠加分析新增支持多个要素进行分析 |
| 46 | + |
| 47 | + - `SuperMap.SpatialAnalystBase` 类 `serviceProcessCompleted` 接口支持处理批量返回结果 |
| 48 | + |
| 49 | + - `GeometryOverlayAnalystParameters` 新增 `operateGeometries` 和 `sourceGeometries` 参数 |
| 50 | + |
| 51 | +- `ol.source.Theme` 及其子类新增 `options.id`参数 |
| 52 | + |
26 | 53 | ### for MapboxGL |
27 | 54 |
|
28 | 55 | - 废弃 `SuperMap.ElasticSearch` 的 `options.change` 参数,直接使用 `SuperMap.ElasticSearch.msearch` `SuperMap.ElasticSearch.msearch` 的 `callback` 参数 |
|
31 | 58 |
|
32 | 59 | - `mapboxgl.supermap.ServiceBase` 及其子类新增 `options.proxy`参数 |
33 | 60 |
|
| 61 | +- `mapboxgl.supermap.SpatialAnalystService` 新增 `geometrybatchAnalysis` 接口,支持几何要素批量空间分析 |
| 62 | + |
| 63 | +- 几何要素叠加分析新增支持多个要素进行分析 |
| 64 | + |
| 65 | + - `SuperMap.SpatialAnalystBase` 类 `serviceProcessCompleted` 接口支持处理批量返回结果 |
| 66 | + |
| 67 | + - `GeometryOverlayAnalystParameters` 新增 `operateGeometries` 和 `sourceGeometries` 参数 |
| 68 | + |
| 69 | +- `mapboxgl.supermap.ThemeLayer` 类新增 `options.id`参数 |
| 70 | + |
| 71 | +- `mapboxgl.supermap.ThemeLayer` 类新增 `moveTo`接口,支持调整专题图层显示顺序 |
| 72 | + |
34 | 73 | ### Classic |
35 | 74 |
|
36 | 75 | - 废弃 `SuperMap.ElasticSearch` 的 `options.change` 参数,直接使用 `SuperMap.ElasticSearch.msearch` `SuperMap.ElasticSearch.msearch` 的 `callback` 参数 |
|
60 | 99 |
|
61 | 100 | ### for Leaflet |
62 | 101 |
|
| 102 | +- 新增几何要素批量空间分析示例 |
| 103 | + |
| 104 | +- 新增批量几何要素叠加分析示例 |
| 105 | + |
63 | 106 | ### for OpenLayers |
64 | 107 |
|
| 108 | +- 新增几何要素批量空间分析示例 |
| 109 | + |
| 110 | +- 新增批量几何要素叠加分析示例 |
| 111 | + |
65 | 112 | ### for MapboxGL |
66 | 113 |
|
| 114 | +- 新增几何要素批量空间分析示例 |
| 115 | + |
| 116 | +- 新增批量几何要素叠加分析示例 |
| 117 | + |
67 | 118 | ### Classic |
68 | 119 |
|
69 | 120 | ## Web Site && Docs |
|
0 commit comments