Merge pull request #12459 from simonseyock/gml-fix

Fix documentation for GML class.
This commit is contained in:
Andreas Hocevar
2021-07-04 15:22:30 +02:00
committed by GitHub

View File

@@ -4,11 +4,11 @@
import GML3 from './GML3.js';
/**
* @classdesc
* Feature format for reading and writing data in the GML format
* version 3.1.1.
* Currently only supports GML 3.1.1 Simple Features profile.
*
* @class
* @param {import("./GMLBase.js").Options} [opt_options]
* Optional configuration object.
* @api