realmap 1.1.3-tp-test.0 → 1.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/band.js CHANGED
@@ -1,6 +1,6 @@
1
1
 
2
2
  /**
3
- * RealMap Band v1.1.3-tp-test.0
3
+ * RealMap Band v1.1.3
4
4
  * Copyright (C) 2023-2025 WooriTech Inc.
5
5
  * All Rights Reserved.
6
6
  */
package/band.mjs CHANGED
@@ -1,6 +1,6 @@
1
1
 
2
2
  /**
3
- * RealMap Band v1.1.3-tp-test.0
3
+ * RealMap Band v1.1.3
4
4
  * Copyright (C) 2023-2025 WooriTech Inc.
5
5
  * All Rights Reserved.
6
6
  */
package/chart.js CHANGED
@@ -1,6 +1,6 @@
1
1
 
2
2
  /**
3
- * RealMap Chart v1.1.3-tp-test.0
3
+ * RealMap Chart v1.1.3
4
4
  * Copyright (C) 2023-2025 WooriTech Inc.
5
5
  * All Rights Reserved.
6
6
  */
package/chart.mjs CHANGED
@@ -1,6 +1,6 @@
1
1
 
2
2
  /**
3
- * RealMap Chart v1.1.3-tp-test.0
3
+ * RealMap Chart v1.1.3
4
4
  * Copyright (C) 2023-2025 WooriTech Inc.
5
5
  * All Rights Reserved.
6
6
  */
package/editing.js CHANGED
@@ -1,6 +1,6 @@
1
1
 
2
2
  /**
3
- * RealMap Editing v1.1.3-tp-test.0
3
+ * RealMap Editing v1.1.3
4
4
  * Copyright (C) 2023-2025 WooriTech Inc.
5
5
  * All Rights Reserved.
6
6
  */
package/editing.mjs CHANGED
@@ -1,6 +1,6 @@
1
1
 
2
2
  /**
3
- * RealMap Editing v1.1.3-tp-test.0
3
+ * RealMap Editing v1.1.3
4
4
  * Copyright (C) 2023-2025 WooriTech Inc.
5
5
  * All Rights Reserved.
6
6
  */
package/export.js CHANGED
@@ -1,6 +1,6 @@
1
1
 
2
2
  /**
3
- * RealMap Export v1.1.3-tp-test.0
3
+ * RealMap Export v1.1.3
4
4
  * Copyright (C) 2023-2025 WooriTech Inc.
5
5
  * All Rights Reserved.
6
6
  */
package/export.mjs CHANGED
@@ -1,6 +1,6 @@
1
1
 
2
2
  /**
3
- * RealMap Export v1.1.3-tp-test.0
3
+ * RealMap Export v1.1.3
4
4
  * Copyright (C) 2023-2025 WooriTech Inc.
5
5
  * All Rights Reserved.
6
6
  */
package/feature.js CHANGED
@@ -1,6 +1,6 @@
1
1
 
2
2
  /**
3
- * RealMap Feature v1.1.3-tp-test.0
3
+ * RealMap Feature v1.1.3
4
4
  * Copyright (C) 2023-2025 WooriTech Inc.
5
5
  * All Rights Reserved.
6
6
  */
package/feature.mjs CHANGED
@@ -1,6 +1,6 @@
1
1
 
2
2
  /**
3
- * RealMap Feature v1.1.3-tp-test.0
3
+ * RealMap Feature v1.1.3
4
4
  * Copyright (C) 2023-2025 WooriTech Inc.
5
5
  * All Rights Reserved.
6
6
  */
package/gl.js CHANGED
@@ -1,6 +1,6 @@
1
1
 
2
2
  /**
3
- * RealMap Gl v1.1.3-tp-test.0
3
+ * RealMap Gl v1.1.3
4
4
  * Copyright (C) 2023-2025 WooriTech Inc.
5
5
  * All Rights Reserved.
6
6
  */
package/gl.mjs CHANGED
@@ -1,6 +1,6 @@
1
1
 
2
2
  /**
3
- * RealMap Gl v1.1.3-tp-test.0
3
+ * RealMap Gl v1.1.3
4
4
  * Copyright (C) 2023-2025 WooriTech Inc.
5
5
  * All Rights Reserved.
6
6
  */
package/heatmap.js CHANGED
@@ -1,6 +1,6 @@
1
1
 
2
2
  /**
3
- * RealMap Heatmap v1.1.3-tp-test.0
3
+ * RealMap Heatmap v1.1.3
4
4
  * Copyright (C) 2023-2025 WooriTech Inc.
5
5
  * All Rights Reserved.
6
6
  */
package/heatmap.mjs CHANGED
@@ -1,6 +1,6 @@
1
1
 
2
2
  /**
3
- * RealMap Heatmap v1.1.3-tp-test.0
3
+ * RealMap Heatmap v1.1.3
4
4
  * Copyright (C) 2023-2025 WooriTech Inc.
5
5
  * All Rights Reserved.
6
6
  */
package/index.d.ts CHANGED
@@ -3725,6 +3725,21 @@ declare const _RouteArrowDisplay: {
3725
3725
  };
3726
3726
  /** @dummy */
3727
3727
  type RouteArrowDisplay = typeof _RouteArrowDisplay[keyof typeof _RouteArrowDisplay];
3728
+ declare const _RouteMode: {
3729
+ /**
3730
+ * 대권항로를 따르는 경로를 설정한다.<br/>
3731
+ */
3732
+ readonly GREAT_CIRCLE: "geo";
3733
+ /**
3734
+ * 대권항로가 아닌 시작점부터 끝점으로 향하는 선을 경로로 설정한다.<br/>
3735
+ *
3736
+ * 선은 베지어 곡선으로 그려진다.<br/>
3737
+ * curveFactor 속성으로 곡률을 설정할 수 있다. <br />
3738
+ */
3739
+ readonly SIMPLE: "chart";
3740
+ };
3741
+ /** @dummy */
3742
+ type RouteMode = typeof _RouteMode[keyof typeof _RouteMode];
3728
3743
  declare const RouteSeriesType = "route";
3729
3744
  /**
3730
3745
  * {@link coords}로 지정된 두 지점 사이를 곡선으로 연결하는 시리즈.<br/>
@@ -3738,6 +3753,17 @@ declare const RouteSeriesType = "route";
3738
3753
  interface RouteSeriesOptions extends SeriesOptions {
3739
3754
  /** @dummy */
3740
3755
  type?: typeof RouteSeriesType;
3756
+ /**
3757
+ * 경로를 그리는 방식을 설정하는 옵션 <br />
3758
+ *
3759
+ * - 'geo' : 지구(구면) 좌표계를 기준으로 경로 계산. great-circle(대권) 경로 생성 <br />
3760
+ * - 'chart' : 차트(평면) 좌표계를 기준으로 경로 계산. 직선 또는 곡률 속성에 따른 곡선 생성 <br />
3761
+ *
3762
+ * 주의: projection이 'orthographic'일 때는 'geo' 모드만 지원한다. <br />
3763
+ *
3764
+ * @default 'geo'
3765
+ */
3766
+ routeMode?: RouteMode;
3741
3767
  /**
3742
3768
  * @ignore 미구현
3743
3769
  * @default 'air'
@@ -3755,11 +3781,48 @@ interface RouteSeriesOptions extends SeriesOptions {
3755
3781
  */
3756
3782
  arrowDisplay?: RouteArrowDisplay;
3757
3783
  /**
3758
- * 곡선이 휘어지는 정도를 지정한다. <br/>
3759
- * 0 이상 0.1 이하의 값을 사용할 수 있다.
3760
- * @default 0.01
3784
+ * 화살표의 가로 폭을 지정한다.
3785
+ */
3786
+ arrowWidth?: number;
3787
+ /**
3788
+ * 화살표의 길이를 지정한다.
3789
+ */
3790
+ arrowLength?: number;
3791
+ /**
3792
+ * 경로의 곡률을 설정한다. <br/>
3793
+ * 'routeMode'가 'chart'일 때 유효하다.<br/>
3794
+ * 값이 커질수록 휘어짐이 커진다.<br/>
3795
+ *
3796
+ * - 0: 직선
3797
+ * - 양수: 위로 휘는 곡선.
3798
+ * - 음수: 아래로 휘는 곡선.
3799
+ *
3800
+ * @default 0
3801
+ */
3802
+ curveFactor?: number;
3803
+ /**
3804
+ * 각 데이터포인트의 imageUrl의 root url.
3805
+ */
3806
+ imageRootUrl?: string;
3807
+ /**
3808
+ * 경로 끝점 이미지 URL.<br/>
3809
+ *
3810
+ * 데이터포인트의 imageUrl을 통해 개별적으로 지정할 수 있으나, 일괄로 적용하고 싶은 경우, 해당 옵션을 사용할 수 있다.<br/>
3811
+ * 만약 데이터포인트의 imageUrl이 지정되어 있다면, 이를 우선 적용한다.<br/>
3761
3812
  */
3762
- bendFactor: number;
3813
+ imageUrl?: string;
3814
+ /**
3815
+ * @default 'imageUrl'
3816
+ */
3817
+ imageField?: string;
3818
+ /**
3819
+ * 경로 끝점 이미지 너비.<br/>
3820
+ */
3821
+ imageWidth?: number;
3822
+ /**
3823
+ * 경로 끝점 이미지 높이.<br/>
3824
+ */
3825
+ imageHeight?: number;
3763
3826
  }
3764
3827
  interface DrilldownOptions extends ChartItemOptions {
3765
3828
  /**
@@ -5776,6 +5839,11 @@ declare abstract class Series<OP extends SeriesOptions = SeriesOptions> extends
5776
5839
  protected abstract _createPoint(source: any): DataPoint;
5777
5840
  _setIndex(index: number, seriesIndex?: number): void;
5778
5841
  protected $_addPoint(source: any, i: number): DataPoint;
5842
+ /**
5843
+ * 매개변수로 받은게 함수면 그 함수를 사용하고,
5844
+ * 문자열이면 그 문자열을 필드명으로 사용하는 펑션을 생성한다.
5845
+ * 필더가 호출될 때 전달되는 값은 데이터포인트의 소스 객체이다.
5846
+ */
5779
5847
  protected _createFielder(f: any): (v: any) => any;
5780
5848
  protected _createFielders(op: SeriesOptions): void;
5781
5849
  protected _createLegendMarker(doc: Document, size: number): RmElement;
@@ -10152,12 +10220,13 @@ declare class PointSeries extends MarkerSeries<PointSeriesOptions> {
10152
10220
  declare class RouteSeriesPoint extends DataPoint {
10153
10221
  coords: [MapCoord, MapCoord];
10154
10222
  path: any[];
10223
+ imageUrl: string;
10155
10224
  get lon1(): number;
10156
10225
  get lat1(): number;
10157
10226
  get lon2(): number;
10158
10227
  get lat2(): number;
10159
10228
  protected _assignTo(proxy: any): any;
10160
- protected _readObject(series: ISeries<RouteSeriesPoint>, v: any): void;
10229
+ protected _readObject(series: RouteSeries, v: any): void;
10161
10230
  }
10162
10231
  /**
10163
10232
  * Route 시리즈 모델.<br/>
@@ -10167,12 +10236,43 @@ declare class RouteSeriesPoint extends DataPoint {
10167
10236
  declare class RouteSeries extends Series<RouteSeriesOptions> {
10168
10237
  static type: string;
10169
10238
  static defaults: RouteSeriesOptions;
10239
+ private _imageFielder;
10240
+ private _root;
10241
+ private _imageUrl;
10242
+ get imageFielder(): (src: any) => string;
10243
+ getImageUrl(p: RouteSeriesPoint, useRoot?: boolean): string;
10244
+ getRouteMode(): RouteMode;
10245
+ /**
10246
+ * 선의 두께를 반환한다.<br/>
10247
+ */
10248
+ getLineWidth(): number;
10249
+ /**
10250
+ * 곡선의 제어점 좌표를 반환한다.
10251
+ */
10252
+ getCurvePoint(dataPoint: RouteSeriesPoint, p1: MapCoord, p2: MapCoord): [MapCoord, MapCoord];
10170
10253
  needMapScale(): boolean;
10171
10254
  protected _createPoint(source: any): RouteSeriesPoint;
10172
10255
  pointLabelCount(): number;
10173
10256
  protected _defLabelOff(): number;
10174
10257
  protected _doLoadPoints(src: any): void;
10175
10258
  protected _createLegendMarker(doc: Document, size: number): RmElement;
10259
+ protected _createFielders(op: RouteSeriesOptions): void;
10260
+ protected _doApply(op: RouteSeriesOptions): void;
10261
+ /**
10262
+ * curveFactor값으로 베지어 곡선의 제어점을 계산한다.
10263
+ *
10264
+ * p1 -> p2로 향하는 선이라고 할 때,
10265
+ * 중점(MID-A)를 구하고, 그 점에서 수직으로 curveFactor만큼 이동한 점(MID-B)을 구한다.
10266
+ * MID-B에서 P1방향으로 선분의 1/8 길이만큼 이동한 점을 제어점 C1로,
10267
+ * MID-B에서 P2방향으로 선분의 1/8 길이만큼 이동한 점을 제어점 C2로 한다.
10268
+ * 이렇게 해서 3차 베지어 곡선의 제어점 C1, C2를 반환한다.
10269
+ *
10270
+ * @param p1 Route 시작 좌표
10271
+ * @param p2 Route 끝 좌표
10272
+ * @param curveFactor options.curveFactor 값
10273
+ * @returns
10274
+ */
10275
+ private $_getCurvePointBycurveFactor;
10176
10276
  }
10177
10277
 
10178
10278
  type WaffleGrid = any[][];