Module type for ol.format.XML
This commit is contained in:
@@ -9,7 +9,7 @@ import {makeObjectPropertyPusher, makeObjectPropertySetter, makeStructureNS, pus
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @constructor
|
* @constructor
|
||||||
* @extends {ol.format.XML}
|
* @extends {module:ol/format/XML~XML}
|
||||||
*/
|
*/
|
||||||
const OWS = function() {
|
const OWS = function() {
|
||||||
XML.call(this);
|
XML.call(this);
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ import {makeArrayPusher, makeObjectPropertyPusher, makeObjectPropertySetter,
|
|||||||
* Format for reading WMS capabilities data
|
* Format for reading WMS capabilities data
|
||||||
*
|
*
|
||||||
* @constructor
|
* @constructor
|
||||||
* @extends {ol.format.XML}
|
* @extends {module:ol/format/XML~XML}
|
||||||
* @api
|
* @api
|
||||||
*/
|
*/
|
||||||
const WMSCapabilities = function() {
|
const WMSCapabilities = function() {
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ import {pushParseAndPop, makeStructureNS,
|
|||||||
* Format for reading WMTS capabilities data.
|
* Format for reading WMTS capabilities data.
|
||||||
*
|
*
|
||||||
* @constructor
|
* @constructor
|
||||||
* @extends {ol.format.XML}
|
* @extends {module:ol/format/XML~XML}
|
||||||
* @api
|
* @api
|
||||||
*/
|
*/
|
||||||
const WMTSCapabilities = function() {
|
const WMTSCapabilities = function() {
|
||||||
|
|||||||
Reference in New Issue
Block a user