Commit Graph

31640 Commits

Author SHA1 Message Date
Tim Schaub
27b1bc513d Whitespace adjustments 2022-08-15 14:17:26 -06:00
MoonE
688fc7e43f Merge pull request #13982 from MoonE/kml-timezone
Fix kml-timezone example calculations
2022-08-15 21:32:58 +02:00
Tim Schaub
e95b4914ce Merge pull request #13986 from openlayers/dependabot/npm_and_yarn/webpack-dev-server-4.10.0
Bump webpack-dev-server from 4.9.3 to 4.10.0
2022-08-15 09:47:11 -06:00
Tim Schaub
844279878b Merge pull request #13985 from openlayers/dependabot/npm_and_yarn/rollup-2.78.0
Bump rollup from 2.77.2 to 2.78.0
2022-08-15 08:10:11 -06:00
Tim Schaub
4176427184 Merge pull request #13987 from openlayers/dependabot/npm_and_yarn/eslint-8.22.0
Bump eslint from 8.21.0 to 8.22.0
2022-08-15 08:08:39 -06:00
dependabot[bot]
14261a34d9 Bump eslint from 8.21.0 to 8.22.0
Bumps [eslint](https://github.com/eslint/eslint) from 8.21.0 to 8.22.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.21.0...v8.22.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-15 10:01:46 +00:00
dependabot[bot]
0feb83d914 Bump webpack-dev-server from 4.9.3 to 4.10.0
Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server) from 4.9.3 to 4.10.0.
- [Release notes](https://github.com/webpack/webpack-dev-server/releases)
- [Changelog](https://github.com/webpack/webpack-dev-server/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack/webpack-dev-server/compare/v4.9.3...v4.10.0)

---
updated-dependencies:
- dependency-name: webpack-dev-server
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-15 10:01:30 +00:00
dependabot[bot]
cc240f7177 Bump rollup from 2.77.2 to 2.78.0
Bumps [rollup](https://github.com/rollup/rollup) from 2.77.2 to 2.78.0.
- [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.2...v2.78.0)

---
updated-dependencies:
- dependency-name: rollup
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-15 10:01:14 +00:00
Maximilian Krög
cdc3235c89 Fix kml-timezone example calculations
- The parsed minutes had the wrong sign when the offset is negative.
- When calculating the local time, the minutes should be subtracted instead of added
- Fix a data error in the kml, a fullstop was used instead of a colon.
2022-08-15 00:01:48 +02:00
MoonE
adc9a5318e Merge pull request #13977 from MoonE/examples
Fix some errors in examples
2022-08-14 18:03:22 +02:00
Maximilian Krög
74a8759e3b Fix topolis example
toastr did not work because jquery has to bo loaded before toastr.
2022-08-14 16:44:43 +02:00
Maximilian Krög
9109ab8407 Only load lzstring script when clicking Edit 2022-08-14 16:36:49 +02:00
Maximilian Krög
5fb74d21e5 Some improvements to the edit-example script 2022-08-14 16:36:48 +02:00
Maximilian Krög
cf42592f78 Remove unused clipboard script
prism seems to no longer need it
2022-08-14 16:36:48 +02:00
Maximilian Krög
259e3fe1c9 Fix ol.css for some examples
- es2015-custom-element needs css variables declared in :host
- external-map-map still does not work when editing in codesandbox,
  though that neither worked before.
2022-08-14 16:36:48 +02:00
Maximilian Krög
839e1d1c65 Use non-symlinked ol.css for example-builder
File watching does not seem to work with symlinks
2022-08-14 16:36:48 +02:00
MoonE
3cbb40b943 Merge pull request #13978 from MoonE/fontawesome-6
Update FontAwesome to v6.1.2
2022-08-14 16:32:19 +02:00
Maximilian Krög
bc65f2d704 Update FontAwesome to v6.1.2 2022-08-13 23:10:31 +02:00
Tim Schaub
0c3b98592d Merge pull request #13974 from mike-000/LUMINANCE_ALPHA
Use correct bands with `LUMINANCE_ALPHA`
2022-08-13 08:23:24 -06:00
mike-000
e6b4b08cac fix LUMINANCE_ALPHA 2022-08-12 15:55:25 +01:00
Tim Schaub
435e0bb9e8 Merge pull request #13972 from tschaub/un_opt
Remove opt_ prefix
2022-08-12 06:16:27 -06:00
Tim Schaub
ca90dd6fd7 Merge pull request #13973 from mike-000/bandcount
Fix bandcount per texture for 8, 12, 16, etc. bands
2022-08-12 06:08:58 -06:00
Andreas Hocevar
3e707d4ded Merge pull request #13955 from mike-000/immediate-icons
Do not apply #12467 change to Icons
2022-08-12 13:05:33 +02:00
mike-000
b5b53b244f fix bandcount per texture for 8, 12, 16, etc bands 2022-08-12 10:47:27 +01:00
Tim Schaub
99612e7f9a Remove opt_ prefix 2022-08-11 20:14:35 -06:00
MoonE
dd1edc37ca Merge pull request #13971 from MoonE/remove-ie-compatibility
Remove more IE compatibility
2022-08-12 00:38:47 +02:00
Tim Schaub
06dd88268b Merge pull request #13965 from tschaub/doc-update
Remove workaround and docs for IE 11
2022-08-11 16:30:13 -06:00
Maximilian Krög
5c4339f367 Remove more IE compatibility 2022-08-12 00:26:25 +02:00
Tim Schaub
c0d0e8e749 Merge pull request #13967 from tschaub/uncircular
Remove circular dependency
2022-08-11 15:49:13 -06:00
Maximilian Krög
f971393ee0 Correct import statement for default exported methods 2022-08-11 22:40:14 +02:00
Tim Schaub
4d3cb782c8 Remove circular dependency 2022-08-11 11:51:01 -06:00
Tim Schaub
c327740108 Merge pull request #13968 from tschaub/sponsors
Update link to sponsors
2022-08-10 15:15:13 -06:00
Tim Schaub
549073791f Updated link to sponsors 2022-08-10 14:46:32 -06:00
Tim Schaub
beed5cd1be Merge pull request #13966 from tschaub/map-update
Bundle code for the map on the homepage
2022-08-10 14:10:22 -06:00
Tim Schaub
b8b8ecd19a Make fullscreen map work in Safari 2022-08-10 13:55:16 -06:00
Tim Schaub
ba3517885c Updated example index 2022-08-10 12:36:14 -06:00
Tim Schaub
d535c37fe4 Update message from deploy preview job 2022-08-10 12:36:13 -06:00
Tim Schaub
157baa2782 Bundle code for the map on the homepage 2022-08-10 12:21:58 -06:00
Tim Schaub
ff0dcbef89 Remove workaround and docs for IE 11 2022-08-10 10:49:28 -06:00
Tim Schaub
9d447b9413 Merge pull request #13961 from tschaub/website
Website build
2022-08-10 10:45:28 -06:00
Tim Schaub
9dff55a8ac Build the website 2022-08-10 10:35:07 -06:00
Tim Schaub
3a05a73471 Merge pull request #13963 from tschaub/fewer-polyfills
Remove polyfills for IE and Android 4
2022-08-10 06:22:06 -06:00
Tim Schaub
30968b0786 Remove polyfills for IE and Android 4 2022-08-09 15:06:01 -06:00
MoonE
1bcc7770b0 Merge pull request #13957 from MoonE/util-version
Replace VERSION in un-transpiled source
2022-08-09 09:20:13 +02:00
MoonE
6d822bc790 Merge pull request #13958 from MoonE/const
Use const in docs and other places
2022-08-09 09:18:59 +02:00
MoonE
9f82a14f44 Merge pull request #13959 from MoonE/add-missing-new-lines
Add few missing new lines in example source listing
2022-08-09 09:17:12 +02:00
mike-000
8bbeb31cfb correct setting of pixelRatio 2022-08-08 23:48:50 +01:00
mike-000
4953f63fd7 Do not apply #12467 change to Icons
Use getPixelRatio() as in ImageBuilder
2022-08-08 23:48:49 +01:00
MoonE
67d90f2634 Merge pull request #13956 from MoonE/error-in-api-pages
Fix js error in api pages on load
2022-08-09 00:42:59 +02:00
Maximilian Krög
5fb69b1de1 Some more small code improvements 2022-08-09 00:28:41 +02:00