Merge pull request #1734 from tschaub/unused-types
Remove unused types from objectliterals.jsdoc.
This commit is contained in:
@@ -551,31 +551,6 @@
|
|||||||
* @todo stability experimental
|
* @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.<string>} 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.<Object>} nativeElements Native elements. Currently not
|
|
||||||
* supported.
|
|
||||||
*/
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @typedef {Object} olx.FeatureOverlayOptions
|
* @typedef {Object} olx.FeatureOverlayOptions
|
||||||
* @property {Array.<ol.Feature>|ol.Collection|undefined} features Features.
|
* @property {Array.<ol.Feature>|ol.Collection|undefined} features Features.
|
||||||
|
|||||||
Reference in New Issue
Block a user