气象站监测页面完成

This commit is contained in:
2023-07-05 13:56:04 +08:00
parent 7c2a51edff
commit 2940fc66fc
16 changed files with 1247 additions and 1474 deletions

View File

@ -14485,7 +14485,7 @@ goog.require('ol.math');
*
* @constructor
* @extends {ol.geom.SimpleGeometry}
* @param {ol.Coordinate} coordinates Coordinates.
* @param {number[]} coordinates Coordinates.
* @param {ol.geom.GeometryLayout=} opt_layout Layout.
* @api
*/
@ -56872,7 +56872,7 @@ goog.require('ol.geom.flat.deflate');
*
* @constructor
* @extends {ol.geom.SimpleGeometry}
* @param {ol.Coordinate} center Center.
* @param {*[]} center Center.
* @param {number=} opt_radius Radius.
* @param {ol.geom.GeometryLayout=} opt_layout Layout.
* @api