v-openlayers 2.10.3 → 2.10.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -12685,7 +12685,6 @@ class LayerHandler {
12685
12685
  });
12686
12686
  }
12687
12687
  getWmsImageTile(options) {
12688
- console.log("test wms tile", options);
12689
12688
  return new TileLayer({
12690
12689
  source: new TileWMS({
12691
12690
  projection: options.prj,
@@ -17047,7 +17046,6 @@ class VMap {
17047
17046
  prj
17048
17047
  });
17049
17048
  this.parseLayerOptions(options);
17050
- console.log("layeroptions...........", options);
17051
17049
  let layer = null;
17052
17050
  switch (options.type) {
17053
17051
  case V_MAP_PROVIDER["wmts-xml"]:
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "v-openlayers",
3
3
  "description": "基于vue3+openlayers封装的组件库",
4
4
  "author": "kangjinrui<1092014304@qq.com>",
5
- "version": "2.10.3",
5
+ "version": "2.10.4",
6
6
  "private": false,
7
7
  "main": "package/v-openlayers.mjs",
8
8
  "module": "package/v-openlayers.mjs",