From 4cc4c157fb2a1e149eabe02879924691b80fd230 Mon Sep 17 00:00:00 2001 From: Tim Schaub Date: Thu, 20 Feb 2014 15:32:18 -0700 Subject: [PATCH] No WFS parser currently --- src/objectliterals.jsdoc | 25 ------------------------- 1 file changed, 25 deletions(-) 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.