@loaders.gl/wms
Advanced tools
Comparing version 3.4.2 to 3.4.3
@@ -11,3 +11,3 @@ "use strict"; | ||
var _parseCswCapabilities = require("./lib/parsers/csw/parse-csw-capabilities"); | ||
var VERSION = typeof "3.4.2" !== 'undefined' ? "3.4.2" : 'latest'; | ||
var VERSION = typeof "3.4.3" !== 'undefined' ? "3.4.3" : 'latest'; | ||
var CSWCapabilitiesLoader = { | ||
@@ -14,0 +14,0 @@ id: 'csw-capabilities', |
@@ -11,3 +11,3 @@ "use strict"; | ||
var _parseCswDomain = require("./lib/parsers/csw/parse-csw-domain"); | ||
var VERSION = typeof "3.4.2" !== 'undefined' ? "3.4.2" : 'latest'; | ||
var VERSION = typeof "3.4.3" !== 'undefined' ? "3.4.3" : 'latest'; | ||
var CSWDomainLoader = { | ||
@@ -14,0 +14,0 @@ id: 'csw-domain', |
@@ -11,3 +11,3 @@ "use strict"; | ||
var _parseCswRecords = require("./lib/parsers/csw/parse-csw-records"); | ||
var VERSION = typeof "3.4.2" !== 'undefined' ? "3.4.2" : 'latest'; | ||
var VERSION = typeof "3.4.3" !== 'undefined' ? "3.4.3" : 'latest'; | ||
var CSWRecordsLoader = { | ||
@@ -14,0 +14,0 @@ id: 'csw-records', |
@@ -11,3 +11,3 @@ "use strict"; | ||
var _parseGml = require("./lib/parsers/gml/parse-gml"); | ||
var VERSION = typeof "3.4.2" !== 'undefined' ? "3.4.2" : 'latest'; | ||
var VERSION = typeof "3.4.3" !== 'undefined' ? "3.4.3" : 'latest'; | ||
var GMLLoader = { | ||
@@ -14,0 +14,0 @@ name: 'GML', |
@@ -14,3 +14,3 @@ "use strict"; | ||
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; } | ||
var VERSION = typeof "3.4.2" !== 'undefined' ? "3.4.2" : 'latest'; | ||
var VERSION = typeof "3.4.3" !== 'undefined' ? "3.4.3" : 'latest'; | ||
var LERCLoader = { | ||
@@ -17,0 +17,0 @@ id: 'lerc', |
@@ -11,3 +11,3 @@ "use strict"; | ||
var _parseWcsCapabilities = require("./lib/wcs/parse-wcs-capabilities"); | ||
var VERSION = typeof "3.4.2" !== 'undefined' ? "3.4.2" : 'latest'; | ||
var VERSION = typeof "3.4.3" !== 'undefined' ? "3.4.3" : 'latest'; | ||
var WCSCapabilitiesLoader = { | ||
@@ -14,0 +14,0 @@ id: 'wcs-capabilities', |
@@ -11,3 +11,3 @@ "use strict"; | ||
var _parseWfsCapabilities = require("./lib/wfs/parse-wfs-capabilities"); | ||
var VERSION = typeof "3.4.2" !== 'undefined' ? "3.4.2" : 'latest'; | ||
var VERSION = typeof "3.4.3" !== 'undefined' ? "3.4.3" : 'latest'; | ||
var WFSCapabilitiesLoader = { | ||
@@ -14,0 +14,0 @@ id: 'wfs-capabilities', |
@@ -11,3 +11,3 @@ "use strict"; | ||
var _parseWmtsCapabilities = require("./lib/wmts/parse-wmts-capabilities"); | ||
var VERSION = typeof "3.4.2" !== 'undefined' ? "3.4.2" : 'latest'; | ||
var VERSION = typeof "3.4.3" !== 'undefined' ? "3.4.3" : 'latest'; | ||
var WMTSCapabilitiesLoader = { | ||
@@ -14,0 +14,0 @@ id: 'wmts-capabilities', |
@@ -11,3 +11,3 @@ "use strict"; | ||
var _parseWmsCapabilities = require("./lib/parsers/wms/parse-wms-capabilities"); | ||
var VERSION = typeof "3.4.2" !== 'undefined' ? "3.4.2" : 'latest'; | ||
var VERSION = typeof "3.4.3" !== 'undefined' ? "3.4.3" : 'latest'; | ||
var WMSCapabilitiesLoader = { | ||
@@ -14,0 +14,0 @@ id: 'wms-capabilities', |
@@ -14,3 +14,3 @@ "use strict"; | ||
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { (0, _defineProperty2.default)(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; } | ||
var VERSION = typeof "3.4.2" !== 'undefined' ? "3.4.2" : 'latest'; | ||
var VERSION = typeof "3.4.3" !== 'undefined' ? "3.4.3" : 'latest'; | ||
var WMSErrorLoader = { | ||
@@ -17,0 +17,0 @@ id: 'wms-error', |
import { parseCSWCapabilities } from './lib/parsers/csw/parse-csw-capabilities'; | ||
const VERSION = typeof "3.4.2" !== 'undefined' ? "3.4.2" : 'latest'; | ||
const VERSION = typeof "3.4.3" !== 'undefined' ? "3.4.3" : 'latest'; | ||
export const CSWCapabilitiesLoader = { | ||
@@ -4,0 +4,0 @@ id: 'csw-capabilities', |
import { parseCSWDomain } from './lib/parsers/csw/parse-csw-domain'; | ||
const VERSION = typeof "3.4.2" !== 'undefined' ? "3.4.2" : 'latest'; | ||
const VERSION = typeof "3.4.3" !== 'undefined' ? "3.4.3" : 'latest'; | ||
export const CSWDomainLoader = { | ||
@@ -4,0 +4,0 @@ id: 'csw-domain', |
import { parseCSWRecords } from './lib/parsers/csw/parse-csw-records'; | ||
const VERSION = typeof "3.4.2" !== 'undefined' ? "3.4.2" : 'latest'; | ||
const VERSION = typeof "3.4.3" !== 'undefined' ? "3.4.3" : 'latest'; | ||
export const CSWRecordsLoader = { | ||
@@ -4,0 +4,0 @@ id: 'csw-records', |
import { parseGML } from './lib/parsers/gml/parse-gml'; | ||
const VERSION = typeof "3.4.2" !== 'undefined' ? "3.4.2" : 'latest'; | ||
const VERSION = typeof "3.4.3" !== 'undefined' ? "3.4.3" : 'latest'; | ||
export const GMLLoader = { | ||
@@ -4,0 +4,0 @@ name: 'GML', |
import * as Lerc from 'lerc'; | ||
const VERSION = typeof "3.4.2" !== 'undefined' ? "3.4.2" : 'latest'; | ||
const VERSION = typeof "3.4.3" !== 'undefined' ? "3.4.3" : 'latest'; | ||
export const LERCLoader = { | ||
@@ -4,0 +4,0 @@ id: 'lerc', |
import { parseWCSCapabilities } from './lib/wcs/parse-wcs-capabilities'; | ||
const VERSION = typeof "3.4.2" !== 'undefined' ? "3.4.2" : 'latest'; | ||
const VERSION = typeof "3.4.3" !== 'undefined' ? "3.4.3" : 'latest'; | ||
export const WCSCapabilitiesLoader = { | ||
@@ -4,0 +4,0 @@ id: 'wcs-capabilities', |
import { parseWFSCapabilities } from './lib/wfs/parse-wfs-capabilities'; | ||
const VERSION = typeof "3.4.2" !== 'undefined' ? "3.4.2" : 'latest'; | ||
const VERSION = typeof "3.4.3" !== 'undefined' ? "3.4.3" : 'latest'; | ||
export const WFSCapabilitiesLoader = { | ||
@@ -4,0 +4,0 @@ id: 'wfs-capabilities', |
import { parseWMTSCapabilities } from './lib/wmts/parse-wmts-capabilities'; | ||
const VERSION = typeof "3.4.2" !== 'undefined' ? "3.4.2" : 'latest'; | ||
const VERSION = typeof "3.4.3" !== 'undefined' ? "3.4.3" : 'latest'; | ||
export const WMTSCapabilitiesLoader = { | ||
@@ -4,0 +4,0 @@ id: 'wmts-capabilities', |
import { parseWMSCapabilities } from './lib/parsers/wms/parse-wms-capabilities'; | ||
const VERSION = typeof "3.4.2" !== 'undefined' ? "3.4.2" : 'latest'; | ||
const VERSION = typeof "3.4.3" !== 'undefined' ? "3.4.3" : 'latest'; | ||
export const WMSCapabilitiesLoader = { | ||
@@ -4,0 +4,0 @@ id: 'wms-capabilities', |
import { parseWMSError } from './lib/parsers/wms/parse-wms-error'; | ||
const VERSION = typeof "3.4.2" !== 'undefined' ? "3.4.2" : 'latest'; | ||
const VERSION = typeof "3.4.3" !== 'undefined' ? "3.4.3" : 'latest'; | ||
export const WMSErrorLoader = { | ||
@@ -4,0 +4,0 @@ id: 'wms-error', |
@@ -7,4 +7,4 @@ import type { ImageType } from '@loaders.gl/images'; | ||
* @example | ||
* The WMSService will normalize the response to the WMS `GetCapabilities` data structure extracted from WMS XML response | ||
* into an ImageSourceMetadata. | ||
* The WMSService will normalize the response to the WMS `GetCapabilities` | ||
* data structure extracted from WMS XML response into an ImageSourceMetadata. | ||
*/ | ||
@@ -18,9 +18,18 @@ export type ImageSourceMetadata = { | ||
}; | ||
/** Description of one data layer in the image source */ | ||
export type ImageSourceLayer = { | ||
/** Name of this layer */ | ||
name?: string; | ||
/** Human readable title of this layer */ | ||
title?: string; | ||
/** Coordinate systems supported by this layer */ | ||
crs?: string[]; | ||
/** layer limits in unspecified CRS:84-like lng/lat, for quick access w/o CRS calculations. */ | ||
geographicBoundingBox?: [min: [x: number, y: number], max: [x: number, y: number]]; | ||
/** Sub layers of this layer */ | ||
layers?: ImageSourceLayer[]; | ||
/** @deprecated from v3.4: non-vis.gl style bounding box. Use `.geographicBoundingBox` instead */ | ||
boundingBox?: [number, number, number, number]; | ||
layers?: ImageSourceLayer[]; | ||
}; | ||
/** Generic parameters for requesting an image from an image source */ | ||
export type GetImageParameters = { | ||
@@ -27,0 +36,0 @@ /** Layers to render */ |
{ | ||
"name": "@loaders.gl/wms", | ||
"version": "3.4.2", | ||
"version": "3.4.3", | ||
"description": "Framework-independent loaders for the WMS (Web Map Service) standard", | ||
@@ -42,6 +42,6 @@ "license": "MIT", | ||
"@babel/runtime": "^7.3.1", | ||
"@loaders.gl/images": "3.4.2", | ||
"@loaders.gl/loader-utils": "3.4.2", | ||
"@loaders.gl/schema": "3.4.2", | ||
"@loaders.gl/xml": "3.4.2", | ||
"@loaders.gl/images": "3.4.3", | ||
"@loaders.gl/loader-utils": "3.4.3", | ||
"@loaders.gl/schema": "3.4.3", | ||
"@loaders.gl/xml": "3.4.3", | ||
"@turf/rewind": "^5.1.5", | ||
@@ -54,3 +54,3 @@ "deep-strict-equal": "^0.2.0", | ||
}, | ||
"gitHead": "d27459f32dcd6dd9a0addd8cab5fc627486dbea9" | ||
"gitHead": "e60626daeaec1e08eae0009668736f85410f8323" | ||
} |
@@ -10,4 +10,4 @@ // loaders.gl, MIT license | ||
* @example | ||
* The WMSService will normalize the response to the WMS `GetCapabilities` data structure extracted from WMS XML response | ||
* into an ImageSourceMetadata. | ||
* The WMSService will normalize the response to the WMS `GetCapabilities` | ||
* data structure extracted from WMS XML response into an ImageSourceMetadata. | ||
*/ | ||
@@ -22,10 +22,20 @@ export type ImageSourceMetadata = { | ||
/** Description of one data layer in the image source */ | ||
export type ImageSourceLayer = { | ||
/** Name of this layer */ | ||
name?: string; | ||
/** Human readable title of this layer */ | ||
title?: string; | ||
/** Coordinate systems supported by this layer */ | ||
crs?: string[]; | ||
/** layer limits in unspecified CRS:84-like lng/lat, for quick access w/o CRS calculations. */ | ||
geographicBoundingBox?: [min: [x: number, y: number], max: [x: number, y: number]]; | ||
/** Sub layers of this layer */ | ||
layers?: ImageSourceLayer[]; | ||
/** @deprecated from v3.4: non-vis.gl style bounding box. Use `.geographicBoundingBox` instead */ | ||
boundingBox?: [number, number, number, number]; | ||
layers?: ImageSourceLayer[]; | ||
}; | ||
/** Generic parameters for requesting an image from an image source */ | ||
export type GetImageParameters = { | ||
@@ -32,0 +42,0 @@ /** Layers to render */ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1258970
17091
+ Added@loaders.gl/images@3.4.3(transitive)
+ Added@loaders.gl/loader-utils@3.4.3(transitive)
+ Added@loaders.gl/schema@3.4.3(transitive)
+ Added@loaders.gl/worker-utils@3.4.3(transitive)
+ Added@loaders.gl/xml@3.4.3(transitive)
- Removed@loaders.gl/images@3.4.2(transitive)
- Removed@loaders.gl/loader-utils@3.4.2(transitive)
- Removed@loaders.gl/schema@3.4.2(transitive)
- Removed@loaders.gl/worker-utils@3.4.2(transitive)
- Removed@loaders.gl/xml@3.4.2(transitive)
Updated@loaders.gl/images@3.4.3
Updated@loaders.gl/schema@3.4.3
Updated@loaders.gl/xml@3.4.3