Change @exportClass to @exportSymbol
sed command used: find src/ol -name '*.exports' -exec sed -ri 's/@exportClass\s+(\S+)\s+(\S+)$/@exportSymbol \1/' \{\} \;
This commit is contained in:
@@ -1 +1 @@
|
||||
@exportClass ol.Attribution ol.AttributionOptions
|
||||
@exportSymbol ol.Attribution
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
@exportClass ol.control.Attribution ol.control.AttributionOptions
|
||||
@exportSymbol ol.control.Attribution
|
||||
@exportProperty ol.control.Attribution.prototype.setMap
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
@exportClass ol.control.Control ol.control.ControlOptions
|
||||
@exportSymbol ol.control.Control
|
||||
@exportProperty ol.control.Control.prototype.getMap
|
||||
@exportProperty ol.control.Control.prototype.setMap
|
||||
|
||||
@@ -1 +1 @@
|
||||
@exportClass ol.control.FullScreen ol.control.FullScreenOptions
|
||||
@exportSymbol ol.control.FullScreen
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
@exportClass ol.control.Logo ol.control.LogoOptions
|
||||
@exportSymbol ol.control.Logo
|
||||
@exportProperty ol.control.Logo.prototype.setMap
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
@exportClass ol.control.MousePosition ol.control.MousePositionOptions
|
||||
@exportSymbol ol.control.MousePosition
|
||||
@exportProperty ol.control.MousePosition.prototype.setMap
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@exportClass ol.control.ScaleLine ol.control.ScaleLineOptions
|
||||
@exportSymbol ol.control.ScaleLine
|
||||
@exportProperty ol.control.ScaleLine.prototype.setMap
|
||||
|
||||
@exportSymbol ol.control.ScaleLineUnits
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
@exportClass ol.control.Zoom ol.control.ZoomOptions
|
||||
@exportSymbol ol.control.Zoom
|
||||
@exportProperty ol.control.Zoom.prototype.setMap
|
||||
|
||||
@@ -1 +1 @@
|
||||
@exportClass ol.control.ZoomSlider ol.control.ZoomSliderOptions
|
||||
@exportSymbol ol.control.ZoomSlider
|
||||
|
||||
@@ -1 +1 @@
|
||||
@exportClass ol.control.ZoomToExtent ol.control.ZoomToExtentOptions
|
||||
@exportSymbol ol.control.ZoomToExtent
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
@exportClass ol.DeviceOrientation ol.DeviceOrientationOptions
|
||||
@exportSymbol ol.DeviceOrientation
|
||||
@exportSymbol ol.DeviceOrientation.SUPPORTED ol.DeviceOrientation.SUPPORTED
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
@exportClass ol.Geolocation ol.GeolocationOptions
|
||||
@exportSymbol ol.Geolocation
|
||||
@exportSymbol ol.Geolocation.SUPPORTED ol.Geolocation.SUPPORTED
|
||||
|
||||
@@ -1 +1 @@
|
||||
@exportClass ol.interaction.DoubleClickZoom ol.interaction.DoubleClickZoomOptions
|
||||
@exportSymbol ol.interaction.DoubleClickZoom
|
||||
|
||||
@@ -1 +1 @@
|
||||
@exportClass ol.interaction.DragPan ol.interaction.DragPanOptions
|
||||
@exportSymbol ol.interaction.DragPan
|
||||
|
||||
@@ -1 +1 @@
|
||||
@exportClass ol.interaction.DragRotate ol.interaction.DragRotateOptions
|
||||
@exportSymbol ol.interaction.DragRotate
|
||||
|
||||
@@ -1 +1 @@
|
||||
@exportClass ol.interaction.DragRotateAndZoom ol.interaction.DragRotateAndZoomOptions
|
||||
@exportSymbol ol.interaction.DragRotateAndZoom
|
||||
|
||||
@@ -1 +1 @@
|
||||
@exportClass ol.interaction.DragZoom ol.interaction.DragZoomOptions
|
||||
@exportSymbol ol.interaction.DragZoom
|
||||
|
||||
@@ -1 +1 @@
|
||||
@exportClass ol.interaction.Draw ol.interaction.DrawOptions
|
||||
@exportSymbol ol.interaction.Draw
|
||||
|
||||
@@ -1 +1 @@
|
||||
@exportClass ol.interaction.KeyboardPan ol.interaction.KeyboardPanOptions
|
||||
@exportSymbol ol.interaction.KeyboardPan
|
||||
|
||||
@@ -1 +1 @@
|
||||
@exportClass ol.interaction.KeyboardZoom ol.interaction.KeyboardZoomOptions
|
||||
@exportSymbol ol.interaction.KeyboardZoom
|
||||
|
||||
@@ -1 +1 @@
|
||||
@exportClass ol.interaction.Modify ol.interaction.ModifyOptions
|
||||
@exportSymbol ol.interaction.Modify
|
||||
|
||||
@@ -1 +1 @@
|
||||
@exportClass ol.interaction.Select ol.interaction.SelectOptions
|
||||
@exportSymbol ol.interaction.Select
|
||||
|
||||
@@ -1 +1 @@
|
||||
@exportClass ol.interaction.TouchPan ol.interaction.TouchPanOptions
|
||||
@exportSymbol ol.interaction.TouchPan
|
||||
|
||||
@@ -1 +1 @@
|
||||
@exportClass ol.interaction.TouchRotate ol.interaction.TouchRotateOptions
|
||||
@exportSymbol ol.interaction.TouchRotate
|
||||
|
||||
@@ -1 +1 @@
|
||||
@exportClass ol.layer.Image ol.layer.LayerOptions
|
||||
@exportSymbol ol.layer.Image
|
||||
|
||||
@@ -1 +1 @@
|
||||
@exportClass ol.layer.Group ol.layer.GroupOptions
|
||||
@exportSymbol ol.layer.Group
|
||||
|
||||
@@ -1 +1 @@
|
||||
@exportClass ol.layer.Tile ol.layer.TileOptions
|
||||
@exportSymbol ol.layer.Tile
|
||||
|
||||
@@ -1 +1 @@
|
||||
@exportClass ol.layer.Vector ol.layer.VectorLayerOptions
|
||||
@exportSymbol ol.layer.Vector
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@exportClass ol.Map ol.MapOptions
|
||||
@exportSymbol ol.Map
|
||||
@exportProperty ol.Map.prototype.addControl
|
||||
@exportProperty ol.Map.prototype.addInteraction
|
||||
@exportProperty ol.Map.prototype.addLayer
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@exportClass ol.Overlay ol.OverlayOptions
|
||||
@exportSymbol ol.Overlay
|
||||
|
||||
@exportSymbol ol.OverlayPositioning
|
||||
@exportProperty ol.OverlayPositioning.BOTTOM_LEFT
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@exportClass ol.proj.Projection ol.ProjectionOptions
|
||||
@exportSymbol ol.proj.Projection
|
||||
@exportProperty ol.proj.Projection.prototype.getCode
|
||||
@exportProperty ol.proj.Projection.prototype.getExtent
|
||||
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
@exportClass ol.source.BingMaps ol.source.BingMapsOptions
|
||||
@exportSymbol ol.source.BingMaps
|
||||
@exportProperty ol.source.BingMaps.TOS_ATTRIBUTION
|
||||
|
||||
@@ -1 +1 @@
|
||||
@exportClass ol.source.TileDebug ol.source.TileDebugOptions
|
||||
@exportSymbol ol.source.TileDebug
|
||||
|
||||
@@ -1 +1 @@
|
||||
@exportClass ol.source.ImageStatic ol.source.ImageStaticOptions
|
||||
@exportSymbol ol.source.ImageStatic
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
@exportClass ol.source.ImageWMS ol.source.ImageWMSOptions
|
||||
@exportSymbol ol.source.ImageWMS
|
||||
@exportProperty ol.source.ImageWMS.prototype.getParams
|
||||
@exportProperty ol.source.ImageWMS.prototype.updateParams
|
||||
|
||||
@@ -1 +1 @@
|
||||
@exportClass ol.source.Stamen ol.source.StamenOptions
|
||||
@exportSymbol ol.source.Stamen
|
||||
|
||||
@@ -1 +1 @@
|
||||
@exportClass ol.source.TileJSON ol.source.TileJSONOptions
|
||||
@exportSymbol ol.source.TileJSON
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
@exportClass ol.source.TileWMS ol.source.TileWMSOptions
|
||||
@exportSymbol ol.source.TileWMS
|
||||
@exportProperty ol.source.TileWMS.prototype.getParams
|
||||
@exportProperty ol.source.TileWMS.prototype.updateParams
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
@exportClass ol.source.Vector ol.source.VectorOptions
|
||||
@exportSymbol ol.source.Vector
|
||||
@exportProperty ol.source.Vector.prototype.addFeatures
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@exportClass ol.source.WMTS ol.source.WMTSOptions
|
||||
@exportSymbol ol.source.WMTS
|
||||
@exportProperty ol.source.WMTS.prototype.getDimensions
|
||||
@exportProperty ol.source.WMTS.prototype.updateDimensions
|
||||
@exportSymbol ol.source.WMTS.optionsFromCapabilities
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
@exportClass ol.source.XYZ ol.source.XYZOptions
|
||||
@exportSymbol ol.source.XYZ
|
||||
@exportProperty ol.source.XYZ.prototype.setUrl
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
@exportClass ol.style.Fill ol.style.FillOptions
|
||||
@exportClass ol.style.Icon ol.style.IconOptions
|
||||
@exportClass ol.style.Rule ol.style.RuleOptions
|
||||
@exportClass ol.style.Shape ol.style.ShapeOptions
|
||||
@exportClass ol.style.Stroke ol.style.StrokeOptions
|
||||
@exportClass ol.style.Style ol.style.StyleOptions
|
||||
@exportClass ol.style.Text ol.style.TextOptions
|
||||
@exportSymbol ol.style.Fill
|
||||
@exportSymbol ol.style.Icon
|
||||
@exportSymbol ol.style.Rule
|
||||
@exportSymbol ol.style.Shape
|
||||
@exportSymbol ol.style.Stroke
|
||||
@exportSymbol ol.style.Style
|
||||
@exportSymbol ol.style.Text
|
||||
@exportSymbol ol.style.ShapeType
|
||||
@exportProperty ol.style.ShapeType.CIRCLE
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@exportClass ol.tilegrid.TileGrid ol.tilegrid.TileGridOptions
|
||||
@exportSymbol ol.tilegrid.TileGrid
|
||||
@exportProperty ol.tilegrid.TileGrid.prototype.getMinZoom
|
||||
@exportProperty ol.tilegrid.TileGrid.prototype.getOrigin
|
||||
@exportProperty ol.tilegrid.TileGrid.prototype.getResolutions
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
@exportClass ol.tilegrid.WMTS ol.tilegrid.WMTSOptions
|
||||
@exportSymbol ol.tilegrid.WMTS
|
||||
@exportProperty ol.tilegrid.WMTS.prototype.getMatrixIds
|
||||
|
||||
@@ -1 +1 @@
|
||||
@exportClass ol.tilegrid.XYZ ol.tilegrid.XYZOptions
|
||||
@exportSymbol ol.tilegrid.XYZ
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@exportClass ol.View2D ol.View2DOptions
|
||||
@exportSymbol ol.View2D
|
||||
@exportProperty ol.View2D.prototype.calculateExtent
|
||||
@exportProperty ol.View2D.prototype.constrainResolution
|
||||
@exportProperty ol.View2D.prototype.constrainRotation
|
||||
|
||||
Reference in New Issue
Block a user