Merge pull request #12741 from mike-000/GMLBase

Minimal documentation for GMLBase
This commit is contained in:
Tim Schaub
2021-09-15 08:42:08 -06:00
committed by GitHub
+1
View File
@@ -90,6 +90,7 @@ const ONLY_WHITESPACE_RE = /^[\s\xa0]*$/;
* is shared with versioned format classes GML2 and GML3. * is shared with versioned format classes GML2 and GML3.
* *
* @abstract * @abstract
* @api
*/ */
class GMLBase extends XMLFeature { class GMLBase extends XMLFeature {
/** /**