Fix documentation for GML class.

This commit is contained in:
Simon Seyock
2021-07-02 10:53:01 +02:00
parent 15f32544e9
commit 20d1b907bd

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