Langbein, Michael
301e083dea
Refactor unittest for WebGLPointsLayerRenderer
...
The test for the prerender and postrender events now uses a WebGLPointsLayer instead of a VectorLayer.
This is less confusing and probably closer to practical usage, too.
2020-08-31 10:29:42 +02:00
Langbein, Michael
7808a8cb9a
Implement unit-tests for WebGLLayerRenderer's new preRender and postRender methods.
...
The test only checks if the event is fired. It does not check for the properties of the RenderEvent object.
2020-08-30 13:20:18 +02:00
Langbein, Michael
a70ce2ca06
Implement preRender and postRender methods for WebGLLayerRenderer
...
This is required so that Renderers like WebGLPointsLayerRenderer can fire prerender and postrender events.
Problem described in [issue 11463](https://github.com/openlayers/openlayers/issues/11463 ).
2020-08-30 13:20:18 +02:00
Marc Jansen
17a5015750
Merge pull request #11491 from mike-000/patch-14
...
Cosmetic fix to doc (missing closing quote)
2020-08-28 23:47:27 +02:00
mike-000
f897503e10
Cosmetic fix to doc (missing closing quote)
2020-08-28 22:27:33 +01:00
Andreas Hocevar
6582f87383
Merge pull request #11488 from michalzielanski/z-index-example-bug
...
"Layer Z-Index" example bugfix
2020-08-28 10:51:53 +02:00
Andreas Hocevar
a568aab309
Merge pull request #11486 from davidiamaf/davidiamaf-pixel-null-guard
...
guard for null
2020-08-28 10:22:02 +02:00
Michał Zielański
3ef02fd19d
The star layer should not be assigned the z-index
2020-08-28 08:38:28 +02:00
davidiamaf
ce0d744a10
guard for null
...
against map.getPixelFromCoordinateInternal() returning null
Per https://github.com/openlayers/openlayers/issues/11478
2020-08-27 16:15:09 -04:00
Tim Schaub
218335d0c8
Merge pull request #11481 from michalzielanski/additional-props-in-cloned-geom
...
Adding original properties to cloned geometry
2020-08-27 08:23:46 -06:00
Michał Zielański
0001292a62
Method that copies properties from another object moved to the BaseObject class. Not using getProperties() to avoid creating an intermediate object that is not used later
2020-08-27 09:18:08 +02:00
Tim Schaub
849c8eafb4
Merge pull request #11404 from tschaub/codeql
...
Add security scan
2020-08-26 09:24:39 -06:00
Michał Zielański
8e0a61ac5f
Adding original properties to cloned geometry
2020-08-26 15:11:11 +02:00
Andreas Hocevar
74e39a07de
Merge pull request #11470 from ahocevar/readme
...
Fix pointer events polyfill link
2020-08-26 10:04:33 +02:00
Andreas Hocevar
bacf07ed51
Merge pull request #11467 from ahocevar/style-renderer
...
Style renderer example
2020-08-26 10:02:25 +02:00
Andreas Hocevar
eb92d0dcee
Update description
2020-08-26 09:25:50 +02:00
Tim Schaub
6412b040c3
Use clip path
2020-08-26 09:24:56 +02:00
Tim Schaub
714e08761f
Add security scan
2020-08-25 23:20:55 -06:00
Andreas Hocevar
62842d5508
Merge pull request #11455 from MoonE/apidoc-improvements
...
Apidoc improvements
2020-08-25 15:03:49 +02:00
Andreas Hocevar
963a084eb4
Merge pull request #11474 from haasz/haasz-module-import-fix
...
fix: modify rbush package import
2020-08-25 14:12:35 +02:00
Haász Sándor
02e0b1af11
fix: modify rbush package import
2020-08-25 13:27:48 +02:00
Andreas Hocevar
c37ec39dcd
Merge pull request #11472 from ahocevar/typescript-4.0.2
...
Typescript 4.0.2
2020-08-25 13:16:59 +02:00
Andreas Hocevar
fda93cee23
Updates for TypeScript v4
2020-08-25 13:03:58 +02:00
dependabot-preview[bot]
53dee97af5
Bump typescript from 3.9.7 to 4.0.2
...
Bumps [typescript](https://github.com/Microsoft/TypeScript ) from 3.9.7 to 4.0.2.
- [Release notes](https://github.com/Microsoft/TypeScript/releases )
- [Commits](https://github.com/Microsoft/TypeScript/compare/v3.9.7...v4.0.2 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-08-25 12:33:37 +02:00
Andreas Hocevar
81811e3816
Fix pointer events polyfill link
2020-08-25 11:00:53 +02:00
Andreas Hocevar
9e7bbb0d4e
Add custom style renderer example
2020-08-24 23:43:22 +02:00
Andreas Hocevar
a161ba82d9
Remove notes about custom renderer
2020-08-24 23:24:27 +02:00
Andreas Hocevar
bf455bc348
Merge pull request #11454 from ahocevar/vectortile-projection
...
VectorTile source projection has to match the view projection
2020-08-24 19:15:14 +02:00
Tim Schaub
cae42c6821
Merge pull request #11462 from openlayers/dependabot/npm_and_yarn/rollup-2.26.5
...
Bump rollup from 2.26.3 to 2.26.5
2020-08-24 07:29:08 -06:00
Tim Schaub
f566f8abcd
Merge pull request #11460 from openlayers/dependabot/npm_and_yarn/karma-sourcemap-loader-0.3.8
...
Bump karma-sourcemap-loader from 0.3.7 to 0.3.8
2020-08-24 07:28:06 -06:00
Tim Schaub
f496db5094
Merge pull request #11459 from openlayers/dependabot/npm_and_yarn/ol-mapbox-style-6.1.4
...
Bump ol-mapbox-style from 6.1.3 to 6.1.4
2020-08-24 07:26:37 -06:00
Tim Schaub
5dabc1c3d3
Merge pull request #11458 from openlayers/dependabot/npm_and_yarn/worker-loader-3.0.2
...
Bump worker-loader from 3.0.1 to 3.0.2
2020-08-24 07:25:45 -06:00
Tim Schaub
8127f49d21
Merge pull request #11457 from openlayers/dependabot/npm_and_yarn/babel/core-7.11.4
...
Bump @babel/core from 7.11.1 to 7.11.4
2020-08-24 07:24:15 -06:00
dependabot-preview[bot]
c1523d2f62
Bump rollup from 2.26.3 to 2.26.5
...
Bumps [rollup](https://github.com/rollup/rollup ) from 2.26.3 to 2.26.5.
- [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/v2.26.3...v2.26.5 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-08-24 07:19:42 +00:00
dependabot-preview[bot]
cdb60c2d3a
Bump karma-sourcemap-loader from 0.3.7 to 0.3.8
...
Bumps [karma-sourcemap-loader](https://github.com/demerzel3/karma-sourcemap-loader ) from 0.3.7 to 0.3.8.
- [Release notes](https://github.com/demerzel3/karma-sourcemap-loader/releases )
- [Commits](https://github.com/demerzel3/karma-sourcemap-loader/commits )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-08-24 07:18:13 +00:00
dependabot-preview[bot]
160bcd270f
Bump ol-mapbox-style from 6.1.3 to 6.1.4
...
Bumps [ol-mapbox-style](https://github.com/openlayers/ol-mapbox-style ) from 6.1.3 to 6.1.4.
- [Release notes](https://github.com/openlayers/ol-mapbox-style/releases )
- [Changelog](https://github.com/openlayers/ol-mapbox-style/blob/master/CHANGELOG.md )
- [Commits](https://github.com/openlayers/ol-mapbox-style/compare/v6.1.3...v6.1.4 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-08-24 07:17:31 +00:00
dependabot-preview[bot]
20ad33aa9b
Bump worker-loader from 3.0.1 to 3.0.2
...
Bumps [worker-loader](https://github.com/webpack-contrib/worker-loader ) from 3.0.1 to 3.0.2.
- [Release notes](https://github.com/webpack-contrib/worker-loader/releases )
- [Changelog](https://github.com/webpack-contrib/worker-loader/blob/master/CHANGELOG.md )
- [Commits](https://github.com/webpack-contrib/worker-loader/compare/v3.0.1...v3.0.2 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-08-24 07:16:39 +00:00
dependabot-preview[bot]
352e02afc8
Bump @babel/core from 7.11.1 to 7.11.4
...
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core ) from 7.11.1 to 7.11.4.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.11.4/packages/babel-core )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-08-24 07:15:43 +00:00
Andreas Hocevar
6f0eec632f
Use existing check for assertion
2020-08-23 18:23:52 +02:00
Maximilian Krög
f9ffd75132
dd / dt tag must be inside dl tags
2020-08-23 16:15:50 +02:00
Maximilian Krög
b33b2ce9a4
Don't generate empty nameContainer tag
2020-08-23 16:08:14 +02:00
Maximilian Krög
efdfb169aa
Equal margin for horizontal line
2020-08-23 16:08:14 +02:00
Maximilian Krög
0a136afe15
Navigate to first search result on enter
2020-08-23 16:08:14 +02:00
Maximilian Krög
411d5bfb03
Charset meta tag should be in the first 1024 bytes
2020-08-23 16:08:14 +02:00
Maximilian Krög
477c331a4c
Create source code links during apidoc creation
2020-08-23 16:08:14 +02:00
Andreas Hocevar
323fbca2e6
Merge pull request #11438 from MoonE/apidoc-navigation-scroll
...
Better scroll behaviour for apidocs
2020-08-23 12:46:24 +02:00
Andreas Hocevar
792e15124d
VectorTile source projection has to match the view projection
2020-08-23 12:37:52 +02:00
Maximilian Krög
d74da75561
Graceful fallback for internet explorer 11
2020-08-23 12:21:47 +02:00
Maximilian Krög
d9bc466f43
Better scroll behaviour for apidocs
2020-08-23 11:18:19 +02:00
Andreas Hocevar
83055add03
Merge pull request #11446 from ahocevar/no-events-when-no-target
...
Checks before calling handleEvent on interactions
2020-08-18 16:17:31 +02:00