同步操作将从 osmapgis/MapGIS-WebClient-JavaScript 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
/*** @module ol/format/GML*/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.** @param {import("./GMLBase.js").Options=} opt_options* Optional configuration object.* @api*/const GML = GML3;/*** Encode an array of features in GML 3.1.1 Simple Features.** @function* @param {Array<import("../Feature.js").default>} features Features.* @param {import("./Feature.js").WriteOptions=} opt_options Options.* @return {string} Result.* @api*/GML.prototype.writeFeatures;/*** Encode an array of features in the GML 3.1.1 format as an XML node.** @function* @param {Array<import("../Feature.js").default>} features Features.* @param {import("./Feature.js").WriteOptions=} opt_options Options.* @return {Node} Node.* @api*/GML.prototype.writeFeaturesNode;export default GML;
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。