@loaders.gl/wms
Advanced tools
Comparing version 4.0.0-alpha.26 to 4.0.0-beta.1
@@ -11,3 +11,3 @@ "use strict"; | ||
var _parseCswCapabilities = require("./lib/parsers/csw/parse-csw-capabilities"); | ||
var VERSION = typeof "4.0.0-alpha.26" !== 'undefined' ? "4.0.0-alpha.26" : 'latest'; | ||
var VERSION = typeof "4.0.0-beta.1" !== 'undefined' ? "4.0.0-beta.1" : '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 "4.0.0-alpha.26" !== 'undefined' ? "4.0.0-alpha.26" : 'latest'; | ||
var VERSION = typeof "4.0.0-beta.1" !== 'undefined' ? "4.0.0-beta.1" : '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 "4.0.0-alpha.26" !== 'undefined' ? "4.0.0-alpha.26" : 'latest'; | ||
var VERSION = typeof "4.0.0-beta.1" !== 'undefined' ? "4.0.0-beta.1" : '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 "4.0.0-alpha.26" !== 'undefined' ? "4.0.0-alpha.26" : 'latest'; | ||
var VERSION = typeof "4.0.0-beta.1" !== 'undefined' ? "4.0.0-beta.1" : 'latest'; | ||
var GMLLoader = { | ||
@@ -14,0 +14,0 @@ name: 'GML', |
@@ -39,3 +39,3 @@ "use strict"; | ||
get: function get() { | ||
return _imageSource.ImageSource; | ||
return _loaderUtils.ImageSource; | ||
} | ||
@@ -61,8 +61,14 @@ }); | ||
}); | ||
Object.defineProperty(exports, "_ArcGISImageServer", { | ||
Object.defineProperty(exports, "WMSSource", { | ||
enumerable: true, | ||
get: function get() { | ||
return _arcgisImageService.ArcGISImageServer; | ||
return _wmsService.WMSSource; | ||
} | ||
}); | ||
Object.defineProperty(exports, "_ArcGISImageService", { | ||
enumerable: true, | ||
get: function get() { | ||
return _arcgisImageService.ArcGISImageService; | ||
} | ||
}); | ||
Object.defineProperty(exports, "_GMLLoader", { | ||
@@ -98,2 +104,8 @@ enumerable: true, | ||
}); | ||
Object.defineProperty(exports, "createImageService", { | ||
enumerable: true, | ||
get: function get() { | ||
return _createImageService.createImageService; | ||
} | ||
}); | ||
Object.defineProperty(exports, "createImageSource", { | ||
@@ -114,9 +126,10 @@ enumerable: true, | ||
var _gmlLoader = require("./gml-loader"); | ||
var _imageSource = require("./lib/sources/image-source"); | ||
var _createImageSource = require("./lib/create-image-source"); | ||
var _imageService = require("./lib/services/generic/image-service"); | ||
var _cswService = require("./lib/services/ogc/csw-service"); | ||
var _wmsService = require("./lib/services/ogc/wms-service"); | ||
var _arcgisServer = require("./lib/services/arcgis/arcgis-server"); | ||
var _arcgisImageService = require("./lib/services/arcgis/arcgis-image-service"); | ||
var _createImageService = require("./lib/services/create-image-service"); | ||
var _createImageSource = require("./services/create-image-source"); | ||
var _imageService = require("./lib/services/image-service"); | ||
var _cswService = require("./services/ogc/csw-service"); | ||
var _wmsService = require("./services/ogc/wms-service"); | ||
var _arcgisServer = require("./services/arcgis/arcgis-server"); | ||
var _arcgisImageService = require("./services/arcgis/arcgis-image-service"); | ||
var _loaderUtils = require("@loaders.gl/loader-utils"); | ||
//# sourceMappingURL=index.js.map |
@@ -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 "4.0.0-alpha.26" !== 'undefined' ? "4.0.0-alpha.26" : 'latest'; | ||
var VERSION = typeof "4.0.0-beta.1" !== 'undefined' ? "4.0.0-beta.1" : '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 "4.0.0-alpha.26" !== 'undefined' ? "4.0.0-alpha.26" : 'latest'; | ||
var VERSION = typeof "4.0.0-beta.1" !== 'undefined' ? "4.0.0-beta.1" : '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 "4.0.0-alpha.26" !== 'undefined' ? "4.0.0-alpha.26" : 'latest'; | ||
var VERSION = typeof "4.0.0-beta.1" !== 'undefined' ? "4.0.0-beta.1" : '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 "4.0.0-alpha.26" !== 'undefined' ? "4.0.0-alpha.26" : 'latest'; | ||
var VERSION = typeof "4.0.0-beta.1" !== 'undefined' ? "4.0.0-beta.1" : '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 "4.0.0-alpha.26" !== 'undefined' ? "4.0.0-alpha.26" : 'latest'; | ||
var VERSION = typeof "4.0.0-beta.1" !== 'undefined' ? "4.0.0-beta.1" : '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 "4.0.0-alpha.26" !== 'undefined' ? "4.0.0-alpha.26" : 'latest'; | ||
var VERSION = typeof "4.0.0-beta.1" !== 'undefined' ? "4.0.0-beta.1" : 'latest'; | ||
var WMSErrorLoader = { | ||
@@ -17,0 +17,0 @@ id: 'wms-error', |
import { parseCSWCapabilities } from './lib/parsers/csw/parse-csw-capabilities'; | ||
const VERSION = typeof "4.0.0-alpha.26" !== 'undefined' ? "4.0.0-alpha.26" : 'latest'; | ||
const VERSION = typeof "4.0.0-beta.1" !== 'undefined' ? "4.0.0-beta.1" : 'latest'; | ||
export const CSWCapabilitiesLoader = { | ||
@@ -4,0 +4,0 @@ id: 'csw-capabilities', |
import { parseCSWDomain } from './lib/parsers/csw/parse-csw-domain'; | ||
const VERSION = typeof "4.0.0-alpha.26" !== 'undefined' ? "4.0.0-alpha.26" : 'latest'; | ||
const VERSION = typeof "4.0.0-beta.1" !== 'undefined' ? "4.0.0-beta.1" : 'latest'; | ||
export const CSWDomainLoader = { | ||
@@ -4,0 +4,0 @@ id: 'csw-domain', |
import { parseCSWRecords } from './lib/parsers/csw/parse-csw-records'; | ||
const VERSION = typeof "4.0.0-alpha.26" !== 'undefined' ? "4.0.0-alpha.26" : 'latest'; | ||
const VERSION = typeof "4.0.0-beta.1" !== 'undefined' ? "4.0.0-beta.1" : 'latest'; | ||
export const CSWRecordsLoader = { | ||
@@ -4,0 +4,0 @@ id: 'csw-records', |
import { parseGML } from './lib/parsers/gml/parse-gml'; | ||
const VERSION = typeof "4.0.0-alpha.26" !== 'undefined' ? "4.0.0-alpha.26" : 'latest'; | ||
const VERSION = typeof "4.0.0-beta.1" !== 'undefined' ? "4.0.0-beta.1" : 'latest'; | ||
export const GMLLoader = { | ||
@@ -4,0 +4,0 @@ name: 'GML', |
@@ -10,9 +10,10 @@ export { CSWCapabilitiesLoader } from './csw-capabilities-loader'; | ||
export { GMLLoader as _GMLLoader } from './gml-loader'; | ||
export { ImageSource } from './lib/sources/image-source'; | ||
export { createImageSource } from './lib/create-image-source'; | ||
export { ImageService } from './lib/services/generic/image-service'; | ||
export { CSWService } from './lib/services/ogc/csw-service'; | ||
export { WMSService } from './lib/services/ogc/wms-service'; | ||
export { getArcGISServices as _getArcGISServices } from './lib/services/arcgis/arcgis-server'; | ||
export { ArcGISImageServer as _ArcGISImageServer } from './lib/services/arcgis/arcgis-image-service'; | ||
export { createImageService } from './lib/services/create-image-service'; | ||
export { createImageSource } from './services/create-image-source'; | ||
export { ImageService } from './lib/services/image-service'; | ||
export { CSWService } from './services/ogc/csw-service'; | ||
export { WMSSource, WMSService } from './services/ogc/wms-service'; | ||
export { getArcGISServices as _getArcGISServices } from './services/arcgis/arcgis-server'; | ||
export { ArcGISImageService as _ArcGISImageService } from './services/arcgis/arcgis-image-service'; | ||
export { ImageSource } from '@loaders.gl/loader-utils'; | ||
//# sourceMappingURL=index.js.map |
import * as Lerc from 'lerc'; | ||
const VERSION = typeof "4.0.0-alpha.26" !== 'undefined' ? "4.0.0-alpha.26" : 'latest'; | ||
const VERSION = typeof "4.0.0-beta.1" !== 'undefined' ? "4.0.0-beta.1" : 'latest'; | ||
export const LERCLoader = { | ||
@@ -4,0 +4,0 @@ id: 'lerc', |
import { parseWCSCapabilities } from './lib/wcs/parse-wcs-capabilities'; | ||
const VERSION = typeof "4.0.0-alpha.26" !== 'undefined' ? "4.0.0-alpha.26" : 'latest'; | ||
const VERSION = typeof "4.0.0-beta.1" !== 'undefined' ? "4.0.0-beta.1" : 'latest'; | ||
export const WCSCapabilitiesLoader = { | ||
@@ -4,0 +4,0 @@ id: 'wcs-capabilities', |
import { parseWFSCapabilities } from './lib/wfs/parse-wfs-capabilities'; | ||
const VERSION = typeof "4.0.0-alpha.26" !== 'undefined' ? "4.0.0-alpha.26" : 'latest'; | ||
const VERSION = typeof "4.0.0-beta.1" !== 'undefined' ? "4.0.0-beta.1" : 'latest'; | ||
export const WFSCapabilitiesLoader = { | ||
@@ -4,0 +4,0 @@ id: 'wfs-capabilities', |
import { parseWMTSCapabilities } from './lib/wmts/parse-wmts-capabilities'; | ||
const VERSION = typeof "4.0.0-alpha.26" !== 'undefined' ? "4.0.0-alpha.26" : 'latest'; | ||
const VERSION = typeof "4.0.0-beta.1" !== 'undefined' ? "4.0.0-beta.1" : 'latest'; | ||
export const WMTSCapabilitiesLoader = { | ||
@@ -4,0 +4,0 @@ id: 'wmts-capabilities', |
import { parseWMSCapabilities } from './lib/parsers/wms/parse-wms-capabilities'; | ||
const VERSION = typeof "4.0.0-alpha.26" !== 'undefined' ? "4.0.0-alpha.26" : 'latest'; | ||
const VERSION = typeof "4.0.0-beta.1" !== 'undefined' ? "4.0.0-beta.1" : 'latest'; | ||
export const WMSCapabilitiesLoader = { | ||
@@ -4,0 +4,0 @@ id: 'wms-capabilities', |
import { parseWMSError } from './lib/parsers/wms/parse-wms-error'; | ||
const VERSION = typeof "4.0.0-alpha.26" !== 'undefined' ? "4.0.0-alpha.26" : 'latest'; | ||
const VERSION = typeof "4.0.0-beta.1" !== 'undefined' ? "4.0.0-beta.1" : 'latest'; | ||
export const WMSErrorLoader = { | ||
@@ -4,0 +4,0 @@ id: 'wms-error', |
@@ -23,14 +23,15 @@ export type { CSWLoaderOptions } from './csw-capabilities-loader'; | ||
export type { ImageType } from '@loaders.gl/images'; | ||
export type { ImageSourceProps, ImageSourceMetadata } from './lib/sources/image-source'; | ||
export { ImageSource } from './lib/sources/image-source'; | ||
export type { ImageServiceType } from './lib/create-image-source'; | ||
export { createImageSource } from './lib/create-image-source'; | ||
export type { ImageServiceProps } from './lib/services/generic/image-service'; | ||
export { ImageService } from './lib/services/generic/image-service'; | ||
export { CSWService } from './lib/services/ogc/csw-service'; | ||
export { WMSService } from './lib/services/ogc/wms-service'; | ||
export { getArcGISServices as _getArcGISServices } from './lib/services/arcgis/arcgis-server'; | ||
export { ArcGISImageServer as _ArcGISImageServer } from './lib/services/arcgis/arcgis-image-service'; | ||
export type { CreateImageServiceProps } from './lib/services/create-image-service'; | ||
export { createImageService } from './lib/services/create-image-service'; | ||
export type { ImageServiceType } from './services/create-image-source'; | ||
export { createImageSource } from './services/create-image-source'; | ||
export type { ImageServiceProps } from './lib/services/image-service'; | ||
export { ImageService } from './lib/services/image-service'; | ||
export { CSWService } from './services/ogc/csw-service'; | ||
export { WMSSource, WMSService } from './services/ogc/wms-service'; | ||
export { getArcGISServices as _getArcGISServices } from './services/arcgis/arcgis-server'; | ||
export { ArcGISImageService as _ArcGISImageService } from './services/arcgis/arcgis-image-service'; | ||
/** @deprecated Use WMSCapabilitiesLoaderOptions */ | ||
export type { WMSCapabilitiesLoaderOptions as WMSLoaderOptions } from './wms-capabilities-loader'; | ||
export { ImageSource } from '@loaders.gl/loader-utils'; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -31,2 +31,3 @@ import type { LoaderWithParser } from '@loaders.gl/loader-utils'; | ||
} | undefined) => any) | undefined; | ||
parseFile?: ((file: Blob, options?: import("../wms-capabilities-loader").WMSCapabilitiesLoaderOptions | undefined, context?: import("@loaders.gl/loader-utils").LoaderContext | undefined) => Promise<import("../wms-capabilities-loader").WMSCapabilities>) | undefined; | ||
parseSync?: ((arrayBuffer: ArrayBuffer, options?: import("../wms-capabilities-loader").WMSCapabilitiesLoaderOptions | undefined, context?: import("@loaders.gl/loader-utils").LoaderContext | undefined) => import("../wms-capabilities-loader").WMSCapabilities) | undefined; | ||
@@ -33,0 +34,0 @@ parseText?: ((text: string, options?: import("../wms-capabilities-loader").WMSCapabilitiesLoaderOptions | undefined, context?: import("@loaders.gl/loader-utils").LoaderContext | undefined) => Promise<import("../wms-capabilities-loader").WMSCapabilities>) | undefined; |
{ | ||
"name": "@loaders.gl/wms", | ||
"version": "4.0.0-alpha.26", | ||
"version": "4.0.0-beta.1", | ||
"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": "4.0.0-alpha.26", | ||
"@loaders.gl/loader-utils": "4.0.0-alpha.26", | ||
"@loaders.gl/schema": "4.0.0-alpha.26", | ||
"@loaders.gl/xml": "4.0.0-alpha.26", | ||
"@loaders.gl/images": "4.0.0-beta.1", | ||
"@loaders.gl/loader-utils": "4.0.0-beta.1", | ||
"@loaders.gl/schema": "4.0.0-beta.1", | ||
"@loaders.gl/xml": "4.0.0-beta.1", | ||
"@turf/rewind": "^5.1.5", | ||
@@ -51,3 +51,3 @@ "deep-strict-equal": "^0.2.0", | ||
}, | ||
"gitHead": "91adce71f74dacc7c8bfc379f0d122f2beae70d9" | ||
"gitHead": "35c625e67132b0784e597d9ddabae8aefea29ff2" | ||
} |
@@ -57,22 +57,23 @@ // loaders.gl, MIT license | ||
export type {ImageType} from '@loaders.gl/images'; | ||
export type {ImageSourceProps, ImageSourceMetadata} from './lib/sources/image-source'; | ||
export {ImageSource} from './lib/sources/image-source'; | ||
export type {ImageServiceType} from './lib/create-image-source'; | ||
export {createImageSource} from './lib/create-image-source'; | ||
export type {CreateImageServiceProps} from './lib/services/create-image-service'; | ||
export {createImageService} from './lib/services/create-image-service'; | ||
export type {ImageServiceType} from './services/create-image-source'; | ||
export {createImageSource} from './services/create-image-source'; | ||
// Generic (Template URL) Services | ||
export type {ImageServiceProps} from './lib/services/generic/image-service'; | ||
export {ImageService} from './lib/services/generic/image-service'; | ||
export type {ImageServiceProps} from './lib/services/image-service'; | ||
export {ImageService} from './lib/services/image-service'; | ||
// OGC Services | ||
export {CSWService} from './lib/services/ogc/csw-service'; | ||
export {WMSService} from './lib/services/ogc/wms-service'; | ||
export {CSWService} from './services/ogc/csw-service'; | ||
export {WMSSource, WMSService} from './services/ogc/wms-service'; | ||
// ArcGIS Services | ||
export {getArcGISServices as _getArcGISServices} from './lib/services/arcgis/arcgis-server'; | ||
export {ArcGISImageServer as _ArcGISImageServer} from './lib/services/arcgis/arcgis-image-service'; | ||
export {getArcGISServices as _getArcGISServices} from './services/arcgis/arcgis-server'; | ||
export {ArcGISImageService as _ArcGISImageService} from './services/arcgis/arcgis-image-service'; | ||
@@ -86,1 +87,4 @@ // LERC - Limited Error Raster Compression | ||
export type {WMSCapabilitiesLoaderOptions as WMSLoaderOptions} from './wms-capabilities-loader'; | ||
// TODO - restore once deck.gl has been udpated | ||
export {ImageSource} from '@loaders.gl/loader-utils'; |
Sorry, the diff of this file is too big to display
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
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
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
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
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
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
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
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
11
1134703
290
14143
+ Added@loaders.gl/images@4.0.0-beta.1(transitive)
+ Added@loaders.gl/loader-utils@4.0.0-beta.1(transitive)
+ Added@loaders.gl/schema@4.0.0-beta.1(transitive)
+ Added@loaders.gl/worker-utils@4.0.0-beta.1(transitive)
+ Added@loaders.gl/xml@4.0.0-beta.1(transitive)
- Removed@loaders.gl/images@4.0.0-alpha.26(transitive)
- Removed@loaders.gl/loader-utils@4.0.0-alpha.26(transitive)
- Removed@loaders.gl/schema@4.0.0-alpha.26(transitive)
- Removed@loaders.gl/worker-utils@4.0.0-alpha.26(transitive)
- Removed@loaders.gl/xml@4.0.0-alpha.26(transitive)
Updated@loaders.gl/xml@4.0.0-beta.1