Merge pull request #7741 from ahocevar/typecheck-full-build

Type checking and full build creation
This commit is contained in:
Andreas Hocevar
2018-02-10 02:09:31 +01:00
committed by GitHub
24 changed files with 278 additions and 101 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ import {createCanvasContext2D} from '../dom.js';
import {listen} from '../events.js';
import Event from '../events/Event.js';
import EventType from '../events/EventType.js';
import {Processor} from 'pixelworks';
import {Processor} from 'pixelworks/lib/index';
import {equals, getCenter, getHeight, getWidth} from '../extent.js';
import ImageLayer from '../layer/Image.js';
import TileLayer from '../layer/Tile.js';
+2 -1
View File
@@ -1,4 +1,5 @@
/**
* @type {string} Default WMS version.
* Default WMS version.
* @type {string}
*/
export const DEFAULT_WMS_VERSION = '1.3.0';