@openglobus/og 0.27.21 → 0.27.23

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.
@@ -61,12 +61,12 @@ declare class WMS extends XYZ {
61
61
  * @type {number}
62
62
  */
63
63
  imageHeight: number;
64
- protected _getBbox: (extent: Extent) => string;
64
+ protected _getBbox: (extent: Extent, srs: string) => string;
65
65
  protected _version: string;
66
66
  constructor(name: string | null, options: IWMSParams);
67
67
  static createRequestUrl(url: string, layers: string, format: string | undefined, version: string | undefined, request: string | undefined, srs: string, bbox: string, width?: number, height?: number, extra?: string): string;
68
68
  static get_bbox_v1_1_1(extent: Extent): string;
69
- static get_bbox_v1_3_0(extent: Extent): string;
69
+ static get_bbox_v1_3_0(extent: Extent, srs: string): string;
70
70
  _checkSegment(segment: Segment): boolean;
71
71
  get instanceName(): string;
72
72
  protected _createUrl(segment: Segment): string;