Commit Graph

31571 Commits

Author SHA1 Message Date
dependabot[bot]
5f81769802 Bump puppeteer from 15.5.0 to 16.1.0
Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 15.5.0 to 16.1.0.
- [Release notes](https://github.com/puppeteer/puppeteer/releases)
- [Changelog](https://github.com/puppeteer/puppeteer/blob/main/CHANGELOG.md)
- [Commits](https://github.com/puppeteer/puppeteer/compare/v15.5.0...v16.1.0)

---
updated-dependencies:
- dependency-name: puppeteer
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-08 10:07:48 +00:00
Olivier Guyot
14d1ac0c7a Merge pull request #13944 from jahow/fix-webgl-points-flaky-test
Fix WebGL points layer flaky test
2022-08-08 09:33:25 +02:00
MoonE
ef09482505 Merge pull request #13943 from MoonE/scaleline
Scaleline
2022-08-07 23:52:26 +02:00
MoonE
2c1c76c24e Merge pull request #13942 from MoonE/kmz
Improve loading of kmz file in example
2022-08-07 23:51:52 +02:00
Olivier Guyot
5e88b55d5a Webgl points test / unregister listener to avoid failures 2022-08-07 21:20:44 +02:00
Maximilian Krög
03a16e3444 Use a range input to select the number of steps (1 to 8) 2022-08-07 00:45:14 +02:00
Maximilian Krög
436a4ca597 Add color invert option to scale-line example 2022-08-07 00:44:31 +02:00
Maximilian Krög
e10432260f Cleanup scale-line example 2022-08-07 00:43:06 +02:00
Maximilian Krög
f7cb9b9fdf Invert displayed scale for very high zoom levels
This prevents a scale of '1 : 0' being displayed and instead displays
'scale : 1'
2022-08-06 23:16:25 +02:00
Maximilian Krög
564d9d7685 Set pointer-event: none for ScaleLine
There is no reason to interact with this control and for the
`bar` option the blocked rect may be unexpectedly large
2022-08-06 23:16:25 +02:00
Maximilian Krög
ff79897f06 Fix default value docs for ScaleLine class option 2022-08-06 23:16:25 +02:00
Maximilian Krög
97f0e70447 Remove unnecessary code
Remove unnecessary nested div element
Don't number to string to number
2022-08-06 23:16:25 +02:00
Maximilian Krög
e0cbb6daa8 Cleanup ScaleLine code 2022-08-06 23:16:15 +02:00
Maximilian Krög
4504f139af Improve loading of kmz file example
- The href will always start with path as it is sliced starting from 0
  Not sure if it is possible that window locatin does not have a slash
  unless its some about:-page.
- Should be possible to query for the file name directly without regex,
  if the filename contains special regex characters it may behave
  unexpectedly
2022-08-06 21:59:08 +02:00
MoonE
b0306828a7 Merge pull request #13941 from MoonE/kml-default-icon-anchor
Fix KML default icon anchor with https icon url
2022-08-06 21:09:01 +02:00
Maximilian Krög
f2e82ba1e4 Fix default icon anchor with https icon url 2022-08-06 11:11:24 +02:00
MoonE
854300181a Merge pull request #13937 from MoonE/use-nicer-functions
Use nicer functions, remove old code
2022-08-05 21:19:38 +02:00
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
Maximilian Krög
403b06b438 Use RegExp#test intead of String#match 2022-08-05 01:49:16 +02:00
Maximilian Krög
81c10fa609 Remove accessing legacy RegExp.$ instead of match return value 2022-08-05 01:49:16 +02:00
Maximilian Krög
bb3c5bf144 Use String#startsWith instead of String#indexOf 2022-08-05 01:49:16 +02:00
Maximilian Krög
0b945f2321 Use includes instead of indexOf 2022-08-05 01:49:01 +02:00
Maximilian Krög
5e34b9aa20 Fix print-to-scale ignore collapsible attribution 2022-08-05 01:32:50 +02:00
Maximilian Krög
31ed30923d Remove array.includes 2022-08-05 01:26:25 +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