Commit Graph

31538 Commits

Author SHA1 Message Date
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
Maximilian Krög
6e4e49644d Prevent inserting undefined into Collection 2022-07-30 20:27:36 +02:00
Tim Schaub
d45de03e91 Merge pull request #13906 from tschaub/export-link
Re-export the link interaction from the interactions module
2022-07-30 12:23:41 -06:00
Tim Schaub
0c0e92fcbd Re-export the link interaction from the interactions module 2022-07-30 10:59:45 -06:00
MoonE
e17640c95a Merge pull request #13905 from MoonE/replace-enums
Replace enums with typedefs
2022-07-30 18:12:34 +02:00
Tim Schaub
b10dc3bf83 Merge pull request #13900 from tschaub/flat-style
Accept an object literal for static layer styling
2022-07-30 10:05:21 -06:00
Tim Schaub
ab48290bd7 Accept an object literal for static layer styling 2022-07-30 09:48:10 -06:00
Maximilian Krög
14c2c31d4c Replace RasterOperationType enum with typedef 2022-07-30 15:06:13 +02:00
Maximilian Krög
2caa071a08 Replace MouseWheelZoom Mode enum with typedef 2022-07-30 15:06:12 +02:00
Maximilian Krög
7ac61fdc70 Replace proj/Units enum with typedef 2022-07-30 15:06:12 +02:00
Maximilian Krög
361f1ab837 Replace VectorTileRenderType enum with typedef 2022-07-30 15:06:12 +02:00