From fa562df8d18d07ef575a503d10e8543e3abe316a Mon Sep 17 00:00:00 2001 From: YairTawil Date: Thu, 18 Jan 2018 23:29:51 +0200 Subject: [PATCH] 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' --- types/ol/assertionerror/index.d.ts | 2 ++ types/ol/attribution/index.d.ts | 2 ++ types/ol/collection/index.d.ts | 2 ++ types/ol/color/index.d.ts | 2 ++ types/ol/colorlike/index.d.ts | 2 ++ types/ol/control/attribution.d.ts | 2 ++ types/ol/control/control.d.ts | 2 ++ types/ol/control/fullscreen.d.ts | 2 ++ types/ol/control/index.d.ts | 2 ++ types/ol/control/mouseposition.d.ts | 2 ++ types/ol/control/overviewmap.d.ts | 2 ++ types/ol/control/rotate.d.ts | 2 ++ types/ol/control/scaleline.d.ts | 2 ++ types/ol/control/zoom.d.ts | 2 ++ types/ol/control/zoomslider.d.ts | 2 ++ types/ol/control/zoomtoextent.d.ts | 2 ++ types/ol/coordinate/index.d.ts | 2 ++ types/ol/deviceorientation/index.d.ts | 2 ++ types/ol/disposable/index.d.ts | 2 ++ types/ol/easing/index.d.ts | 2 ++ types/ol/events/condition.d.ts | 2 ++ types/ol/events/event.d.ts | 2 ++ types/ol/events/eventtarget.d.ts | 2 ++ types/ol/events/index.d.ts | 2 ++ types/ol/extent/index.d.ts | 2 ++ types/ol/feature/index.d.ts | 2 ++ types/ol/featureloader/index.d.ts | 2 ++ types/ol/format/esrijson.d.ts | 2 ++ types/ol/format/feature.d.ts | 2 ++ types/ol/format/filter.d.ts | 2 ++ types/ol/format/geojson.d.ts | 2 ++ types/ol/format/gml2.d.ts | 2 ++ types/ol/format/gml3.d.ts | 2 ++ types/ol/format/gmlbase.d.ts | 2 ++ types/ol/format/gpx.d.ts | 2 ++ types/ol/format/igc.d.ts | 2 ++ types/ol/format/jsonfeature.d.ts | 2 ++ types/ol/format/kml.d.ts | 2 ++ types/ol/format/mvt.d.ts | 2 ++ types/ol/format/osmxml.d.ts | 2 ++ types/ol/format/polyline.d.ts | 2 ++ types/ol/format/textfeature.d.ts | 2 ++ types/ol/format/topojson.d.ts | 2 ++ types/ol/format/wfs.d.ts | 2 ++ types/ol/format/wkt.d.ts | 2 ++ types/ol/format/wmscapabilities.d.ts | 2 ++ types/ol/format/wmsgetfeatureinfo.d.ts | 2 ++ types/ol/format/wmtscapabilities.d.ts | 2 ++ types/ol/format/xml.d.ts | 2 ++ types/ol/format/xmlfeature.d.ts | 2 ++ types/ol/geolocation/index.d.ts | 2 ++ types/ol/geom/circle.d.ts | 2 ++ types/ol/geom/geometry.d.ts | 2 ++ types/ol/geom/geometrycollection.d.ts | 2 ++ types/ol/geom/linearring.d.ts | 2 ++ types/ol/geom/linestring.d.ts | 2 ++ types/ol/geom/multilinestring.d.ts | 2 ++ types/ol/geom/multipoint.d.ts | 2 ++ types/ol/geom/multipolygon.d.ts | 2 ++ types/ol/geom/point.d.ts | 2 ++ types/ol/geom/polygon.d.ts | 2 ++ types/ol/geom/simplegeometry.d.ts | 2 ++ types/ol/graticule/index.d.ts | 2 ++ types/ol/image/index.d.ts | 2 ++ types/ol/imagebase/index.d.ts | 2 ++ types/ol/imagetile/index.d.ts | 2 ++ types/ol/interaction/doubleclickzoom.d.ts | 2 ++ types/ol/interaction/draganddrop.d.ts | 2 ++ types/ol/interaction/dragbox.d.ts | 2 ++ types/ol/interaction/dragpan.d.ts | 2 ++ types/ol/interaction/dragrotate.d.ts | 2 ++ types/ol/interaction/dragrotateandzoom.d.ts | 2 ++ types/ol/interaction/dragzoom.d.ts | 2 ++ types/ol/interaction/draw.d.ts | 2 ++ types/ol/interaction/index.d.ts | 2 ++ types/ol/interaction/interaction.d.ts | 2 ++ types/ol/interaction/keyboardpan.d.ts | 2 ++ types/ol/interaction/keyboardzoom.d.ts | 2 ++ types/ol/interaction/modify.d.ts | 2 ++ types/ol/interaction/mousewheelzoom.d.ts | 2 ++ types/ol/interaction/pinchrotate.d.ts | 2 ++ types/ol/interaction/pinchzoom.d.ts | 2 ++ types/ol/interaction/pointer.d.ts | 2 ++ types/ol/interaction/select.d.ts | 2 ++ types/ol/interaction/snap.d.ts | 2 ++ types/ol/interaction/translate.d.ts | 2 ++ types/ol/kinetic/index.d.ts | 2 ++ types/ol/layer/base.d.ts | 2 ++ types/ol/layer/group.d.ts | 2 ++ types/ol/layer/heatmap.d.ts | 2 ++ types/ol/layer/image.d.ts | 2 ++ types/ol/layer/layer.d.ts | 2 ++ types/ol/layer/tile.d.ts | 2 ++ types/ol/layer/vector.d.ts | 2 ++ types/ol/layer/vectortile.d.ts | 2 ++ types/ol/loadingstrategy/index.d.ts | 2 ++ types/ol/map/index.d.ts | 2 ++ types/ol/mapbrowserevent/index.d.ts | 2 ++ types/ol/mapbrowserpointerevent/index.d.ts | 2 ++ types/ol/mapevent/index.d.ts | 2 ++ types/ol/object/index.d.ts | 2 ++ types/ol/observable/index.d.ts | 2 ++ types/ol/overlay/index.d.ts | 2 ++ types/ol/pointer/pointerevent.d.ts | 2 ++ types/ol/proj/projection.d.ts | 2 ++ types/ol/render/canvas.d.ts | 2 ++ types/ol/render/event.d.ts | 2 ++ types/ol/render/feature.d.ts | 2 ++ types/ol/render/vectorcontext.d.ts | 2 ++ types/ol/source/bingmaps.d.ts | 2 ++ types/ol/source/cartodb.d.ts | 2 ++ types/ol/source/cluster.d.ts | 2 ++ types/ol/source/image.d.ts | 2 ++ types/ol/source/imagearcgisrest.d.ts | 2 ++ types/ol/source/imagecanvas.d.ts | 2 ++ types/ol/source/imagemapguide.d.ts | 2 ++ types/ol/source/imagestatic.d.ts | 2 ++ types/ol/source/imagevector.d.ts | 2 ++ types/ol/source/imagewms.d.ts | 2 ++ types/ol/source/osm.d.ts | 2 ++ types/ol/source/raster.d.ts | 2 ++ types/ol/source/source.d.ts | 2 ++ types/ol/source/stamen.d.ts | 2 ++ types/ol/source/tile.d.ts | 2 ++ types/ol/source/tilearcgisrest.d.ts | 2 ++ types/ol/source/tiledebug.d.ts | 2 ++ types/ol/source/tileimage.d.ts | 2 ++ types/ol/source/tilejson.d.ts | 2 ++ types/ol/source/tileutfgrid.d.ts | 2 ++ types/ol/source/tilewms.d.ts | 2 ++ types/ol/source/urltile.d.ts | 2 ++ types/ol/source/vector.d.ts | 2 ++ types/ol/source/vectortile.d.ts | 2 ++ types/ol/source/wmts.d.ts | 2 ++ types/ol/source/xyz.d.ts | 2 ++ types/ol/source/zoomify.d.ts | 2 ++ types/ol/sphere/index.d.ts | 2 ++ types/ol/style/atlasmanager.d.ts | 2 ++ types/ol/style/circle.d.ts | 2 ++ types/ol/style/fill.d.ts | 2 ++ types/ol/style/icon.d.ts | 2 ++ types/ol/style/image.d.ts | 2 ++ types/ol/style/regularshape.d.ts | 2 ++ types/ol/style/stroke.d.ts | 2 ++ types/ol/style/style.d.ts | 2 ++ types/ol/style/text.d.ts | 2 ++ types/ol/tile/index.d.ts | 2 ++ types/ol/tilegrid/index.d.ts | 2 ++ types/ol/tilegrid/tilegrid.d.ts | 2 ++ types/ol/tilegrid/wmts.d.ts | 2 ++ types/ol/vectortile/index.d.ts | 2 ++ types/ol/view/index.d.ts | 2 ++ 152 files changed, 304 insertions(+) diff --git a/types/ol/assertionerror/index.d.ts b/types/ol/assertionerror/index.d.ts index 37c84c28a9..3585cd64da 100644 --- a/types/ol/assertionerror/index.d.ts +++ b/types/ol/assertionerror/index.d.ts @@ -1 +1,3 @@ +import * as ol from 'openlayers'; + export default ol.AssertionError; diff --git a/types/ol/attribution/index.d.ts b/types/ol/attribution/index.d.ts index 24809e3452..71eb87ff73 100644 --- a/types/ol/attribution/index.d.ts +++ b/types/ol/attribution/index.d.ts @@ -1 +1,3 @@ +import * as ol from 'openlayers'; + export default ol.Attribution; diff --git a/types/ol/collection/index.d.ts b/types/ol/collection/index.d.ts index b5a82e595f..5943115188 100644 --- a/types/ol/collection/index.d.ts +++ b/types/ol/collection/index.d.ts @@ -1 +1,3 @@ +import * as ol from 'openlayers'; + export default ol.Collection; diff --git a/types/ol/color/index.d.ts b/types/ol/color/index.d.ts index 76948fc521..92407b2fa4 100644 --- a/types/ol/color/index.d.ts +++ b/types/ol/color/index.d.ts @@ -1 +1,3 @@ +import * as ol from 'openlayers'; + export default ol.color; diff --git a/types/ol/colorlike/index.d.ts b/types/ol/colorlike/index.d.ts index b4ff8b4c42..5cf7ed88a8 100644 --- a/types/ol/colorlike/index.d.ts +++ b/types/ol/colorlike/index.d.ts @@ -1 +1,3 @@ +import * as ol from 'openlayers'; + export default ol.colorlike; diff --git a/types/ol/control/attribution.d.ts b/types/ol/control/attribution.d.ts index 452e6e6790..9157d3ea5e 100644 --- a/types/ol/control/attribution.d.ts +++ b/types/ol/control/attribution.d.ts @@ -1 +1,3 @@ +import * as ol from 'openlayers'; + export default ol.control.Attribution; diff --git a/types/ol/control/control.d.ts b/types/ol/control/control.d.ts index 5eb0ba55bc..221bc895aa 100644 --- a/types/ol/control/control.d.ts +++ b/types/ol/control/control.d.ts @@ -1 +1,3 @@ +import * as ol from 'openlayers'; + export default ol.control.Control; diff --git a/types/ol/control/fullscreen.d.ts b/types/ol/control/fullscreen.d.ts index cab36ec026..5f0112dd06 100644 --- a/types/ol/control/fullscreen.d.ts +++ b/types/ol/control/fullscreen.d.ts @@ -1 +1,3 @@ +import * as ol from 'openlayers'; + export default ol.control.FullScreen; diff --git a/types/ol/control/index.d.ts b/types/ol/control/index.d.ts index a7651bfa34..551c3303d8 100644 --- a/types/ol/control/index.d.ts +++ b/types/ol/control/index.d.ts @@ -1 +1,3 @@ +import * as ol from 'openlayers'; + export default ol.control; diff --git a/types/ol/control/mouseposition.d.ts b/types/ol/control/mouseposition.d.ts index 3353e198b7..f8d89d4dff 100644 --- a/types/ol/control/mouseposition.d.ts +++ b/types/ol/control/mouseposition.d.ts @@ -1 +1,3 @@ +import * as ol from 'openlayers'; + export default ol.control.MousePosition; diff --git a/types/ol/control/overviewmap.d.ts b/types/ol/control/overviewmap.d.ts index 3765e0ee89..60dd9b8900 100644 --- a/types/ol/control/overviewmap.d.ts +++ b/types/ol/control/overviewmap.d.ts @@ -1 +1,3 @@ +import * as ol from 'openlayers'; + export default ol.control.OverviewMap; diff --git a/types/ol/control/rotate.d.ts b/types/ol/control/rotate.d.ts index 61c8b14884..136db4ddeb 100644 --- a/types/ol/control/rotate.d.ts +++ b/types/ol/control/rotate.d.ts @@ -1 +1,3 @@ +import * as ol from 'openlayers'; + export default ol.control.Rotate; diff --git a/types/ol/control/scaleline.d.ts b/types/ol/control/scaleline.d.ts index 477fd08e6d..bbcad827f3 100644 --- a/types/ol/control/scaleline.d.ts +++ b/types/ol/control/scaleline.d.ts @@ -1 +1,3 @@ +import * as ol from 'openlayers'; + export default ol.control.ScaleLine; diff --git a/types/ol/control/zoom.d.ts b/types/ol/control/zoom.d.ts index c3023b9f88..550d98c300 100644 --- a/types/ol/control/zoom.d.ts +++ b/types/ol/control/zoom.d.ts @@ -1 +1,3 @@ +import * as ol from 'openlayers'; + export default ol.control.Zoom; diff --git a/types/ol/control/zoomslider.d.ts b/types/ol/control/zoomslider.d.ts index 0300b207f8..4f5845939c 100644 --- a/types/ol/control/zoomslider.d.ts +++ b/types/ol/control/zoomslider.d.ts @@ -1 +1,3 @@ +import * as ol from 'openlayers'; + export default ol.control.ZoomSlider; diff --git a/types/ol/control/zoomtoextent.d.ts b/types/ol/control/zoomtoextent.d.ts index b0eb29d71a..d536325932 100644 --- a/types/ol/control/zoomtoextent.d.ts +++ b/types/ol/control/zoomtoextent.d.ts @@ -1 +1,3 @@ +import * as ol from 'openlayers'; + export default ol.control.ZoomToExtent; diff --git a/types/ol/coordinate/index.d.ts b/types/ol/coordinate/index.d.ts index ac52f27de0..9d95bc2f5b 100644 --- a/types/ol/coordinate/index.d.ts +++ b/types/ol/coordinate/index.d.ts @@ -1 +1,3 @@ +import * as ol from 'openlayers'; + export default ol.coordinate; diff --git a/types/ol/deviceorientation/index.d.ts b/types/ol/deviceorientation/index.d.ts index afb8a8af06..53ce703660 100644 --- a/types/ol/deviceorientation/index.d.ts +++ b/types/ol/deviceorientation/index.d.ts @@ -1 +1,3 @@ +import * as ol from 'openlayers'; + export default ol.DeviceOrientation; diff --git a/types/ol/disposable/index.d.ts b/types/ol/disposable/index.d.ts index 2d93a5474f..dd3aca2bff 100644 --- a/types/ol/disposable/index.d.ts +++ b/types/ol/disposable/index.d.ts @@ -1 +1,3 @@ +import * as ol from 'openlayers'; + export default ol.Disposable; diff --git a/types/ol/easing/index.d.ts b/types/ol/easing/index.d.ts index b67d3f33bf..28e1552f42 100644 --- a/types/ol/easing/index.d.ts +++ b/types/ol/easing/index.d.ts @@ -1 +1,3 @@ +import * as ol from 'openlayers'; + export default ol.easing; diff --git a/types/ol/events/condition.d.ts b/types/ol/events/condition.d.ts index 27c2607988..bb43999775 100644 --- a/types/ol/events/condition.d.ts +++ b/types/ol/events/condition.d.ts @@ -1 +1,3 @@ +import * as ol from 'openlayers'; + export default ol.events.condition; diff --git a/types/ol/events/event.d.ts b/types/ol/events/event.d.ts index f2f268b3e4..5aefb9f530 100644 --- a/types/ol/events/event.d.ts +++ b/types/ol/events/event.d.ts @@ -1 +1,3 @@ +import * as ol from 'openlayers'; + export default ol.events.Event; diff --git a/types/ol/events/eventtarget.d.ts b/types/ol/events/eventtarget.d.ts index 83b22c9ce5..898b74ee65 100644 --- a/types/ol/events/eventtarget.d.ts +++ b/types/ol/events/eventtarget.d.ts @@ -1 +1,3 @@ +import * as ol from 'openlayers'; + export default ol.events.EventTarget; diff --git a/types/ol/events/index.d.ts b/types/ol/events/index.d.ts index 8f06bfd5d9..defc980e5a 100644 --- a/types/ol/events/index.d.ts +++ b/types/ol/events/index.d.ts @@ -1 +1,3 @@ +import * as ol from 'openlayers'; + export default ol.events; diff --git a/types/ol/extent/index.d.ts b/types/ol/extent/index.d.ts index a7e6d699f0..a4c284b29e 100644 --- a/types/ol/extent/index.d.ts +++ b/types/ol/extent/index.d.ts @@ -1 +1,3 @@ +import * as ol from 'openlayers'; + export default ol.extent; diff --git a/types/ol/feature/index.d.ts b/types/ol/feature/index.d.ts index d76fff5c1c..ba86ca0ad0 100644 --- a/types/ol/feature/index.d.ts +++ b/types/ol/feature/index.d.ts @@ -1 +1,3 @@ +import * as ol from 'openlayers'; + export default ol.Feature; diff --git a/types/ol/featureloader/index.d.ts b/types/ol/featureloader/index.d.ts index 49ac84e280..3d3d4a1105 100644 --- a/types/ol/featureloader/index.d.ts +++ b/types/ol/featureloader/index.d.ts @@ -1 +1,3 @@ +import * as ol from 'openlayers'; + export default ol.featureloader; diff --git a/types/ol/format/esrijson.d.ts b/types/ol/format/esrijson.d.ts index ee1fdfc809..5145422ade 100644 --- a/types/ol/format/esrijson.d.ts +++ b/types/ol/format/esrijson.d.ts @@ -1 +1,3 @@ +import * as ol from 'openlayers'; + export default ol.format.EsriJSON; diff --git a/types/ol/format/feature.d.ts b/types/ol/format/feature.d.ts index 9957a0b8e7..dc53e6709a 100644 --- a/types/ol/format/feature.d.ts +++ b/types/ol/format/feature.d.ts @@ -1 +1,3 @@ +import * as ol from 'openlayers'; + export default ol.format.Feature; diff --git a/types/ol/format/filter.d.ts b/types/ol/format/filter.d.ts index 98eb8ca1c9..1fb2086477 100644 --- a/types/ol/format/filter.d.ts +++ b/types/ol/format/filter.d.ts @@ -1 +1,3 @@ +import * as ol from 'openlayers'; + export default ol.format.filter; diff --git a/types/ol/format/geojson.d.ts b/types/ol/format/geojson.d.ts index d3e72a4cbf..d954287590 100644 --- a/types/ol/format/geojson.d.ts +++ b/types/ol/format/geojson.d.ts @@ -1 +1,3 @@ +import * as ol from 'openlayers'; + export default ol.format.GeoJSON; diff --git a/types/ol/format/gml2.d.ts b/types/ol/format/gml2.d.ts index 7ed5cc5c1f..95cdee80b7 100644 --- a/types/ol/format/gml2.d.ts +++ b/types/ol/format/gml2.d.ts @@ -1 +1,3 @@ +import * as ol from 'openlayers'; + export default ol.format.GML2; diff --git a/types/ol/format/gml3.d.ts b/types/ol/format/gml3.d.ts index edebe8e09f..416fc64c24 100644 --- a/types/ol/format/gml3.d.ts +++ b/types/ol/format/gml3.d.ts @@ -1 +1,3 @@ +import * as ol from 'openlayers'; + export default ol.format.GML3; diff --git a/types/ol/format/gmlbase.d.ts b/types/ol/format/gmlbase.d.ts index 82b51e5d76..5d495bc5c0 100644 --- a/types/ol/format/gmlbase.d.ts +++ b/types/ol/format/gmlbase.d.ts @@ -1 +1,3 @@ +import * as ol from 'openlayers'; + export default ol.format.GMLBase; diff --git a/types/ol/format/gpx.d.ts b/types/ol/format/gpx.d.ts index 46432385a3..3094e44275 100644 --- a/types/ol/format/gpx.d.ts +++ b/types/ol/format/gpx.d.ts @@ -1 +1,3 @@ +import * as ol from 'openlayers'; + export default ol.format.GPX; diff --git a/types/ol/format/igc.d.ts b/types/ol/format/igc.d.ts index 9d1bbc78ef..d358419696 100644 --- a/types/ol/format/igc.d.ts +++ b/types/ol/format/igc.d.ts @@ -1 +1,3 @@ +import * as ol from 'openlayers'; + export default ol.format.IGC; diff --git a/types/ol/format/jsonfeature.d.ts b/types/ol/format/jsonfeature.d.ts index 61ecdd2745..cf76949b70 100644 --- a/types/ol/format/jsonfeature.d.ts +++ b/types/ol/format/jsonfeature.d.ts @@ -1 +1,3 @@ +import * as ol from 'openlayers'; + export default ol.format.JSONFeature; diff --git a/types/ol/format/kml.d.ts b/types/ol/format/kml.d.ts index b784b0cc5d..6f45f45005 100644 --- a/types/ol/format/kml.d.ts +++ b/types/ol/format/kml.d.ts @@ -1 +1,3 @@ +import * as ol from 'openlayers'; + export default ol.format.KML; diff --git a/types/ol/format/mvt.d.ts b/types/ol/format/mvt.d.ts index 01c7caa72e..857aaea5e7 100644 --- a/types/ol/format/mvt.d.ts +++ b/types/ol/format/mvt.d.ts @@ -1 +1,3 @@ +import * as ol from 'openlayers'; + export default ol.format.MVT; diff --git a/types/ol/format/osmxml.d.ts b/types/ol/format/osmxml.d.ts index 5b01969d7b..67029aa020 100644 --- a/types/ol/format/osmxml.d.ts +++ b/types/ol/format/osmxml.d.ts @@ -1 +1,3 @@ +import * as ol from 'openlayers'; + export default ol.format.OSMXML; diff --git a/types/ol/format/polyline.d.ts b/types/ol/format/polyline.d.ts index eb180ce0a6..6c60d844c3 100644 --- a/types/ol/format/polyline.d.ts +++ b/types/ol/format/polyline.d.ts @@ -1 +1,3 @@ +import * as ol from 'openlayers'; + export default ol.format.Polyline; diff --git a/types/ol/format/textfeature.d.ts b/types/ol/format/textfeature.d.ts index 905a06eb92..13c50b8f80 100644 --- a/types/ol/format/textfeature.d.ts +++ b/types/ol/format/textfeature.d.ts @@ -1 +1,3 @@ +import * as ol from 'openlayers'; + export default ol.format.TextFeature; diff --git a/types/ol/format/topojson.d.ts b/types/ol/format/topojson.d.ts index 9acbc7ff23..af1258d5a2 100644 --- a/types/ol/format/topojson.d.ts +++ b/types/ol/format/topojson.d.ts @@ -1 +1,3 @@ +import * as ol from 'openlayers'; + export default ol.format.TopoJSON; diff --git a/types/ol/format/wfs.d.ts b/types/ol/format/wfs.d.ts index 1c686ffbea..b2ee31971a 100644 --- a/types/ol/format/wfs.d.ts +++ b/types/ol/format/wfs.d.ts @@ -1 +1,3 @@ +import * as ol from 'openlayers'; + export default ol.format.WFS; diff --git a/types/ol/format/wkt.d.ts b/types/ol/format/wkt.d.ts index 25492ce1f5..68bfbee10f 100644 --- a/types/ol/format/wkt.d.ts +++ b/types/ol/format/wkt.d.ts @@ -1 +1,3 @@ +import * as ol from 'openlayers'; + export default ol.format.WKT; diff --git a/types/ol/format/wmscapabilities.d.ts b/types/ol/format/wmscapabilities.d.ts index 274741b0c4..c727c689c6 100644 --- a/types/ol/format/wmscapabilities.d.ts +++ b/types/ol/format/wmscapabilities.d.ts @@ -1 +1,3 @@ +import * as ol from 'openlayers'; + export default ol.format.WMSCapabilities; diff --git a/types/ol/format/wmsgetfeatureinfo.d.ts b/types/ol/format/wmsgetfeatureinfo.d.ts index f39ad5857a..6aaffa7b5e 100644 --- a/types/ol/format/wmsgetfeatureinfo.d.ts +++ b/types/ol/format/wmsgetfeatureinfo.d.ts @@ -1 +1,3 @@ +import * as ol from 'openlayers'; + export default ol.format.WMSGetFeatureInfo; diff --git a/types/ol/format/wmtscapabilities.d.ts b/types/ol/format/wmtscapabilities.d.ts index 329469de19..c17cdf8f2d 100644 --- a/types/ol/format/wmtscapabilities.d.ts +++ b/types/ol/format/wmtscapabilities.d.ts @@ -1 +1,3 @@ +import * as ol from 'openlayers'; + export default ol.format.WMTSCapabilities; diff --git a/types/ol/format/xml.d.ts b/types/ol/format/xml.d.ts index 8bc6335492..4032d4758e 100644 --- a/types/ol/format/xml.d.ts +++ b/types/ol/format/xml.d.ts @@ -1 +1,3 @@ +import * as ol from 'openlayers'; + export default ol.format.XML; diff --git a/types/ol/format/xmlfeature.d.ts b/types/ol/format/xmlfeature.d.ts index d892dadf4a..28b544565b 100644 --- a/types/ol/format/xmlfeature.d.ts +++ b/types/ol/format/xmlfeature.d.ts @@ -1 +1,3 @@ +import * as ol from 'openlayers'; + export default ol.format.XMLFeature; diff --git a/types/ol/geolocation/index.d.ts b/types/ol/geolocation/index.d.ts index f1be320672..a08c095e0c 100644 --- a/types/ol/geolocation/index.d.ts +++ b/types/ol/geolocation/index.d.ts @@ -1 +1,3 @@ +import * as ol from 'openlayers'; + export default ol.Geolocation; diff --git a/types/ol/geom/circle.d.ts b/types/ol/geom/circle.d.ts index 659b0f9cf9..48abeeed8e 100644 --- a/types/ol/geom/circle.d.ts +++ b/types/ol/geom/circle.d.ts @@ -1 +1,3 @@ +import * as ol from 'openlayers'; + export default ol.geom.Circle; diff --git a/types/ol/geom/geometry.d.ts b/types/ol/geom/geometry.d.ts index 5184c3b9bf..59f0ba50d9 100644 --- a/types/ol/geom/geometry.d.ts +++ b/types/ol/geom/geometry.d.ts @@ -1 +1,3 @@ +import * as ol from 'openlayers'; + export default ol.geom.Geometry; diff --git a/types/ol/geom/geometrycollection.d.ts b/types/ol/geom/geometrycollection.d.ts index 7dee2d375c..d8aaddefbf 100644 --- a/types/ol/geom/geometrycollection.d.ts +++ b/types/ol/geom/geometrycollection.d.ts @@ -1 +1,3 @@ +import * as ol from 'openlayers'; + export default ol.geom.GeometryCollection; diff --git a/types/ol/geom/linearring.d.ts b/types/ol/geom/linearring.d.ts index d1ee196263..4341aa8780 100644 --- a/types/ol/geom/linearring.d.ts +++ b/types/ol/geom/linearring.d.ts @@ -1 +1,3 @@ +import * as ol from 'openlayers'; + export default ol.geom.LinearRing; diff --git a/types/ol/geom/linestring.d.ts b/types/ol/geom/linestring.d.ts index 0ddf7f60b1..8f58f85ff4 100644 --- a/types/ol/geom/linestring.d.ts +++ b/types/ol/geom/linestring.d.ts @@ -1 +1,3 @@ +import * as ol from 'openlayers'; + export default ol.geom.LineString; diff --git a/types/ol/geom/multilinestring.d.ts b/types/ol/geom/multilinestring.d.ts index 1d48733283..b9c3de266e 100644 --- a/types/ol/geom/multilinestring.d.ts +++ b/types/ol/geom/multilinestring.d.ts @@ -1 +1,3 @@ +import * as ol from 'openlayers'; + export default ol.geom.MultiLineString; diff --git a/types/ol/geom/multipoint.d.ts b/types/ol/geom/multipoint.d.ts index a0b0457141..1846edddb5 100644 --- a/types/ol/geom/multipoint.d.ts +++ b/types/ol/geom/multipoint.d.ts @@ -1 +1,3 @@ +import * as ol from 'openlayers'; + export default ol.geom.MultiPoint; diff --git a/types/ol/geom/multipolygon.d.ts b/types/ol/geom/multipolygon.d.ts index d04f65072b..9a058fac0f 100644 --- a/types/ol/geom/multipolygon.d.ts +++ b/types/ol/geom/multipolygon.d.ts @@ -1 +1,3 @@ +import * as ol from 'openlayers'; + export default ol.geom.MultiPolygon; diff --git a/types/ol/geom/point.d.ts b/types/ol/geom/point.d.ts index aace794c76..0c8bf8e7d8 100644 --- a/types/ol/geom/point.d.ts +++ b/types/ol/geom/point.d.ts @@ -1 +1,3 @@ +import * as ol from 'openlayers'; + export default ol.geom.Point; diff --git a/types/ol/geom/polygon.d.ts b/types/ol/geom/polygon.d.ts index e500917005..67351267ed 100644 --- a/types/ol/geom/polygon.d.ts +++ b/types/ol/geom/polygon.d.ts @@ -1 +1,3 @@ +import * as ol from 'openlayers'; + export default ol.geom.Polygon; diff --git a/types/ol/geom/simplegeometry.d.ts b/types/ol/geom/simplegeometry.d.ts index d7ec4671d3..20695d2bb1 100644 --- a/types/ol/geom/simplegeometry.d.ts +++ b/types/ol/geom/simplegeometry.d.ts @@ -1 +1,3 @@ +import * as ol from 'openlayers'; + export default ol.geom.SimpleGeometry; diff --git a/types/ol/graticule/index.d.ts b/types/ol/graticule/index.d.ts index 7119c02f99..97bd1e8e2d 100644 --- a/types/ol/graticule/index.d.ts +++ b/types/ol/graticule/index.d.ts @@ -1 +1,3 @@ +import * as ol from 'openlayers'; + export default ol.Graticule; diff --git a/types/ol/image/index.d.ts b/types/ol/image/index.d.ts index 1d95ace63a..5a4c9a304b 100644 --- a/types/ol/image/index.d.ts +++ b/types/ol/image/index.d.ts @@ -1 +1,3 @@ +import * as ol from 'openlayers'; + export default ol.Image; diff --git a/types/ol/imagebase/index.d.ts b/types/ol/imagebase/index.d.ts index 032c5988c3..91e7971e27 100644 --- a/types/ol/imagebase/index.d.ts +++ b/types/ol/imagebase/index.d.ts @@ -1 +1,3 @@ +import * as ol from 'openlayers'; + export default ol.ImageBase; diff --git a/types/ol/imagetile/index.d.ts b/types/ol/imagetile/index.d.ts index 3d6b36ce0f..57b9b1c9fa 100644 --- a/types/ol/imagetile/index.d.ts +++ b/types/ol/imagetile/index.d.ts @@ -1 +1,3 @@ +import * as ol from 'openlayers'; + export default ol.ImageTile; diff --git a/types/ol/interaction/doubleclickzoom.d.ts b/types/ol/interaction/doubleclickzoom.d.ts index 29b5305eec..3982ba3b7f 100644 --- a/types/ol/interaction/doubleclickzoom.d.ts +++ b/types/ol/interaction/doubleclickzoom.d.ts @@ -1 +1,3 @@ +import * as ol from 'openlayers'; + export default ol.interaction.DoubleClickZoom; diff --git a/types/ol/interaction/draganddrop.d.ts b/types/ol/interaction/draganddrop.d.ts index 3407ba67ac..bbfbbeb727 100644 --- a/types/ol/interaction/draganddrop.d.ts +++ b/types/ol/interaction/draganddrop.d.ts @@ -1 +1,3 @@ +import * as ol from 'openlayers'; + export default ol.interaction.DragAndDrop; diff --git a/types/ol/interaction/dragbox.d.ts b/types/ol/interaction/dragbox.d.ts index cc8bed4f1d..dbb06b7a18 100644 --- a/types/ol/interaction/dragbox.d.ts +++ b/types/ol/interaction/dragbox.d.ts @@ -1 +1,3 @@ +import * as ol from 'openlayers'; + export default ol.interaction.DragBox; diff --git a/types/ol/interaction/dragpan.d.ts b/types/ol/interaction/dragpan.d.ts index b1982e0d03..e9c14d7b5d 100644 --- a/types/ol/interaction/dragpan.d.ts +++ b/types/ol/interaction/dragpan.d.ts @@ -1 +1,3 @@ +import * as ol from 'openlayers'; + export default ol.interaction.DragPan; diff --git a/types/ol/interaction/dragrotate.d.ts b/types/ol/interaction/dragrotate.d.ts index e065434df8..31ebec3772 100644 --- a/types/ol/interaction/dragrotate.d.ts +++ b/types/ol/interaction/dragrotate.d.ts @@ -1 +1,3 @@ +import * as ol from 'openlayers'; + export default ol.interaction.DragRotate; diff --git a/types/ol/interaction/dragrotateandzoom.d.ts b/types/ol/interaction/dragrotateandzoom.d.ts index b4fbde6b68..6b8a2979e1 100644 --- a/types/ol/interaction/dragrotateandzoom.d.ts +++ b/types/ol/interaction/dragrotateandzoom.d.ts @@ -1 +1,3 @@ +import * as ol from 'openlayers'; + export default ol.interaction.DragRotateAndZoom; diff --git a/types/ol/interaction/dragzoom.d.ts b/types/ol/interaction/dragzoom.d.ts index fa243791b4..c0e0413b21 100644 --- a/types/ol/interaction/dragzoom.d.ts +++ b/types/ol/interaction/dragzoom.d.ts @@ -1 +1,3 @@ +import * as ol from 'openlayers'; + export default ol.interaction.DragZoom; diff --git a/types/ol/interaction/draw.d.ts b/types/ol/interaction/draw.d.ts index a5c00863f7..d7e1318f69 100644 --- a/types/ol/interaction/draw.d.ts +++ b/types/ol/interaction/draw.d.ts @@ -1 +1,3 @@ +import * as ol from 'openlayers'; + export default ol.interaction.Draw; diff --git a/types/ol/interaction/index.d.ts b/types/ol/interaction/index.d.ts index acfad90aa8..6ef5898695 100644 --- a/types/ol/interaction/index.d.ts +++ b/types/ol/interaction/index.d.ts @@ -1 +1,3 @@ +import * as ol from 'openlayers'; + export default ol.interaction; diff --git a/types/ol/interaction/interaction.d.ts b/types/ol/interaction/interaction.d.ts index 69b99961a9..9eb1c46525 100644 --- a/types/ol/interaction/interaction.d.ts +++ b/types/ol/interaction/interaction.d.ts @@ -1 +1,3 @@ +import * as ol from 'openlayers'; + export default ol.interaction.Interaction; diff --git a/types/ol/interaction/keyboardpan.d.ts b/types/ol/interaction/keyboardpan.d.ts index 38419950ca..5c32c8dfa3 100644 --- a/types/ol/interaction/keyboardpan.d.ts +++ b/types/ol/interaction/keyboardpan.d.ts @@ -1 +1,3 @@ +import * as ol from 'openlayers'; + export default ol.interaction.KeyboardPan; diff --git a/types/ol/interaction/keyboardzoom.d.ts b/types/ol/interaction/keyboardzoom.d.ts index 968f247b3f..e52bf705eb 100644 --- a/types/ol/interaction/keyboardzoom.d.ts +++ b/types/ol/interaction/keyboardzoom.d.ts @@ -1 +1,3 @@ +import * as ol from 'openlayers'; + export default ol.interaction.KeyboardZoom; diff --git a/types/ol/interaction/modify.d.ts b/types/ol/interaction/modify.d.ts index a97d23df22..8079ab0ba5 100644 --- a/types/ol/interaction/modify.d.ts +++ b/types/ol/interaction/modify.d.ts @@ -1 +1,3 @@ +import * as ol from 'openlayers'; + export default ol.interaction.Modify; diff --git a/types/ol/interaction/mousewheelzoom.d.ts b/types/ol/interaction/mousewheelzoom.d.ts index aeb4e8b41a..d8a5223153 100644 --- a/types/ol/interaction/mousewheelzoom.d.ts +++ b/types/ol/interaction/mousewheelzoom.d.ts @@ -1 +1,3 @@ +import * as ol from 'openlayers'; + export default ol.interaction.MouseWheelZoom; diff --git a/types/ol/interaction/pinchrotate.d.ts b/types/ol/interaction/pinchrotate.d.ts index 7adcead610..b10400ce30 100644 --- a/types/ol/interaction/pinchrotate.d.ts +++ b/types/ol/interaction/pinchrotate.d.ts @@ -1 +1,3 @@ +import * as ol from 'openlayers'; + export default ol.interaction.PinchRotate; diff --git a/types/ol/interaction/pinchzoom.d.ts b/types/ol/interaction/pinchzoom.d.ts index d1517b902a..0d666096c2 100644 --- a/types/ol/interaction/pinchzoom.d.ts +++ b/types/ol/interaction/pinchzoom.d.ts @@ -1 +1,3 @@ +import * as ol from 'openlayers'; + export default ol.interaction.PinchZoom; diff --git a/types/ol/interaction/pointer.d.ts b/types/ol/interaction/pointer.d.ts index 85d823ee19..22936f602a 100644 --- a/types/ol/interaction/pointer.d.ts +++ b/types/ol/interaction/pointer.d.ts @@ -1 +1,3 @@ +import * as ol from 'openlayers'; + export default ol.interaction.Pointer; diff --git a/types/ol/interaction/select.d.ts b/types/ol/interaction/select.d.ts index 9411bd5573..fe8c16b4b9 100644 --- a/types/ol/interaction/select.d.ts +++ b/types/ol/interaction/select.d.ts @@ -1 +1,3 @@ +import * as ol from 'openlayers'; + export default ol.interaction.Select; diff --git a/types/ol/interaction/snap.d.ts b/types/ol/interaction/snap.d.ts index 254d8fac32..90a7fee1bb 100644 --- a/types/ol/interaction/snap.d.ts +++ b/types/ol/interaction/snap.d.ts @@ -1 +1,3 @@ +import * as ol from 'openlayers'; + export default ol.interaction.Snap; diff --git a/types/ol/interaction/translate.d.ts b/types/ol/interaction/translate.d.ts index d9d1fc8f92..b035bae021 100644 --- a/types/ol/interaction/translate.d.ts +++ b/types/ol/interaction/translate.d.ts @@ -1 +1,3 @@ +import * as ol from 'openlayers'; + export default ol.interaction.Translate; diff --git a/types/ol/kinetic/index.d.ts b/types/ol/kinetic/index.d.ts index 35445fc9c6..ba283fca68 100644 --- a/types/ol/kinetic/index.d.ts +++ b/types/ol/kinetic/index.d.ts @@ -1 +1,3 @@ +import * as ol from 'openlayers'; + export default ol.Kinetic; diff --git a/types/ol/layer/base.d.ts b/types/ol/layer/base.d.ts index a0fb4332d6..25c11c8edd 100644 --- a/types/ol/layer/base.d.ts +++ b/types/ol/layer/base.d.ts @@ -1 +1,3 @@ +import * as ol from 'openlayers'; + export default ol.layer.Base; diff --git a/types/ol/layer/group.d.ts b/types/ol/layer/group.d.ts index f87972fd5a..b3669bc387 100644 --- a/types/ol/layer/group.d.ts +++ b/types/ol/layer/group.d.ts @@ -1 +1,3 @@ +import * as ol from 'openlayers'; + export default ol.layer.Group; diff --git a/types/ol/layer/heatmap.d.ts b/types/ol/layer/heatmap.d.ts index 9e1760888e..4b4f112642 100644 --- a/types/ol/layer/heatmap.d.ts +++ b/types/ol/layer/heatmap.d.ts @@ -1 +1,3 @@ +import * as ol from 'openlayers'; + export default ol.layer.Heatmap; diff --git a/types/ol/layer/image.d.ts b/types/ol/layer/image.d.ts index 1f2ef9565d..34a862498e 100644 --- a/types/ol/layer/image.d.ts +++ b/types/ol/layer/image.d.ts @@ -1 +1,3 @@ +import * as ol from 'openlayers'; + export default ol.layer.Image; diff --git a/types/ol/layer/layer.d.ts b/types/ol/layer/layer.d.ts index 2be6c1e9a4..38c31c927f 100644 --- a/types/ol/layer/layer.d.ts +++ b/types/ol/layer/layer.d.ts @@ -1 +1,3 @@ +import * as ol from 'openlayers'; + export default ol.layer.Layer; diff --git a/types/ol/layer/tile.d.ts b/types/ol/layer/tile.d.ts index 54934378ef..bbd95be84d 100644 --- a/types/ol/layer/tile.d.ts +++ b/types/ol/layer/tile.d.ts @@ -1 +1,3 @@ +import * as ol from 'openlayers'; + export default ol.layer.Tile; diff --git a/types/ol/layer/vector.d.ts b/types/ol/layer/vector.d.ts index 9fdd4e98ef..f26e2a3bf5 100644 --- a/types/ol/layer/vector.d.ts +++ b/types/ol/layer/vector.d.ts @@ -1 +1,3 @@ +import * as ol from 'openlayers'; + export default ol.layer.Vector; diff --git a/types/ol/layer/vectortile.d.ts b/types/ol/layer/vectortile.d.ts index 477ae342cd..27ac70d8c3 100644 --- a/types/ol/layer/vectortile.d.ts +++ b/types/ol/layer/vectortile.d.ts @@ -1 +1,3 @@ +import * as ol from 'openlayers'; + export default ol.layer.VectorTile; diff --git a/types/ol/loadingstrategy/index.d.ts b/types/ol/loadingstrategy/index.d.ts index df702d8501..9b3d8bff3b 100644 --- a/types/ol/loadingstrategy/index.d.ts +++ b/types/ol/loadingstrategy/index.d.ts @@ -1 +1,3 @@ +import * as ol from 'openlayers'; + export default ol.loadingstrategy; diff --git a/types/ol/map/index.d.ts b/types/ol/map/index.d.ts index 8e6a6829f7..58f635d45a 100644 --- a/types/ol/map/index.d.ts +++ b/types/ol/map/index.d.ts @@ -1 +1,3 @@ +import * as ol from 'openlayers'; + export default ol.Map; diff --git a/types/ol/mapbrowserevent/index.d.ts b/types/ol/mapbrowserevent/index.d.ts index d49d497e16..048fc22481 100644 --- a/types/ol/mapbrowserevent/index.d.ts +++ b/types/ol/mapbrowserevent/index.d.ts @@ -1 +1,3 @@ +import * as ol from 'openlayers'; + export default ol.MapBrowserEvent; diff --git a/types/ol/mapbrowserpointerevent/index.d.ts b/types/ol/mapbrowserpointerevent/index.d.ts index 08bf58fd98..616325e218 100644 --- a/types/ol/mapbrowserpointerevent/index.d.ts +++ b/types/ol/mapbrowserpointerevent/index.d.ts @@ -1 +1,3 @@ +import * as ol from 'openlayers'; + export default ol.MapBrowserPointerEvent; diff --git a/types/ol/mapevent/index.d.ts b/types/ol/mapevent/index.d.ts index 4a7a77a5b2..6e7487ec29 100644 --- a/types/ol/mapevent/index.d.ts +++ b/types/ol/mapevent/index.d.ts @@ -1 +1,3 @@ +import * as ol from 'openlayers'; + export default ol.MapEvent; diff --git a/types/ol/object/index.d.ts b/types/ol/object/index.d.ts index 27ad8aa755..e4580cd0ce 100644 --- a/types/ol/object/index.d.ts +++ b/types/ol/object/index.d.ts @@ -1 +1,3 @@ +import * as ol from 'openlayers'; + export default ol.Object; diff --git a/types/ol/observable/index.d.ts b/types/ol/observable/index.d.ts index c92ac65978..09489e7382 100644 --- a/types/ol/observable/index.d.ts +++ b/types/ol/observable/index.d.ts @@ -1 +1,3 @@ +import * as ol from 'openlayers'; + export default ol.Observable; diff --git a/types/ol/overlay/index.d.ts b/types/ol/overlay/index.d.ts index a0cbd4ebfe..d350f1c828 100644 --- a/types/ol/overlay/index.d.ts +++ b/types/ol/overlay/index.d.ts @@ -1 +1,3 @@ +import * as ol from 'openlayers'; + export default ol.Overlay; diff --git a/types/ol/pointer/pointerevent.d.ts b/types/ol/pointer/pointerevent.d.ts index 0a56be3f44..62e84e6207 100644 --- a/types/ol/pointer/pointerevent.d.ts +++ b/types/ol/pointer/pointerevent.d.ts @@ -1 +1,3 @@ +import * as ol from 'openlayers'; + export default ol.pointer.PointerEvent; diff --git a/types/ol/proj/projection.d.ts b/types/ol/proj/projection.d.ts index 61c24face3..26050bb377 100644 --- a/types/ol/proj/projection.d.ts +++ b/types/ol/proj/projection.d.ts @@ -1 +1,3 @@ +import * as ol from 'openlayers'; + export default ol.proj.Projection; diff --git a/types/ol/render/canvas.d.ts b/types/ol/render/canvas.d.ts index fb3a94a9d0..9e6d06eca6 100644 --- a/types/ol/render/canvas.d.ts +++ b/types/ol/render/canvas.d.ts @@ -1 +1,3 @@ +import * as ol from 'openlayers'; + export default ol.render.canvas; diff --git a/types/ol/render/event.d.ts b/types/ol/render/event.d.ts index 12aef9721f..981b821b5e 100644 --- a/types/ol/render/event.d.ts +++ b/types/ol/render/event.d.ts @@ -1 +1,3 @@ +import * as ol from 'openlayers'; + export default ol.render.Event; diff --git a/types/ol/render/feature.d.ts b/types/ol/render/feature.d.ts index 02896e1067..95e4831fba 100644 --- a/types/ol/render/feature.d.ts +++ b/types/ol/render/feature.d.ts @@ -1 +1,3 @@ +import * as ol from 'openlayers'; + export default ol.render.Feature; diff --git a/types/ol/render/vectorcontext.d.ts b/types/ol/render/vectorcontext.d.ts index b1ad1a5e3b..b3e287c91b 100644 --- a/types/ol/render/vectorcontext.d.ts +++ b/types/ol/render/vectorcontext.d.ts @@ -1 +1,3 @@ +import * as ol from 'openlayers'; + export default ol.render.VectorContext; diff --git a/types/ol/source/bingmaps.d.ts b/types/ol/source/bingmaps.d.ts index 9e1884d281..963623bc7e 100644 --- a/types/ol/source/bingmaps.d.ts +++ b/types/ol/source/bingmaps.d.ts @@ -1 +1,3 @@ +import * as ol from 'openlayers'; + export default ol.source.BingMaps; diff --git a/types/ol/source/cartodb.d.ts b/types/ol/source/cartodb.d.ts index 3cc4a45182..28b44ebc4c 100644 --- a/types/ol/source/cartodb.d.ts +++ b/types/ol/source/cartodb.d.ts @@ -1 +1,3 @@ +import * as ol from 'openlayers'; + export default ol.source.CartoDB; diff --git a/types/ol/source/cluster.d.ts b/types/ol/source/cluster.d.ts index 7515eda363..0a793ed0b2 100644 --- a/types/ol/source/cluster.d.ts +++ b/types/ol/source/cluster.d.ts @@ -1 +1,3 @@ +import * as ol from 'openlayers'; + export default ol.source.Cluster; diff --git a/types/ol/source/image.d.ts b/types/ol/source/image.d.ts index 713bafd35c..82071b1636 100644 --- a/types/ol/source/image.d.ts +++ b/types/ol/source/image.d.ts @@ -1 +1,3 @@ +import * as ol from 'openlayers'; + export default ol.source.Image; diff --git a/types/ol/source/imagearcgisrest.d.ts b/types/ol/source/imagearcgisrest.d.ts index 7f352d4d43..ae296156cd 100644 --- a/types/ol/source/imagearcgisrest.d.ts +++ b/types/ol/source/imagearcgisrest.d.ts @@ -1 +1,3 @@ +import * as ol from 'openlayers'; + export default ol.source.ImageArcGISRest; diff --git a/types/ol/source/imagecanvas.d.ts b/types/ol/source/imagecanvas.d.ts index 63e1f11c65..cbfee5d9d5 100644 --- a/types/ol/source/imagecanvas.d.ts +++ b/types/ol/source/imagecanvas.d.ts @@ -1 +1,3 @@ +import * as ol from 'openlayers'; + export default ol.source.ImageCanvas; diff --git a/types/ol/source/imagemapguide.d.ts b/types/ol/source/imagemapguide.d.ts index d8f7991964..42877b1052 100644 --- a/types/ol/source/imagemapguide.d.ts +++ b/types/ol/source/imagemapguide.d.ts @@ -1 +1,3 @@ +import * as ol from 'openlayers'; + export default ol.source.ImageMapGuide; diff --git a/types/ol/source/imagestatic.d.ts b/types/ol/source/imagestatic.d.ts index 014de48b8e..02a6d37e50 100644 --- a/types/ol/source/imagestatic.d.ts +++ b/types/ol/source/imagestatic.d.ts @@ -1 +1,3 @@ +import * as ol from 'openlayers'; + export default ol.source.ImageStatic; diff --git a/types/ol/source/imagevector.d.ts b/types/ol/source/imagevector.d.ts index ea8e5c20c9..2f1ae17a2d 100644 --- a/types/ol/source/imagevector.d.ts +++ b/types/ol/source/imagevector.d.ts @@ -1 +1,3 @@ +import * as ol from 'openlayers'; + export default ol.source.ImageVector; diff --git a/types/ol/source/imagewms.d.ts b/types/ol/source/imagewms.d.ts index ad57017059..0aeb5fb39c 100644 --- a/types/ol/source/imagewms.d.ts +++ b/types/ol/source/imagewms.d.ts @@ -1 +1,3 @@ +import * as ol from 'openlayers'; + export default ol.source.ImageWMS; diff --git a/types/ol/source/osm.d.ts b/types/ol/source/osm.d.ts index 596d60052e..68b03db843 100644 --- a/types/ol/source/osm.d.ts +++ b/types/ol/source/osm.d.ts @@ -1 +1,3 @@ +import * as ol from 'openlayers'; + export default ol.source.OSM; diff --git a/types/ol/source/raster.d.ts b/types/ol/source/raster.d.ts index 42315d6648..de39ec8fce 100644 --- a/types/ol/source/raster.d.ts +++ b/types/ol/source/raster.d.ts @@ -1 +1,3 @@ +import * as ol from 'openlayers'; + export default ol.source.Raster; diff --git a/types/ol/source/source.d.ts b/types/ol/source/source.d.ts index c10f59bbc3..379f73e579 100644 --- a/types/ol/source/source.d.ts +++ b/types/ol/source/source.d.ts @@ -1 +1,3 @@ +import * as ol from 'openlayers'; + export default ol.source.Source; diff --git a/types/ol/source/stamen.d.ts b/types/ol/source/stamen.d.ts index 85f4c4a36a..51d6d42006 100644 --- a/types/ol/source/stamen.d.ts +++ b/types/ol/source/stamen.d.ts @@ -1 +1,3 @@ +import * as ol from 'openlayers'; + export default ol.source.Stamen; diff --git a/types/ol/source/tile.d.ts b/types/ol/source/tile.d.ts index a8a885ddd7..7c7cb3d874 100644 --- a/types/ol/source/tile.d.ts +++ b/types/ol/source/tile.d.ts @@ -1 +1,3 @@ +import * as ol from 'openlayers'; + export default ol.source.Tile; diff --git a/types/ol/source/tilearcgisrest.d.ts b/types/ol/source/tilearcgisrest.d.ts index 684125b36d..45f7f529ff 100644 --- a/types/ol/source/tilearcgisrest.d.ts +++ b/types/ol/source/tilearcgisrest.d.ts @@ -1 +1,3 @@ +import * as ol from 'openlayers'; + export default ol.source.TileArcGISRest; diff --git a/types/ol/source/tiledebug.d.ts b/types/ol/source/tiledebug.d.ts index a77d762aee..f09371a620 100644 --- a/types/ol/source/tiledebug.d.ts +++ b/types/ol/source/tiledebug.d.ts @@ -1 +1,3 @@ +import * as ol from 'openlayers'; + export default ol.source.TileDebug; diff --git a/types/ol/source/tileimage.d.ts b/types/ol/source/tileimage.d.ts index c2e4fb73ad..bd3bf922b4 100644 --- a/types/ol/source/tileimage.d.ts +++ b/types/ol/source/tileimage.d.ts @@ -1 +1,3 @@ +import * as ol from 'openlayers'; + export default ol.source.TileImage; diff --git a/types/ol/source/tilejson.d.ts b/types/ol/source/tilejson.d.ts index 5df1577791..c9d52d2903 100644 --- a/types/ol/source/tilejson.d.ts +++ b/types/ol/source/tilejson.d.ts @@ -1 +1,3 @@ +import * as ol from 'openlayers'; + export default ol.source.TileJSON; diff --git a/types/ol/source/tileutfgrid.d.ts b/types/ol/source/tileutfgrid.d.ts index 6809b80852..17ae2022a2 100644 --- a/types/ol/source/tileutfgrid.d.ts +++ b/types/ol/source/tileutfgrid.d.ts @@ -1 +1,3 @@ +import * as ol from 'openlayers'; + export default ol.source.TileUTFGrid; diff --git a/types/ol/source/tilewms.d.ts b/types/ol/source/tilewms.d.ts index dfcb8bed9d..7ae163f2c5 100644 --- a/types/ol/source/tilewms.d.ts +++ b/types/ol/source/tilewms.d.ts @@ -1 +1,3 @@ +import * as ol from 'openlayers'; + export default ol.source.TileWMS; diff --git a/types/ol/source/urltile.d.ts b/types/ol/source/urltile.d.ts index c26af720d5..606583cac4 100644 --- a/types/ol/source/urltile.d.ts +++ b/types/ol/source/urltile.d.ts @@ -1 +1,3 @@ +import * as ol from 'openlayers'; + export default ol.source.UrlTile; diff --git a/types/ol/source/vector.d.ts b/types/ol/source/vector.d.ts index 04f86c0868..ee2d968d28 100644 --- a/types/ol/source/vector.d.ts +++ b/types/ol/source/vector.d.ts @@ -1 +1,3 @@ +import * as ol from 'openlayers'; + export default ol.source.Vector; diff --git a/types/ol/source/vectortile.d.ts b/types/ol/source/vectortile.d.ts index 4ecb2eecc7..1aa59678d3 100644 --- a/types/ol/source/vectortile.d.ts +++ b/types/ol/source/vectortile.d.ts @@ -1 +1,3 @@ +import * as ol from 'openlayers'; + export default ol.source.VectorTile; diff --git a/types/ol/source/wmts.d.ts b/types/ol/source/wmts.d.ts index 953d7b34e4..afdc2c352b 100644 --- a/types/ol/source/wmts.d.ts +++ b/types/ol/source/wmts.d.ts @@ -1 +1,3 @@ +import * as ol from 'openlayers'; + export default ol.source.WMTS; diff --git a/types/ol/source/xyz.d.ts b/types/ol/source/xyz.d.ts index 87a84a0d02..d29b5f9e06 100644 --- a/types/ol/source/xyz.d.ts +++ b/types/ol/source/xyz.d.ts @@ -1 +1,3 @@ +import * as ol from 'openlayers'; + export default ol.source.XYZ; diff --git a/types/ol/source/zoomify.d.ts b/types/ol/source/zoomify.d.ts index a7ddb93b4a..a48e675012 100644 --- a/types/ol/source/zoomify.d.ts +++ b/types/ol/source/zoomify.d.ts @@ -1 +1,3 @@ +import * as ol from 'openlayers'; + export default ol.source.Zoomify; diff --git a/types/ol/sphere/index.d.ts b/types/ol/sphere/index.d.ts index 7088c2284d..a3481e4339 100644 --- a/types/ol/sphere/index.d.ts +++ b/types/ol/sphere/index.d.ts @@ -1 +1,3 @@ +import * as ol from 'openlayers'; + export default ol.Sphere; diff --git a/types/ol/style/atlasmanager.d.ts b/types/ol/style/atlasmanager.d.ts index f8c8ff8eb7..0be77a6621 100644 --- a/types/ol/style/atlasmanager.d.ts +++ b/types/ol/style/atlasmanager.d.ts @@ -1 +1,3 @@ +import * as ol from 'openlayers'; + export default ol.style.AtlasManager; diff --git a/types/ol/style/circle.d.ts b/types/ol/style/circle.d.ts index d6377cf77f..ff593230b5 100644 --- a/types/ol/style/circle.d.ts +++ b/types/ol/style/circle.d.ts @@ -1 +1,3 @@ +import * as ol from 'openlayers'; + export default ol.style.Circle; diff --git a/types/ol/style/fill.d.ts b/types/ol/style/fill.d.ts index 1b65fdfdfb..ef6b246ad5 100644 --- a/types/ol/style/fill.d.ts +++ b/types/ol/style/fill.d.ts @@ -1 +1,3 @@ +import * as ol from 'openlayers'; + export default ol.style.Fill; diff --git a/types/ol/style/icon.d.ts b/types/ol/style/icon.d.ts index e8ddb50d24..4100f3fbf8 100644 --- a/types/ol/style/icon.d.ts +++ b/types/ol/style/icon.d.ts @@ -1 +1,3 @@ +import * as ol from 'openlayers'; + export default ol.style.Icon; diff --git a/types/ol/style/image.d.ts b/types/ol/style/image.d.ts index d645aafa14..bdfb4319e3 100644 --- a/types/ol/style/image.d.ts +++ b/types/ol/style/image.d.ts @@ -1 +1,3 @@ +import * as ol from 'openlayers'; + export default ol.style.Image; diff --git a/types/ol/style/regularshape.d.ts b/types/ol/style/regularshape.d.ts index bfc7e72995..fb4a227d1d 100644 --- a/types/ol/style/regularshape.d.ts +++ b/types/ol/style/regularshape.d.ts @@ -1 +1,3 @@ +import * as ol from 'openlayers'; + export default ol.style.RegularShape; diff --git a/types/ol/style/stroke.d.ts b/types/ol/style/stroke.d.ts index c99f820993..af7a49d6b5 100644 --- a/types/ol/style/stroke.d.ts +++ b/types/ol/style/stroke.d.ts @@ -1 +1,3 @@ +import * as ol from 'openlayers'; + export default ol.style.Stroke; diff --git a/types/ol/style/style.d.ts b/types/ol/style/style.d.ts index 4b5cd8e9b0..839583e313 100644 --- a/types/ol/style/style.d.ts +++ b/types/ol/style/style.d.ts @@ -1 +1,3 @@ +import * as ol from 'openlayers'; + export default ol.style.Style; diff --git a/types/ol/style/text.d.ts b/types/ol/style/text.d.ts index 17f3397c17..33d1b50962 100644 --- a/types/ol/style/text.d.ts +++ b/types/ol/style/text.d.ts @@ -1 +1,3 @@ +import * as ol from 'openlayers'; + export default ol.style.Text; diff --git a/types/ol/tile/index.d.ts b/types/ol/tile/index.d.ts index a6111c740f..61e802d921 100644 --- a/types/ol/tile/index.d.ts +++ b/types/ol/tile/index.d.ts @@ -1 +1,3 @@ +import * as ol from 'openlayers'; + export default ol.Tile; diff --git a/types/ol/tilegrid/index.d.ts b/types/ol/tilegrid/index.d.ts index adc1f3b4f7..467e92480f 100644 --- a/types/ol/tilegrid/index.d.ts +++ b/types/ol/tilegrid/index.d.ts @@ -1 +1,3 @@ +import * as ol from 'openlayers'; + export default ol.tilegrid; diff --git a/types/ol/tilegrid/tilegrid.d.ts b/types/ol/tilegrid/tilegrid.d.ts index ee40e7b9af..b6edeba4aa 100644 --- a/types/ol/tilegrid/tilegrid.d.ts +++ b/types/ol/tilegrid/tilegrid.d.ts @@ -1 +1,3 @@ +import * as ol from 'openlayers'; + export default ol.tilegrid.TileGrid; diff --git a/types/ol/tilegrid/wmts.d.ts b/types/ol/tilegrid/wmts.d.ts index f2774dc837..3f1f33e647 100644 --- a/types/ol/tilegrid/wmts.d.ts +++ b/types/ol/tilegrid/wmts.d.ts @@ -1 +1,3 @@ +import * as ol from 'openlayers'; + export default ol.tilegrid.WMTS; diff --git a/types/ol/vectortile/index.d.ts b/types/ol/vectortile/index.d.ts index 36f6893491..21b2ed9297 100644 --- a/types/ol/vectortile/index.d.ts +++ b/types/ol/vectortile/index.d.ts @@ -1 +1,3 @@ +import * as ol from 'openlayers'; + export default ol.VectorTile; diff --git a/types/ol/view/index.d.ts b/types/ol/view/index.d.ts index c45b88a99b..6df86cd89d 100644 --- a/types/ol/view/index.d.ts +++ b/types/ol/view/index.d.ts @@ -1 +1,3 @@ +import * as ol from 'openlayers'; + export default ol.View;