Rename _ol_reproj_Image_ to ReprojImage

This commit is contained in:
Tim Schaub
2018-01-11 10:27:16 -07:00
parent 5337dc31d9
commit 65d30f7ec0
4 changed files with 15 additions and 15 deletions

View File

@@ -1,12 +1,12 @@
import _ol_Image_ from '../../../../src/ol/Image.js';
import _ol_events_ from '../../../../src/ol/events.js';
import {get as getProjection} from '../../../../src/ol/proj.js';
import _ol_reproj_Image_ from '../../../../src/ol/reproj/Image.js';
import ReprojImage from '../../../../src/ol/reproj/Image.js';
describe('ol.reproj.Image', function() {
function createImage(pixelRatio) {
return new _ol_reproj_Image_(
return new ReprojImage(
getProjection('EPSG:3857'), getProjection('EPSG:4326'),
[-180, -85, 180, 85], 10, pixelRatio,
function(extent, resolution, pixelRatio) {