Frederic Junod
4e0d195236
Remove unused minResolution and maxResolution
2018-03-29 16:32:21 +02:00
Frederic Junod
60ca330dce
Rename constructor options typedef to 'Options'
2018-03-29 15:50:32 +02:00
Andreas Hocevar
0335420634
Merge pull request #8042 from ahocevar/only-loaded-tiles
...
Only process loaded tiles
2018-03-29 11:52:04 +02:00
ahocevar
dd6f4eef58
Only process loaded tiles
2018-03-29 11:44:32 +02:00
Frédéric Junod
93f704fcd5
Merge pull request #8036 from fredj/misc
...
Move the temporary arrays to the module level
2018-03-29 08:27:48 +02:00
Tim Schaub
9ed9185b77
Merge pull request #8032 from romanzoller/remove-olx-typedefs-ol/source
...
Start removing externs for `ol/source`
2018-03-28 22:27:11 -06:00
Tim Schaub
6029cf829b
Merge pull request #8039 from openlayers/greenkeeper/google-closure-compiler-20180319.0.0
...
Update google-closure-compiler to the latest version 🚀
2018-03-28 22:25:05 -06:00
greenkeeper[bot]
dc0e331e86
chore(package): update google-closure-compiler to version 20180319.0.0
2018-03-28 20:01:47 +00:00
Frédéric Junod
79157175ba
Merge pull request #8038 from fredj/ZoomToExtent_title
...
Fix ZoomToExtent default tipLabel value
2018-03-28 12:48:28 +02:00
Frederic Junod
694afc0196
Fix ZoomToExtent default tipLabel value
2018-03-28 12:38:13 +02:00
Frederic Junod
d8fd51a537
Remove unused private variable
2018-03-28 08:56:36 +02:00
Frederic Junod
e9ce23a461
Move the temporary arrays to the module level
...
No need to create a new variable for each instance.
2018-03-28 08:55:27 +02:00
Frédéric Junod
72641ef884
Merge pull request #8034 from fredj/jsdoc_module
...
More Jsdoc module fixes
2018-03-27 16:35:41 +02:00
Frederic Junod
51d41466ff
Refresh externs/xol.js
2018-03-27 16:20:52 +02:00
Frederic Junod
5bfa3ebcda
Move olx.style.StrokeOptions to src/ol/style/Stroke
2018-03-27 16:20:52 +02:00
Frederic Junod
ac1a9e97ed
Move olx.style.FillOptions to src/ol/style/Fill
2018-03-27 15:44:53 +02:00
Frederic Junod
45ad265849
Move olx.style.AtlasManagerOptions to src/ol/style/AtlasManager
2018-03-27 15:15:33 +02:00
Frederic Junod
7cbc22fece
Module type for ol.style.*
2018-03-27 15:09:52 +02:00
Roman Zoller
8863a26b2d
Move olx.source.ImageArcGISRestOptions to ol/source/ImageArcGISRestOptions
2018-03-26 16:53:50 +02:00
Frédéric Junod
2de83adb8e
Merge pull request #8029 from fredj/jsdoc_module
...
More Jsdoc module fixes
2018-03-26 16:50:16 +02:00
Tim Schaub
ba350064f2
Merge pull request #8030 from walkermatt/patch-1
...
Set `user-select: text` for .ol-selectable
2018-03-26 08:25:43 -06:00
Matt Walker
caa4a0566e
Set user-select: text for .ol-selectable
...
In order to allow a user to select content within an element with the `.ol-selectable` class the `user-select` CSS property should be `text`.
The current value of `auto` results in a computed value of `none` due to the rule `.ol-viewport, .ol-unselectable` specifying `user-select: none`. According to the [the specification](https://www.w3.org/TR/css-ui-4/#valdef-user-select-auto ):
> if the computed value of `user-select` on the parent of this element is `none`, the computed value is `none`
Tested manually on Chromium, Firefox and IE11.
2018-03-26 14:16:45 +01:00
Frederic Junod
932ea9c8b2
Refresh externs/xol.js
2018-03-26 10:54:18 +02:00
Frederic Junod
b121ced3da
Module type for ol.format.Lexer
2018-03-26 10:50:59 +02:00
Frederic Junod
b08edd8dfe
Module type for ol.PluggableMap
2018-03-26 10:45:28 +02:00
Frederic Junod
1bd8bf5ac0
Module type for ol.layer.VectorRenderType
2018-03-26 10:44:22 +02:00
Frederic Junod
4580bd15c5
Module type for ol.layer.Base
2018-03-26 10:41:29 +02:00
Frederic Junod
813c009912
Module type for ol.Collection
2018-03-26 10:40:28 +02:00
Frederic Junod
1cad0c665f
Module type for ol.Extent
2018-03-26 10:38:55 +02:00
Frédéric Junod
423326ffc0
Merge pull request #8028 from openlayers/greenkeeper/marked-0.3.19
...
Update marked to the latest version 🚀
2018-03-26 09:50:42 +02:00
greenkeeper[bot]
8e9f0b66fd
chore(package): update marked to version 0.3.19
2018-03-26 03:01:50 +00:00
Roman Zoller
81a0c341ab
Move ol.SourceImageOptions to ol/source/Image
2018-03-25 12:00:26 +02:00
Roman Zoller
d4f39f7bbb
Move ol.SourceSourceOptions to ol/source/Source
2018-03-25 11:45:15 +02:00
Andreas Hocevar
a8ac013d93
Merge pull request #8025 from romanzoller/remove-ol-layer-olx
...
Move olx.layer.* to ol/layer/*
2018-03-23 22:37:34 +01:00
Roman Zoller
7ebe53d058
Fix setting of useInterimTilesOnError
...
With the previous check it was always set to `true`.
2018-03-23 18:40:31 +01:00
Roman Zoller
17a348e594
Move olx.layer.VectorTileOptions to ol/layer/VectorTile
2018-03-23 18:40:31 +01:00
Roman Zoller
41ecc4a794
Move olx.layer.VectorOptions to ol/layer/Vector
2018-03-23 18:39:46 +01:00
Roman Zoller
c24b369523
Move olx.layer.TileOptions to ol/layer/Tile
2018-03-23 18:39:46 +01:00
Roman Zoller
34d5a38a9e
Move olx.layer.ImageOptions to ol/layer/Image
2018-03-23 18:39:46 +01:00
Roman Zoller
aa57bc86e5
Move olx.layer.HeatmapOptions to ol/layer/Heatmap
2018-03-23 18:39:46 +01:00
Roman Zoller
1e476ae9e7
Move olx.layer.GroupOptions to ol/layer/Group
2018-03-23 18:39:46 +01:00
Roman Zoller
c0148cae7c
Move olx.layer.LayerOptions to ol/layer/Layer
2018-03-23 18:38:57 +01:00
Frédéric Junod
02d2e97a23
Merge pull request #8023 from fredj/typedefs.js
...
Module type changes for ol.webgl
2018-03-23 13:37:16 +01:00
Frederic Junod
2fc9cb691d
Module type for ol.webgl.Vertex
2018-03-23 13:25:47 +01:00
Frederic Junod
873b01bba5
Move WebGL typedefs out of src/ol/typedefs.js
2018-03-23 13:22:51 +01:00
Frederic Junod
5306490733
Module type for ol.webgl.Context
2018-03-23 12:17:42 +01:00
Frederic Junod
353a3b77b6
Module type for ol.webgl.Buffer
2018-03-23 12:16:04 +01:00
Frederic Junod
731c2eddae
Module type for ol.webgl.Shader
2018-03-23 12:13:56 +01:00
Frederic Junod
6f6b60769c
Module type for ol.webgl.Fragment
2018-03-23 12:13:25 +01:00
Frédéric Junod
b836e230c6
Merge pull request #8021 from fredj/olx.ViewState
...
Move olx.ViewState to ol/View
2018-03-23 12:06:58 +01:00