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

View File

@@ -90,6 +90,7 @@ const ONLY_WHITESPACE_RE = /^[\s\xa0]*$/;
* is shared with versioned format classes GML2 and GML3.
*
* @abstract
* @api
*/
class GMLBase extends XMLFeature {
/**