diff --git a/src/objectliterals.jsdoc b/src/objectliterals.jsdoc index 3730f6e906..85982e99c3 100644 --- a/src/objectliterals.jsdoc +++ b/src/objectliterals.jsdoc @@ -551,31 +551,6 @@ * @todo stability experimental */ -/** - * @typedef {Object} olx.parser.WFSWriteGetFeatureOptions - * @property {string} featureNS The namespace URI used for features. - * @property {string} featurePrefix The prefix for the feature namespace. - * @property {Array.} featureTypes The feature type names. - * @property {string|undefined} srsName SRS name. For WFS 1.1.0, this is - * required. In WFS 1.0.0, no srsName attribute will be set on geometries - * when this is not provided. - * @property {string|undefined} handle Handle. - * @property {string|undefined} outputFormat Output format. - * @property {number} maxFeatures Maximum number of features to fetch. - */ - -/** - * @typedef {Object} olx.parser.WFSWriteTransactionOptions - * @property {string} featureNS The namespace URI used for features. - * @property {string} featurePrefix The prefix for the feature namespace. - * @property {string} featureType The feature type name. - * @property {string|undefined} srsName SRS name. No srsName attribute will be - * set on geometries when this is not provided. - * @property {string|undefined} handle Handle. - * @property {Array.} nativeElements Native elements. Currently not - * supported. - */ - /** * @typedef {Object} olx.FeatureOverlayOptions * @property {Array.|ol.Collection|undefined} features Features.