|
4 | 4 |
|
5 | 5 | ### for Leaflet |
6 | 6 |
|
7 | | - - 可视化 - 矢量瓦片 |
8 | | - - `L.supermap.tiledVectorLayer` 新增 `options.processCharacters` 参数,支持本地设置服务端的CartoCSS样式时替换特殊字符 |
| 7 | +- 可视化 - 矢量瓦片 |
| 8 | + - `L.supermap.tiledVectorLayer` 新增 `options.processCharacters` 参数,支持本地设置服务端的CartoCSS样式时替换特殊字符 |
9 | 9 |
|
10 | | - - `SuperMap.QueryParameters` 及其子类新增 `options.returnFeatureWithFieldCaption` 参数,支持指定返回的查询结果要素字段标识为字段别名 |
| 10 | +- `SuperMap.QueryParameters` 及其子类新增 `options.returnFeatureWithFieldCaption` 参数,支持指定返回的查询结果要素字段标识为字段别名 |
11 | 11 |
|
12 | | - - 可视化 - 高性能图层 |
13 | | - - `L.supermap.graphic` 新增 `options.id` 参数,以及 `getId` 和 `setId` 接口,支持设置与修改 `graphic` 要素`id` |
14 | | - - `L.supermap.graphicLayer` 新增 `getGraphicBy` 支持 通过要素属性值获取指定要素 |
15 | | - - `L.supermap.graphicLayer` 新增 `getGraphicById` 支持 通过要素 `id` 获取指定要素 |
16 | | - - `L.supermap.graphicLayer` 新增 `getGraphicsByAttribute` 支持 通过要素 `attribute`属性对象值获取指定要素数组 |
17 | | - - `L.supermap.graphicLayer` 废弃 `removeGraphics` 改用 `removeAllGraphics` 支持删除所有要素 |
18 | | - - `L.supermap.graphicLayer` 新增 `removeGraphics` 支持删除单个或多个要素 |
| 12 | +- 可视化 - 高效率点图层 |
| 13 | + - `L.supermap.graphic` |
| 14 | + - 新增 `options.id` 参数,以及 `getId` 和 `setId` 接口,支持设置与修改 `graphic` 要素`id` |
| 15 | + |
| 16 | + - `L.supermap.graphicLayer` |
| 17 | + - 新增 `getGraphicBy` 接口支持通过要素属性值获取指定要素 |
| 18 | + - 新增 `getGraphicById` 接口支持通过要素 `id` 获取指定要素 |
| 19 | + - 新增 `getGraphicsByAttribute` 接口支持通过要素 `attribute`属性对象值获取指定要素数组 |
| 20 | + - `removeGraphics` 接口新增删除单个或多个要素的功能 |
| 21 | + - `L.supermap.ThemeLayer` 及其子类 |
| 22 | + - `addFeatures` 方法默认只支持添加经纬度坐标要素,新增 `options.alwaysMapCRS` 参数,设置该参数为true , `addFeatures` 方法可添加底图坐标要素 |
19 | 23 |
|
20 | 24 | ### for OpenLayers |
21 | 25 |
|
22 | 26 | - `SuperMap.QueryParameters` 及其子类新增 `options.returnFeatureWithFieldCaption` 参数,支持指定返回的查询结果要素字段标识为字段别名 |
23 | 27 |
|
24 | | -- 可视化 - 高性能图层 |
25 | | - - `ol.Graphic` 新增 `options.id` 参数,以及 `getId` 和 `setId` 接口,支持设置与修改 `graphic` 要素`id` |
26 | | - - `ol.source.Graphic` 新增 `getGraphicBy` 支持 通过要素属性值获取指定要素 |
27 | | - - `ol.source.Graphic` 新增 `getGraphicById` 支持 通过要素 `id` 获取指定要素 |
28 | | - - `ol.source.Graphic` 新增 `getGraphicsByAttribute` 支持 通过要素 `attribute`属性对象值获取指定要素数组 |
29 | | - - `ol.source.Graphic` 废弃 `removeGraphics` 改用 `removeAllGraphics` 支持删除所有要素 |
30 | | - - `ol.source.Graphic` 新增 `removeGraphics` 支持删除单个或多个要素 |
| 28 | +- 可视化 - 高效率点图层 |
| 29 | + - `ol.Graphic` |
| 30 | + - 新增 `options.id` 参数,以及 `getId` 和 `setId` 接口,支持设置与修改 `graphic` 要素`id` |
| 31 | + |
| 32 | + - `ol.source.Graphic` |
| 33 | + - 新增 `getGraphicBy` 接口支持通过要素属性值获取指定要素 |
| 34 | + - 新增 `getGraphicById` 接口支持通过要素 `id` 获取指定要素 |
| 35 | + - 新增 `getGraphicsByAttribute` 接口支持通过要素 `attribute`属性对象值获取指定要素数组 |
| 36 | + - `removeGraphics` 接口新增删除单个或多个要素的功能 |
| 37 | + |
31 | 38 | ### for MapboxGL |
32 | 39 |
|
33 | 40 | - `SuperMap.QueryParameters` 及其子类新增 `options.returnFeatureWithFieldCaption` 参数,支持指定返回的查询结果要素字段标识为字段别名 |
34 | 41 |
|
35 | | -- 可视化 - 高性能图层 |
36 | | - - `mapboxgl.supermap.Graphic` 新增 `options.id` 参数,以及 `getId` 和 `setId` 接口,支持设置与修改 `graphic` 要素`id` |
37 | | - - `mapboxgl.supermap.GraphThemeLayer` 新增 `getGraphicBy` 支持 通过要素属性值获取指定要素 |
38 | | - - `mapboxgl.supermap.GraphThemeLayer` 新增 `getGraphicById` 支持 通过要素 `id` 获取指定要素 |
39 | | - - `mapboxgl.supermap.GraphThemeLayer` 新增 `getGraphicsByAttribute` 支持 通过要素 `attribute`属性对象值获取指定要素数组 |
40 | | - - `mapboxgl.supermap.GraphThemeLayer` 废弃 `removeGraphics` 改用 `removeAllGraphics` 支持删除所有要素 |
41 | | - - `mapboxgl.supermap.GraphThemeLayer` 新增 `removeGraphics` 支持删除单个或多个要素 |
| 42 | +- 可视化 - 高效率点图层 |
| 43 | + - `mapboxgl.supermap.Graphic` |
| 44 | + - 新增 `options.id` 参数,以及 `getId` 和 `setId` 接口,支持设置与修改 `graphic` 要素`id` |
| 45 | + |
| 46 | + - `mapboxgl.supermap.GraphThemeLayer` |
| 47 | + - 新增 `getGraphicBy` 接口支持通过要素属性值获取指定要素 |
| 48 | + - 新增 `getGraphicById` 接口支持通过要素 `id` 获取指定要素 |
| 49 | + - 新增 `getGraphicsByAttribute` 接口支持通过要素 `attribute`属性对象值获取指定要素数组 |
| 50 | + - `removeGraphics` 接口新增删除单个或多个要素的功能 |
42 | 51 |
|
43 | 52 | ### for Classic |
44 | 53 | - `SuperMap.Layer.MapVLayer` 支持北京54 等其他坐标系(注:数据坐标系要求与地图保持一致) |
|
0 commit comments