philip
|
902ed53999
|
Add detection of browsers which cannot render correctly with diagonal
clipping regions. In this case, modify the shape of the clip region
so that it has (a number) of horizontal and vertical edges.
|
2020-01-06 02:23:58 +00:00 |
|
Björn Harrtell
|
05a5f162d4
|
Move logic from dom to xml module
|
2020-01-05 13:12:27 +01:00 |
|
Björn Harrtell
|
5b661ed84c
|
Fix jsdoc
|
2020-01-05 13:00:44 +01:00 |
|
Björn Harrtell
|
bdc20e0293
|
Rework to register Document and add XMLSerializer
|
2020-01-05 13:00:44 +01:00 |
|
Björn Harrtell
|
fc46166821
|
Fix argument name mixup
|
2020-01-05 13:00:44 +01:00 |
|
Björn Harrtell
|
90d61033e0
|
Rework to make DOMImplementation lazy and injectable
|
2020-01-05 13:00:44 +01:00 |
|
Andreas Hocevar
|
2875685b3c
|
Use TileCache instead of custom structure
|
2020-01-05 12:25:44 +01:00 |
|
Andreas Hocevar
|
ae1ee192f3
|
Avoid misleading bind argument
|
2020-01-05 12:09:46 +01:00 |
|
Andreas Hocevar
|
bec747e513
|
Remove unused argument and member
|
2020-01-05 12:08:43 +01:00 |
|
Andreas Hocevar
|
6affeb0beb
|
Do not dispose VectorRenderTiles
|
2020-01-05 11:52:45 +01:00 |
|
Andreas Hocevar
|
da6eed850c
|
Do not lock label cache entries
|
2020-01-05 11:24:46 +01:00 |
|
Andreas Hocevar
|
ae336f0a1b
|
Remove disposeInternal of ImageTile and reproj/Tile
|
2020-01-05 00:13:05 +01:00 |
|
Andreas Hocevar
|
b91e1a893d
|
Do not abort and dispose of tiles
|
2020-01-05 00:05:24 +01:00 |
|
mike-000
|
5b1df4438d
|
Fix for undefined source in Image layer
Prevent error if layer does not have a source. Also clear any existing image if source is set to null or undefined by setSource.
|
2020-01-01 22:04:10 +00:00 |
|
mike-000
|
f48704cac4
|
Fix for undefined source in Vector layer
A source left or set undefined is equivalent to an empty source so treat it as such to prevent errors in prepareFrame
|
2020-01-01 21:04:12 +00:00 |
|
Tim Schaub
|
6063021792
|
Merge pull request #10461 from MoonE/apidocs-objecttypelink
Fix link in apidocs to ObjectEvent.
|
2019-12-31 00:27:27 -05:00 |
|
Tim Schaub
|
ada6ff7290
|
Merge pull request #10466 from openlayers/dependabot/npm_and_yarn/webpack-4.41.5
Bump webpack from 4.41.4 to 4.41.5
|
2019-12-31 00:25:10 -05:00 |
|
Tim Schaub
|
5b3338b6f7
|
Merge pull request #10467 from openlayers/dependabot/npm_and_yarn/sinon-8.0.1
Bump sinon from 8.0.0 to 8.0.1
|
2019-12-31 00:24:38 -05:00 |
|
philip
|
e35795c5a3
|
Rework code to pass eslint
|
2019-12-30 16:46:20 +00:00 |
|
philip
|
89ed757273
|
Fix indentation
|
2019-12-30 16:22:44 +00:00 |
|
dependabot-preview[bot]
|
e8a17376b6
|
Bump sinon from 8.0.0 to 8.0.1
Bumps [sinon](https://github.com/sinonjs/sinon) from 8.0.0 to 8.0.1.
- [Release notes](https://github.com/sinonjs/sinon/releases)
- [Changelog](https://github.com/sinonjs/sinon/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sinonjs/sinon/compare/v8.0.0...v8.0.1)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2019-12-30 07:38:28 +00:00 |
|
dependabot-preview[bot]
|
58482c6c64
|
Bump webpack from 4.41.4 to 4.41.5
Bumps [webpack](https://github.com/webpack/webpack) from 4.41.4 to 4.41.5.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v4.41.4...v4.41.5)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2019-12-30 07:37:37 +00:00 |
|
philip
|
f457093baf
|
Handle the zoomed out case where the source extent is infinite. This
does raise the question of whether an Infinite extent intersects a
finite extent. It appears not to, but maybe it should.
|
2019-12-28 22:31:30 +00:00 |
|
philip
|
4040d03ae6
|
Fix problem with zero size canvas drawing
|
2019-12-28 18:09:07 +00:00 |
|
philip
|
a6b1df3574
|
Fix missing corners of the world
|
2019-12-28 17:47:53 +00:00 |
|
philip
|
b71b87d7bb
|
Fix issue with reprojection and double drawing pixels.
|
2019-12-28 03:40:10 +00:00 |
|
Maximilian Krög
|
9622a8ca93
|
Fix link in apidocs to ObjectEvent.
|
2019-12-27 23:35:19 +01:00 |
|
Olivier Guyot
|
e4ea272799
|
Merge pull request #10413 from MoonE/zoomsliderextent
Limit the ZoomSlider's range to the view's constrained resolution.
|
2019-12-23 14:59:19 +01:00 |
|
Olivier Guyot
|
b68d5e139d
|
Merge pull request #10438 from jahow/prevent-layout-reflow
Avoid accessing the DOM to read the viewport size too often
|
2019-12-23 10:57:42 +01:00 |
|
Olivier Guyot
|
4440994ec8
|
Avoid recomputing the viewport size by reading the DOM everytime
Also clarify View#calculateExtent doc & remove the [data-view] attribute
on the viewport element (not needed anymore).
|
2019-12-23 10:47:54 +01:00 |
|
Andreas Hocevar
|
c66a19c9cc
|
Merge pull request #10450 from openlayers/dependabot/npm_and_yarn/babel/core-7.7.7
Bump @babel/core from 7.7.5 to 7.7.7
|
2019-12-23 10:43:17 +01:00 |
|
Andreas Hocevar
|
7bcc8fc73e
|
Merge pull request #10449 from openlayers/dependabot/npm_and_yarn/eslint-6.8.0
Bump eslint from 6.7.2 to 6.8.0
|
2019-12-23 10:42:44 +01:00 |
|
Andreas Hocevar
|
05bc7f00ca
|
Merge pull request #10448 from openlayers/dependabot/npm_and_yarn/rollup-1.27.14
Bump rollup from 1.27.13 to 1.27.14
|
2019-12-23 10:42:00 +01:00 |
|
Olivier Guyot
|
0d9aec4b6b
|
Merge pull request #10439 from jahow/webgl-add-rotation
WebGL points layer / add support for symbol rotation
|
2019-12-23 10:32:12 +01:00 |
|
dependabot-preview[bot]
|
3d3fe9f41b
|
Bump rollup from 1.27.13 to 1.27.14
Bumps [rollup](https://github.com/rollup/rollup) from 1.27.13 to 1.27.14.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v1.27.13...v1.27.14)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2019-12-23 09:15:54 +00:00 |
|
Andreas Hocevar
|
daf8d0af6c
|
Merge pull request #10447 from openlayers/dependabot/npm_and_yarn/babel/preset-env-7.7.7
Bump @babel/preset-env from 7.7.6 to 7.7.7
|
2019-12-23 10:14:33 +01:00 |
|
Andreas Hocevar
|
79232ea668
|
Merge pull request #10446 from openlayers/dependabot/npm_and_yarn/sinon-8.0.0
Bump sinon from 7.5.0 to 8.0.0
|
2019-12-23 10:13:58 +01:00 |
|
Andreas Hocevar
|
d7a331fc7c
|
Merge pull request #10445 from openlayers/dependabot/npm_and_yarn/webpack-4.41.4
Bump webpack from 4.41.2 to 4.41.4
|
2019-12-23 09:50:26 +01:00 |
|
dependabot-preview[bot]
|
ada892322a
|
Bump webpack from 4.41.2 to 4.41.4
Bumps [webpack](https://github.com/webpack/webpack) from 4.41.2 to 4.41.4.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v4.41.2...v4.41.4)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2019-12-23 08:22:11 +00:00 |
|
Andreas Hocevar
|
c60fd4decd
|
Merge pull request #10444 from openlayers/dependabot/npm_and_yarn/terser-webpack-plugin-2.3.1
Bump terser-webpack-plugin from 2.3.0 to 2.3.1
|
2019-12-23 09:21:00 +01:00 |
|
Andreas Hocevar
|
739459f886
|
Merge pull request #10443 from openlayers/dependabot/npm_and_yarn/webpack-dev-server-3.10.1
Bump webpack-dev-server from 3.9.0 to 3.10.1
|
2019-12-23 09:20:20 +01:00 |
|
dependabot-preview[bot]
|
bcb78fe3a9
|
Bump @babel/core from 7.7.5 to 7.7.7
Bumps [@babel/core](https://github.com/babel/babel) from 7.7.5 to 7.7.7.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/compare/v7.7.5...v7.7.7)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2019-12-23 07:54:01 +00:00 |
|
dependabot-preview[bot]
|
8496b5b4e0
|
Bump eslint from 6.7.2 to 6.8.0
Bumps [eslint](https://github.com/eslint/eslint) from 6.7.2 to 6.8.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v6.7.2...v6.8.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2019-12-23 07:53:34 +00:00 |
|
dependabot-preview[bot]
|
dd9643cc07
|
Bump @babel/preset-env from 7.7.6 to 7.7.7
Bumps [@babel/preset-env](https://github.com/babel/babel) from 7.7.6 to 7.7.7.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/compare/v7.7.6...v7.7.7)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2019-12-23 07:52:02 +00:00 |
|
dependabot-preview[bot]
|
28ae21e5dd
|
Bump sinon from 7.5.0 to 8.0.0
Bumps [sinon](https://github.com/sinonjs/sinon) from 7.5.0 to 8.0.0.
- [Release notes](https://github.com/sinonjs/sinon/releases)
- [Changelog](https://github.com/sinonjs/sinon/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sinonjs/sinon/compare/v7.5.0...v8.0.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2019-12-23 07:51:13 +00:00 |
|
dependabot-preview[bot]
|
8838565629
|
Bump terser-webpack-plugin from 2.3.0 to 2.3.1
Bumps [terser-webpack-plugin](https://github.com/webpack-contrib/terser-webpack-plugin) from 2.3.0 to 2.3.1.
- [Release notes](https://github.com/webpack-contrib/terser-webpack-plugin/releases)
- [Changelog](https://github.com/webpack-contrib/terser-webpack-plugin/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/terser-webpack-plugin/compare/v2.3.0...v2.3.1)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2019-12-23 07:49:51 +00:00 |
|
dependabot-preview[bot]
|
a4c3bce3b1
|
Bump webpack-dev-server from 3.9.0 to 3.10.1
Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server) from 3.9.0 to 3.10.1.
- [Release notes](https://github.com/webpack/webpack-dev-server/releases)
- [Changelog](https://github.com/webpack/webpack-dev-server/blob/v3.10.1/CHANGELOG.md)
- [Commits](https://github.com/webpack/webpack-dev-server/compare/v3.9.0...v3.10.1)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2019-12-23 07:49:09 +00:00 |
|
Maximilian Krög
|
33389969ce
|
Limit the ZoomSlider's range to the view's constrained resolution.
|
2019-12-20 23:13:41 +01:00 |
|
Maximilian Krög
|
d7eaacf923
|
Small performance improvement by saving the calculated logarithm.
|
2019-12-20 23:13:19 +01:00 |
|
Olivier Guyot
|
33e24e9ce9
|
Updated webgl-points-layer example to add a style with rotation
Also made it so that the map re-renders continously, to be able to
use the ["time"] operator.
|
2019-12-20 21:54:06 +01:00 |
|