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.
- package/package/v-openlayers.mjs +0 -2
- package/package.json +1 -1
package/package/v-openlayers.mjs
CHANGED
|
@@ -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