Skip to content

Commit

Permalink
Fix BingTiledImageLayer issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
ComBatVision committed Sep 29, 2022
1 parent 941cea5 commit e067592
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/layer/BingTiledImageLayer.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,11 @@
define([
'../util/Color',
'../shapes/ScreenImage',
'../layer/MercatorTiledImageLayer',
'../WorldWind'
'../layer/MercatorTiledImageLayer'
],
function (Color,
ScreenImage,
MercatorTiledImageLayer,
WorldWind) {
MercatorTiledImageLayer) {
"use strict";

/**
Expand Down

0 comments on commit e067592

Please sign in to comment.