Merge pull request #12459 from simonseyock/gml-fix
Fix documentation for GML class.
This commit is contained in:
@@ -4,11 +4,11 @@
|
|||||||
import GML3 from './GML3.js';
|
import GML3 from './GML3.js';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @classdesc
|
|
||||||
* Feature format for reading and writing data in the GML format
|
* Feature format for reading and writing data in the GML format
|
||||||
* version 3.1.1.
|
* version 3.1.1.
|
||||||
* Currently only supports GML 3.1.1 Simple Features profile.
|
* Currently only supports GML 3.1.1 Simple Features profile.
|
||||||
*
|
*
|
||||||
|
* @class
|
||||||
* @param {import("./GMLBase.js").Options} [opt_options]
|
* @param {import("./GMLBase.js").Options} [opt_options]
|
||||||
* Optional configuration object.
|
* Optional configuration object.
|
||||||
* @api
|
* @api
|
||||||
|
|||||||
Reference in New Issue
Block a user