Andreas Hocevar
a3bbd60b81
Merge pull request #13939 from ahocevar/vectortile-postrender
...
Render vector tile vectors in correct sequence for the postrender event
2022-08-05 17:13:49 +02:00
Andreas Hocevar
b96a69e11d
Test for correct sequence of context calls and render events
2022-08-05 16:38:59 +02:00
Andreas Hocevar
b81dd0b3bc
Render vector tile vectors in correct sequence for the postrender event
2022-08-05 15:06:38 +02:00
MoonE
f2c4e26468
Merge pull request #13936 from MoonE/array-from
...
Remove workaround for missing TypedArray.from function
2022-08-05 01:10:37 +02:00
Maximilian Krög
e1e19cbd03
Remove workaround for missing TypedArray.from function
2022-08-04 23:36:00 +02:00
MoonE
c6d0d803f9
Merge pull request #13933 from MoonE/set-line-dash
...
Remove check for context.setLineDash
2022-08-04 08:59:24 +02:00
Maximilian Krög
ef82bbd83a
Remove check for context.setLineDash
2022-08-03 22:25:19 +02:00
Tim Schaub
58ca0d8098
Merge pull request #13930 from mike-000/remove-deprecated-tilePixelRatio
...
Remove deprecated DataTile source `tilePixelRatio`
2022-08-03 11:11:12 -06:00
mike-000
02807c8f95
Remove deprecated tilePixelRatio
2022-08-03 17:48:24 +01:00
Andreas Hocevar
59a8612fcb
Merge pull request #13932 from mike-000/remove-range-change
...
Remove input type="range" `change` event listeners where `input` events are also used
2022-08-03 18:35:35 +02:00
mike-000
4eacc92f7f
remove range change event
2022-08-03 17:14:43 +01:00
Tim Schaub
dc9718e389
Merge pull request #13931 from mike-000/remove-deprecated-imageSmoothing
...
Remove deprecated `imageSmoothing` source options
2022-08-03 06:55:59 -06:00
mike-000
27a9f056e0
remove deprecated imageSmoothing
2022-08-03 13:25:43 +01:00
Tim Schaub
aee389e2b7
Merge pull request #13926 from tschaub/map-background
...
Updated map background
2022-08-02 08:24:50 -06:00
Tim Schaub
21223d7096
Updated map background
2022-08-01 17:16:29 -06:00
Tim Schaub
47d90a3f9b
Merge pull request #13923 from tschaub/code-sandbox
...
Include babel for CodeSandbox
2022-08-01 12:54:02 -06:00
Tim Schaub
6bd68241e3
Include babel for codesandbox
2022-08-01 12:04:39 -06:00
Tim Schaub
46cceb22a7
Merge pull request #13922 from mike-000/es-version
...
Remove reference to ES6 as ES2017 already listed
2022-08-01 10:45:07 -06:00
mike-000
f94ee61314
Remove reference to ES6 as ES2017 already listed
2022-08-01 17:24:26 +01:00
Tim Schaub
dc2414fe37
Merge pull request #13919 from openlayers/dependabot/npm_and_yarn/rollup-2.77.2
...
Bump rollup from 2.77.0 to 2.77.2
2022-08-01 06:00:58 -06:00
Tim Schaub
336934ec43
Merge pull request #13920 from openlayers/dependabot/npm_and_yarn/eslint-8.21.0
...
Bump eslint from 8.20.0 to 8.21.0
2022-08-01 06:00:07 -06:00
Tim Schaub
973c411082
Merge pull request #13917 from tschaub/doc-style
...
Style updates for examples and API docs
2022-08-01 05:44:13 -06:00
Tim Schaub
57be514c32
Merge pull request #13916 from tschaub/cookieless
...
Remove Google Analytics and cookie consent
2022-08-01 05:41:50 -06:00
dependabot[bot]
874ebd385e
Bump eslint from 8.20.0 to 8.21.0
...
Bumps [eslint](https://github.com/eslint/eslint ) from 8.20.0 to 8.21.0.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/compare/v8.20.0...v8.21.0 )
---
updated-dependencies:
- dependency-name: eslint
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-08-01 10:01:31 +00:00
dependabot[bot]
0fe07e1caf
Bump rollup from 2.77.0 to 2.77.2
...
Bumps [rollup](https://github.com/rollup/rollup ) from 2.77.0 to 2.77.2.
- [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.77.0...v2.77.2 )
---
updated-dependencies:
- dependency-name: rollup
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-08-01 10:01:17 +00:00
Tim Schaub
1bd9201fed
Style updates for examples and API docs
2022-07-31 19:07:46 -06:00
Tim Schaub
8cb423d1d1
Avoid uncaught type error
2022-07-31 14:01:31 -06:00
Tim Schaub
644337184c
Remove Google Analytics and cookie consent
2022-07-31 13:47:03 -06:00
MoonE
15329aad00
Merge pull request #13915 from MoonE/fix-map-render-test
...
Fix map render test
2022-07-31 21:17:42 +02:00
Tim Schaub
59fa54cd5a
Merge pull request #13908 from tschaub/style
...
Uniformly grayscale controls
2022-07-31 13:14:59 -06:00
Tim Schaub
9696795dd2
Merge pull request #13914 from tschaub/unplugged
...
Remove PluggableMap
2022-07-31 13:04:24 -06:00
Maximilian Krög
e3987dfdbf
Fix Map render test
...
The value set to id2 was never read, postrender fires in renderSync
2022-07-31 20:04:59 +02:00
Maximilian Krög
b2d2f44f43
No need to wait for postrender in Map test
2022-07-31 20:04:55 +02:00
Tim Schaub
85ef563ba8
Remove PluggableMap
2022-07-31 10:08:13 -06:00
MoonE
b534368394
Merge pull request #13911 from MoonE/remove-mouse-position-undefined-html
...
Remove MousePosition's deprecated undefinedHTML option
2022-07-31 10:09:31 +02:00
MoonE
0992787d7a
Merge pull request #13912 from MoonE/always-use-global-composite-opertion-for-icon-image-color
...
Remove IconImage color fallback for IE
2022-07-31 09:59:43 +02:00
Tim Schaub
6491b161a9
Uniformly uncolored
2022-07-30 19:29:29 -06:00
Maximilian Krög
7c81cb41a8
Remove IconImage color fallback for IE
2022-07-31 02:29:20 +02:00
Maximilian Krög
417753422e
Remove unused 2nd parameter for querySelector call
...
I guess the intention was to only serch for nodes contained in the
2nd parameter. That should have been `node.querySelector('...')`
but it doesn't matter in the test environment.
2022-07-31 02:23:35 +02:00
Maximilian Krög
c90c4c84c5
Remove MousePosition's deprecated undefinedHTML option
...
Simplify the placeholder option to only accept strings or undefined.
2022-07-31 02:23:35 +02:00
MoonE
f276f3f47f
Merge pull request #13907 from MoonE/remove-ms-image-smoothing-enabled
...
Remove IE fallbacks
2022-07-30 23:58:55 +02:00
MoonE
a575631f88
Merge pull request #13910 from MoonE/export-map-codesandbox
...
Fix editing of export-map example on codesandbox
2022-07-30 23:57:22 +02:00
Maximilian Krög
d747216180
Fix editing of export-map example on codesandbox
2022-07-30 23:27:21 +02:00
Maximilian Krög
4c13ef13c9
Remove textContent fallback for IE
2022-07-30 23:06:59 +02:00
Maximilian Krög
5f8a83b6d8
Remove fullscreen handling fallback for IE
2022-07-30 22:59:26 +02:00
Maximilian Krög
e0fd784c16
Remove msSaveBlob fallback for IE
2022-07-30 22:58:47 +02:00
Maximilian Krög
e56bda5848
Remove IE css fallback
2022-07-30 22:57:51 +02:00
Maximilian Krög
6a6d2cd612
Remove IE image smoothing fallback
2022-07-30 22:36:32 +02:00
MoonE
37aaf8ed4b
Merge pull request #13902 from MoonE/type-safe-collection
...
Improve Collection type-safety
2022-07-30 21:38:48 +02:00
Maximilian Krög
75c17e55b1
Improve Collection type-safety
2022-07-30 21:30:35 +02:00