Skip to content

Commit 42bb47b

Browse files
committed
修复tilelayer授权处理不当的bug 增加部分js category标签
1 parent c857b45 commit 42bb47b

File tree

297 files changed

+1794
-1648
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

297 files changed

+1794
-1648
lines changed

dist/iclient9-leaflet.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/iclient9-leaflet.js

Lines changed: 358 additions & 62 deletions
Large diffs are not rendered by default.

dist/iclient9-leaflet.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/iclient9-leaflet.min.js

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/iclient9-mapboxgl.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/iclient9-mapboxgl.js

Lines changed: 1127 additions & 1568 deletions
Large diffs are not rendered by default.

src/common/control/TimeControlBase.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import {Events} from '../commontypes/Events';
44
/**
55
* @class SuperMap.TimeControlBase
66
* @classdesc 时间控制基类类。
7+
* @category Control
78
* @param options - {Object} 该类开放的可选属性。如:<br>
89
* speed - {number}速度。不能小于0,默认为1(表示每帧渲染的数据之间的间隔为1),设置越大速度越快。<br>
910
* startTime - {number}的起始时间,必须为数字,且小于等于endTime。如果不设置,初始化时为0,建议设置。<br>

src/common/control/TimeFlowControl.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import {TimeControlBase} from './TimeControlBase';
44
/**
55
* @class SuperMap.TimeFlowControl
66
* @classdesc 时间管理类。
7+
* @category Control
78
* @description 此类只负责时间上的控制,具体执行的操作需要用户在初始化时的回调函数内部进行实现。<br>
89
* 如设置起始时间为1000,结束时间是2000,步长设置为1,
910
* 那么表示按照每次1年(可以通过setSpeed进行修改)的变化从公元1000年开始到公元2000年为止,默认每1秒会1次(通过setFrequency修改)

src/common/format/Format.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import {Util} from '../commontypes/Util';
44
/**
55
* @class SuperMap.Format
66
* @classdesc 读写各种格式的格式类基类。其子类应该包含并实现read和write方法。
7+
* @category Format
78
* @param options - {Object} 可选参数。<br>
89
* keepData - {boolean} 如果设置为true, data属性会指向被解析的对象(例如json或xml数据对象)。
910
*/

src/common/format/GeoJSON.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ import {GeometryType} from '../REST';
1616
/**
1717
* @class SuperMap.Format.GeoJSON
1818
* @classdesc GeoJSON 的读和写。使用 <SuperMap.Format.GeoJSON> 构造器创建一个GeoJSON解析器。
19+
* @category Format
1920
* @extends SuperMap.Format.JSON。
2021
*/
2122
export class GeoJSON extends JSONFormat {

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy