Merge pull request #3462 from ahocevar/gml-base-noapi
Remove ol.format.GMLBase from the API
This commit is contained in:
@@ -29,7 +29,7 @@ goog.require('ol.xml');
|
|||||||
* Abstract base class; normally only used for creating subclasses and not
|
* Abstract base class; normally only used for creating subclasses and not
|
||||||
* instantiated in apps.
|
* instantiated in apps.
|
||||||
* Feature base format for reading and writing data in the GML format.
|
* Feature base format for reading and writing data in the GML format.
|
||||||
* This class cannot be instantiate, it contains only base content that
|
* This class cannot be instantiated, it contains only base content that
|
||||||
* is shared with versioned format classes ol.format.GML2 and
|
* is shared with versioned format classes ol.format.GML2 and
|
||||||
* ol.format.GML3.
|
* ol.format.GML3.
|
||||||
*
|
*
|
||||||
@@ -37,7 +37,6 @@ goog.require('ol.xml');
|
|||||||
* @param {olx.format.GMLOptions=} opt_options
|
* @param {olx.format.GMLOptions=} opt_options
|
||||||
* Optional configuration object.
|
* Optional configuration object.
|
||||||
* @extends {ol.format.XMLFeature}
|
* @extends {ol.format.XMLFeature}
|
||||||
* @api
|
|
||||||
*/
|
*/
|
||||||
ol.format.GMLBase = function(opt_options) {
|
ol.format.GMLBase = function(opt_options) {
|
||||||
var options = /** @type {olx.format.GMLOptions} */
|
var options = /** @type {olx.format.GMLOptions} */
|
||||||
|
|||||||
Reference in New Issue
Block a user