fix(type/ol): add import 'ol' from 'openalyers' (#23025)

* Initialize ol type

* Type definitions

* import openlayers

* Update tsconfig.json

* Update index.d.ts

* fix(): no-declare-current-package

* lint(): new line at end of files

* fix(test, lint)

* fix(tsconfig): format tsconfig.json

* fix(types/ol): add import 'ol' from 'openalyers'
This commit is contained in:
YairTawil
2018-01-18 13:29:51 -08:00
committed by Wesley Wigham
parent 9b9df23750
commit fa562df8d1
152 changed files with 304 additions and 0 deletions
+2
View File
@@ -1 +1,3 @@
import * as ol from 'openlayers';
export default ol.AssertionError;
+2
View File
@@ -1 +1,3 @@
import * as ol from 'openlayers';
export default ol.Attribution;
+2
View File
@@ -1 +1,3 @@
import * as ol from 'openlayers';
export default ol.Collection;
+2
View File
@@ -1 +1,3 @@
import * as ol from 'openlayers';
export default ol.color;
+2
View File
@@ -1 +1,3 @@
import * as ol from 'openlayers';
export default ol.colorlike;
+2
View File
@@ -1 +1,3 @@
import * as ol from 'openlayers';
export default ol.control.Attribution;
+2
View File
@@ -1 +1,3 @@
import * as ol from 'openlayers';
export default ol.control.Control;
+2
View File
@@ -1 +1,3 @@
import * as ol from 'openlayers';
export default ol.control.FullScreen;
+2
View File
@@ -1 +1,3 @@
import * as ol from 'openlayers';
export default ol.control;
+2
View File
@@ -1 +1,3 @@
import * as ol from 'openlayers';
export default ol.control.MousePosition;
+2
View File
@@ -1 +1,3 @@
import * as ol from 'openlayers';
export default ol.control.OverviewMap;
+2
View File
@@ -1 +1,3 @@
import * as ol from 'openlayers';
export default ol.control.Rotate;
+2
View File
@@ -1 +1,3 @@
import * as ol from 'openlayers';
export default ol.control.ScaleLine;
+2
View File
@@ -1 +1,3 @@
import * as ol from 'openlayers';
export default ol.control.Zoom;
+2
View File
@@ -1 +1,3 @@
import * as ol from 'openlayers';
export default ol.control.ZoomSlider;
+2
View File
@@ -1 +1,3 @@
import * as ol from 'openlayers';
export default ol.control.ZoomToExtent;
+2
View File
@@ -1 +1,3 @@
import * as ol from 'openlayers';
export default ol.coordinate;
+2
View File
@@ -1 +1,3 @@
import * as ol from 'openlayers';
export default ol.DeviceOrientation;
+2
View File
@@ -1 +1,3 @@
import * as ol from 'openlayers';
export default ol.Disposable;
+2
View File
@@ -1 +1,3 @@
import * as ol from 'openlayers';
export default ol.easing;
+2
View File
@@ -1 +1,3 @@
import * as ol from 'openlayers';
export default ol.events.condition;
+2
View File
@@ -1 +1,3 @@
import * as ol from 'openlayers';
export default ol.events.Event;
+2
View File
@@ -1 +1,3 @@
import * as ol from 'openlayers';
export default ol.events.EventTarget;
+2
View File
@@ -1 +1,3 @@
import * as ol from 'openlayers';
export default ol.events;
+2
View File
@@ -1 +1,3 @@
import * as ol from 'openlayers';
export default ol.extent;
+2
View File
@@ -1 +1,3 @@
import * as ol from 'openlayers';
export default ol.Feature;
+2
View File
@@ -1 +1,3 @@
import * as ol from 'openlayers';
export default ol.featureloader;
+2
View File
@@ -1 +1,3 @@
import * as ol from 'openlayers';
export default ol.format.EsriJSON;
+2
View File
@@ -1 +1,3 @@
import * as ol from 'openlayers';
export default ol.format.Feature;
+2
View File
@@ -1 +1,3 @@
import * as ol from 'openlayers';
export default ol.format.filter;
+2
View File
@@ -1 +1,3 @@
import * as ol from 'openlayers';
export default ol.format.GeoJSON;
+2
View File
@@ -1 +1,3 @@
import * as ol from 'openlayers';
export default ol.format.GML2;
+2
View File
@@ -1 +1,3 @@
import * as ol from 'openlayers';
export default ol.format.GML3;
+2
View File
@@ -1 +1,3 @@
import * as ol from 'openlayers';
export default ol.format.GMLBase;
+2
View File
@@ -1 +1,3 @@
import * as ol from 'openlayers';
export default ol.format.GPX;
+2
View File
@@ -1 +1,3 @@
import * as ol from 'openlayers';
export default ol.format.IGC;
+2
View File
@@ -1 +1,3 @@
import * as ol from 'openlayers';
export default ol.format.JSONFeature;
+2
View File
@@ -1 +1,3 @@
import * as ol from 'openlayers';
export default ol.format.KML;
+2
View File
@@ -1 +1,3 @@
import * as ol from 'openlayers';
export default ol.format.MVT;
+2
View File
@@ -1 +1,3 @@
import * as ol from 'openlayers';
export default ol.format.OSMXML;
+2
View File
@@ -1 +1,3 @@
import * as ol from 'openlayers';
export default ol.format.Polyline;
+2
View File
@@ -1 +1,3 @@
import * as ol from 'openlayers';
export default ol.format.TextFeature;
+2
View File
@@ -1 +1,3 @@
import * as ol from 'openlayers';
export default ol.format.TopoJSON;
+2
View File
@@ -1 +1,3 @@
import * as ol from 'openlayers';
export default ol.format.WFS;
+2
View File
@@ -1 +1,3 @@
import * as ol from 'openlayers';
export default ol.format.WKT;
+2
View File
@@ -1 +1,3 @@
import * as ol from 'openlayers';
export default ol.format.WMSCapabilities;
+2
View File
@@ -1 +1,3 @@
import * as ol from 'openlayers';
export default ol.format.WMSGetFeatureInfo;
+2
View File
@@ -1 +1,3 @@
import * as ol from 'openlayers';
export default ol.format.WMTSCapabilities;
+2
View File
@@ -1 +1,3 @@
import * as ol from 'openlayers';
export default ol.format.XML;
+2
View File
@@ -1 +1,3 @@
import * as ol from 'openlayers';
export default ol.format.XMLFeature;
+2
View File
@@ -1 +1,3 @@
import * as ol from 'openlayers';
export default ol.Geolocation;
+2
View File
@@ -1 +1,3 @@
import * as ol from 'openlayers';
export default ol.geom.Circle;
+2
View File
@@ -1 +1,3 @@
import * as ol from 'openlayers';
export default ol.geom.Geometry;
+2
View File
@@ -1 +1,3 @@
import * as ol from 'openlayers';
export default ol.geom.GeometryCollection;
+2
View File
@@ -1 +1,3 @@
import * as ol from 'openlayers';
export default ol.geom.LinearRing;
+2
View File
@@ -1 +1,3 @@
import * as ol from 'openlayers';
export default ol.geom.LineString;
+2
View File
@@ -1 +1,3 @@
import * as ol from 'openlayers';
export default ol.geom.MultiLineString;
+2
View File
@@ -1 +1,3 @@
import * as ol from 'openlayers';
export default ol.geom.MultiPoint;
+2
View File
@@ -1 +1,3 @@
import * as ol from 'openlayers';
export default ol.geom.MultiPolygon;
+2
View File
@@ -1 +1,3 @@
import * as ol from 'openlayers';
export default ol.geom.Point;
+2
View File
@@ -1 +1,3 @@
import * as ol from 'openlayers';
export default ol.geom.Polygon;
+2
View File
@@ -1 +1,3 @@
import * as ol from 'openlayers';
export default ol.geom.SimpleGeometry;
+2
View File
@@ -1 +1,3 @@
import * as ol from 'openlayers';
export default ol.Graticule;
+2
View File
@@ -1 +1,3 @@
import * as ol from 'openlayers';
export default ol.Image;
+2
View File
@@ -1 +1,3 @@
import * as ol from 'openlayers';
export default ol.ImageBase;
+2
View File
@@ -1 +1,3 @@
import * as ol from 'openlayers';
export default ol.ImageTile;
+2
View File
@@ -1 +1,3 @@
import * as ol from 'openlayers';
export default ol.interaction.DoubleClickZoom;
+2
View File
@@ -1 +1,3 @@
import * as ol from 'openlayers';
export default ol.interaction.DragAndDrop;
+2
View File
@@ -1 +1,3 @@
import * as ol from 'openlayers';
export default ol.interaction.DragBox;
+2
View File
@@ -1 +1,3 @@
import * as ol from 'openlayers';
export default ol.interaction.DragPan;
+2
View File
@@ -1 +1,3 @@
import * as ol from 'openlayers';
export default ol.interaction.DragRotate;
+2
View File
@@ -1 +1,3 @@
import * as ol from 'openlayers';
export default ol.interaction.DragRotateAndZoom;
+2
View File
@@ -1 +1,3 @@
import * as ol from 'openlayers';
export default ol.interaction.DragZoom;
+2
View File
@@ -1 +1,3 @@
import * as ol from 'openlayers';
export default ol.interaction.Draw;
+2
View File
@@ -1 +1,3 @@
import * as ol from 'openlayers';
export default ol.interaction;
+2
View File
@@ -1 +1,3 @@
import * as ol from 'openlayers';
export default ol.interaction.Interaction;
+2
View File
@@ -1 +1,3 @@
import * as ol from 'openlayers';
export default ol.interaction.KeyboardPan;
+2
View File
@@ -1 +1,3 @@
import * as ol from 'openlayers';
export default ol.interaction.KeyboardZoom;
+2
View File
@@ -1 +1,3 @@
import * as ol from 'openlayers';
export default ol.interaction.Modify;
+2
View File
@@ -1 +1,3 @@
import * as ol from 'openlayers';
export default ol.interaction.MouseWheelZoom;
+2
View File
@@ -1 +1,3 @@
import * as ol from 'openlayers';
export default ol.interaction.PinchRotate;
+2
View File
@@ -1 +1,3 @@
import * as ol from 'openlayers';
export default ol.interaction.PinchZoom;
+2
View File
@@ -1 +1,3 @@
import * as ol from 'openlayers';
export default ol.interaction.Pointer;
+2
View File
@@ -1 +1,3 @@
import * as ol from 'openlayers';
export default ol.interaction.Select;
+2
View File
@@ -1 +1,3 @@
import * as ol from 'openlayers';
export default ol.interaction.Snap;
+2
View File
@@ -1 +1,3 @@
import * as ol from 'openlayers';
export default ol.interaction.Translate;
+2
View File
@@ -1 +1,3 @@
import * as ol from 'openlayers';
export default ol.Kinetic;
+2
View File
@@ -1 +1,3 @@
import * as ol from 'openlayers';
export default ol.layer.Base;
+2
View File
@@ -1 +1,3 @@
import * as ol from 'openlayers';
export default ol.layer.Group;
+2
View File
@@ -1 +1,3 @@
import * as ol from 'openlayers';
export default ol.layer.Heatmap;
+2
View File
@@ -1 +1,3 @@
import * as ol from 'openlayers';
export default ol.layer.Image;
+2
View File
@@ -1 +1,3 @@
import * as ol from 'openlayers';
export default ol.layer.Layer;
+2
View File
@@ -1 +1,3 @@
import * as ol from 'openlayers';
export default ol.layer.Tile;
+2
View File
@@ -1 +1,3 @@
import * as ol from 'openlayers';
export default ol.layer.Vector;
+2
View File
@@ -1 +1,3 @@
import * as ol from 'openlayers';
export default ol.layer.VectorTile;
+2
View File
@@ -1 +1,3 @@
import * as ol from 'openlayers';
export default ol.loadingstrategy;
+2
View File
@@ -1 +1,3 @@
import * as ol from 'openlayers';
export default ol.Map;
+2
View File
@@ -1 +1,3 @@
import * as ol from 'openlayers';
export default ol.MapBrowserEvent;
+2
View File
@@ -1 +1,3 @@
import * as ol from 'openlayers';
export default ol.MapBrowserPointerEvent;
+2
View File
@@ -1 +1,3 @@
import * as ol from 'openlayers';
export default ol.MapEvent;

Some files were not shown because too many files have changed in this diff Show More