Tim Schaub
|
78a4efab8c
|
Merge pull request #12837 from mike-000/getDataAtPixel
forEachLayerAtPixel return null for unsupported layer types
|
2021-09-30 04:13:36 -06:00 |
|
mike-000
|
54871b6c52
|
return null for unsupported layer types
|
2021-09-30 10:32:48 +01:00 |
|
Tim Schaub
|
709139c657
|
Merge pull request #12836 from tschaub/denormalized
Support a normalize option on the GeoTIFF source
|
2021-09-29 15:57:27 -06:00 |
|
MoonE
|
9e37182649
|
Merge pull request #12646 from ashchurova/fix-8136-hit-detection-custom-renderer
Support for hit detection in styles with custom rendering
|
2021-09-29 20:22:57 +02:00 |
|
Tim Schaub
|
d7b0191c78
|
Support a normalize option on the GeoTIFF source
|
2021-09-29 10:25:22 -06:00 |
|
MoonE
|
5f118b0244
|
Merge pull request #12831 from MoonE/fix-emptied-vectorimage
Fix rendering VectorImage with no features in view extent
|
2021-09-28 23:28:00 +02:00 |
|
Andreas Hocevar
|
e74d15659f
|
Merge pull request #12830 from ejn/bugfix/overviewmap-layers-type
bugfix: Fix type of `layers` option in `OverviewMap`
|
2021-09-28 11:43:09 +02:00 |
|
Maximilian Krög
|
1942f3f91b
|
Fix rendering VectorImage with no features in view extent
|
2021-09-27 23:04:58 +02:00 |
|
Maximilian Krög
|
2d3d6cae31
|
Test VectorImage rendering view extent with no features
|
2021-09-27 23:04:55 +02:00 |
|
Tim Schaub
|
f2f5a51455
|
Merge pull request #12822 from openlayers/dependabot/npm_and_yarn/glob-7.2.0
Bump glob from 7.1.7 to 7.2.0
|
2021-09-27 11:09:29 -06:00 |
|
Tim Schaub
|
1c4bcd7ceb
|
Merge pull request #12824 from openlayers/dependabot/npm_and_yarn/rollup-2.57.0
Bump rollup from 2.56.3 to 2.57.0
|
2021-09-27 11:09:05 -06:00 |
|
Tim Schaub
|
fd178c71e6
|
Merge pull request #12818 from openlayers/dependabot/npm_and_yarn/threads-1.7.0
Bump threads from 1.6.5 to 1.7.0
|
2021-09-27 10:47:17 -06:00 |
|
dependabot[bot]
|
aee95cf690
|
Bump rollup from 2.56.3 to 2.57.0
Bumps [rollup](https://github.com/rollup/rollup) from 2.56.3 to 2.57.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.56.3...v2.57.0)
---
updated-dependencies:
- dependency-name: rollup
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-09-27 16:44:18 +00:00 |
|
Tim Schaub
|
a32dc03a78
|
Merge pull request #12821 from openlayers/dependabot/npm_and_yarn/rollup/plugin-node-resolve-13.0.5
Bump @rollup/plugin-node-resolve from 13.0.4 to 13.0.5
|
2021-09-27 10:43:25 -06:00 |
|
Tim Schaub
|
17b8e80f0a
|
Merge pull request #12823 from openlayers/dependabot/npm_and_yarn/walk-2.3.15
Bump walk from 2.3.14 to 2.3.15
|
2021-09-27 10:42:58 -06:00 |
|
Tim Schaub
|
b3c417d1c2
|
Merge pull request #12819 from openlayers/dependabot/npm_and_yarn/webpack-dev-middleware-5.2.1
Bump webpack-dev-middleware from 5.1.0 to 5.2.1
|
2021-09-27 10:42:02 -06:00 |
|
Tim Schaub
|
06884c1f35
|
Merge pull request #12820 from openlayers/dependabot/npm_and_yarn/mocha-9.1.2
Bump mocha from 9.1.1 to 9.1.2
|
2021-09-27 10:41:26 -06:00 |
|
Tim Schaub
|
13da248cbf
|
Merge pull request #12817 from openlayers/dependabot/npm_and_yarn/yargs-17.2.1
Bump yargs from 17.1.1 to 17.2.1
|
2021-09-27 10:40:45 -06:00 |
|
dependabot[bot]
|
2274598ea3
|
Bump glob from 7.1.7 to 7.2.0
Bumps [glob](https://github.com/isaacs/node-glob) from 7.1.7 to 7.2.0.
- [Release notes](https://github.com/isaacs/node-glob/releases)
- [Changelog](https://github.com/isaacs/node-glob/blob/master/changelog.md)
- [Commits](https://github.com/isaacs/node-glob/compare/v7.1.7...v7.2.0)
---
updated-dependencies:
- dependency-name: glob
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-09-27 16:38:52 +00:00 |
|
Tim Schaub
|
c5a4e842a3
|
Merge pull request #12825 from openlayers/dependabot/npm_and_yarn/webpack-5.54.0
Bump webpack from 5.53.0 to 5.54.0
|
2021-09-27 10:37:56 -06:00 |
|
Tim Schaub
|
b929e02f78
|
Merge pull request #12826 from openlayers/dependabot/npm_and_yarn/puppeteer-10.4.0
Bump puppeteer from 10.2.0 to 10.4.0
|
2021-09-27 10:36:59 -06:00 |
|
Edward Nash
|
a4186fae3c
|
bugfix: Fix type of layers option in OverviewMap
* The foundation Layer class is BaseLayer and not Layer
|
2021-09-27 13:33:24 +02:00 |
|
Tim Schaub
|
bfb6c0ffb5
|
Merge pull request #12815 from tschaub/typo
Spelling correction
|
2021-09-27 05:18:09 -06:00 |
|
dependabot[bot]
|
9d167413e7
|
Bump puppeteer from 10.2.0 to 10.4.0
Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 10.2.0 to 10.4.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/v10.2.0...v10.4.0)
---
updated-dependencies:
- dependency-name: puppeteer
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-09-27 10:03:07 +00:00 |
|
dependabot[bot]
|
bec5e9676a
|
Bump webpack from 5.53.0 to 5.54.0
Bumps [webpack](https://github.com/webpack/webpack) from 5.53.0 to 5.54.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.53.0...v5.54.0)
---
updated-dependencies:
- dependency-name: webpack
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-09-27 10:02:51 +00:00 |
|
dependabot[bot]
|
676f538642
|
Bump walk from 2.3.14 to 2.3.15
Bumps [walk](https://github.com/coolaj86/node-walk) from 2.3.14 to 2.3.15.
- [Release notes](https://github.com/coolaj86/node-walk/releases)
- [Commits](https://github.com/coolaj86/node-walk/commits)
---
updated-dependencies:
- dependency-name: walk
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-09-27 10:02:16 +00:00 |
|
dependabot[bot]
|
c81a486615
|
Bump @rollup/plugin-node-resolve from 13.0.4 to 13.0.5
Bumps [@rollup/plugin-node-resolve](https://github.com/rollup/plugins/tree/HEAD/packages/node-resolve) from 13.0.4 to 13.0.5.
- [Release notes](https://github.com/rollup/plugins/releases)
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/node-resolve/CHANGELOG.md)
- [Commits](https://github.com/rollup/plugins/commits/node-resolve-v13.0.5/packages/node-resolve)
---
updated-dependencies:
- dependency-name: "@rollup/plugin-node-resolve"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-09-27 10:01:52 +00:00 |
|
dependabot[bot]
|
722769695d
|
Bump mocha from 9.1.1 to 9.1.2
Bumps [mocha](https://github.com/mochajs/mocha) from 9.1.1 to 9.1.2.
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mochajs/mocha/compare/v9.1.1...v9.1.2)
---
updated-dependencies:
- dependency-name: mocha
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-09-27 10:01:41 +00:00 |
|
dependabot[bot]
|
9511063f7e
|
Bump webpack-dev-middleware from 5.1.0 to 5.2.1
Bumps [webpack-dev-middleware](https://github.com/webpack/webpack-dev-middleware) from 5.1.0 to 5.2.1.
- [Release notes](https://github.com/webpack/webpack-dev-middleware/releases)
- [Changelog](https://github.com/webpack/webpack-dev-middleware/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack/webpack-dev-middleware/compare/v5.1.0...v5.2.1)
---
updated-dependencies:
- dependency-name: webpack-dev-middleware
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-09-27 10:01:18 +00:00 |
|
dependabot[bot]
|
d755fbc507
|
Bump threads from 1.6.5 to 1.7.0
Bumps [threads](https://github.com/andywer/threads.js) from 1.6.5 to 1.7.0.
- [Release notes](https://github.com/andywer/threads.js/releases)
- [Changelog](https://github.com/andywer/threads.js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/andywer/threads.js/compare/v1.6.5...v1.7.0)
---
updated-dependencies:
- dependency-name: threads
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-09-27 10:01:06 +00:00 |
|
dependabot[bot]
|
f7aba759c2
|
Bump yargs from 17.1.1 to 17.2.1
Bumps [yargs](https://github.com/yargs/yargs) from 17.1.1 to 17.2.1.
- [Release notes](https://github.com/yargs/yargs/releases)
- [Changelog](https://github.com/yargs/yargs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/yargs/yargs/compare/v17.1.1...v17.2.1)
---
updated-dependencies:
- dependency-name: yargs
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-09-27 10:00:49 +00:00 |
|
Tim Schaub
|
79cfeb9a07
|
Spelling correction
|
2021-09-26 20:11:40 -06:00 |
|
Andreas Hocevar
|
d66f2f4091
|
Merge pull request #12812 from openlayers/release-v6.8.1
Release v6.8.1
|
2021-09-25 09:15:50 +00:00 |
|
Andreas Hocevar
|
481dc9792c
|
Fix typo
|
2021-09-25 09:06:15 +00:00 |
|
Andreas Hocevar
|
5c61d5b06c
|
Develop on 6.8.2-dev
|
2021-09-25 09:05:12 +00:00 |
|
Andreas Hocevar
|
b068a339f5
|
Update package version to 6.8.1
v6.8.1
|
2021-09-25 09:02:23 +00:00 |
|
Andreas Hocevar
|
7ac93be8dd
|
Changelog for v6.8.1
|
2021-09-25 09:01:39 +00:00 |
|
Tim Schaub
|
7a6b9f8a33
|
Merge pull request #12811 from tschaub/inheritance
Controls inherit font size from parent
|
2021-09-25 08:20:30 +00:00 |
|
Tim Schaub
|
ef5d00cb9a
|
Controls inherit font size from parent
|
2021-09-25 06:31:36 +00:00 |
|
Tim Schaub
|
2a0a71107e
|
Merge pull request #12810 from openlayers/release-v6.8.0
Release v6.8.0
|
2021-09-24 20:07:58 +00:00 |
|
Tim Schaub
|
6b1232b922
|
Back to development
|
2021-09-24 19:54:37 +00:00 |
|
Tim Schaub
|
a2d6bd3d85
|
Updates for 6.8
v6.8.0
|
2021-09-24 19:51:28 +00:00 |
|
Tim Schaub
|
264f155fe3
|
Merge pull request #12785 from mike-000/Promise.allSettled
Promise.allSettled polyfill and other browser compatibilty
|
2021-09-24 19:32:53 +00:00 |
|
Tim Schaub
|
0b1d0c9b6e
|
Merge pull request #12807 from tschaub/style-tweaks
Updated styles
|
2021-09-24 14:12:56 +00:00 |
|
Tim Schaub
|
f5169aafd3
|
Merge pull request #12806 from tschaub/simpler-sea-level
Update to the WebGL sea level example
|
2021-09-24 13:50:19 +00:00 |
|
Tim Schaub
|
3db0bf1c6d
|
Update to the WebGL sea level example
|
2021-09-24 13:41:19 +00:00 |
|
Tim Schaub
|
f5052149d1
|
Updated styles
|
2021-09-24 13:40:54 +00:00 |
|
Tim Schaub
|
01bd84d1fc
|
Merge pull request #12808 from tschaub/rendering-tests
Update expectations for vector tile icon label rendering
|
2021-09-24 13:40:35 +00:00 |
|
Tim Schaub
|
a5e236fe0c
|
Update expectations for vector tile icon label rendering
|
2021-09-24 13:24:14 +00:00 |
|
Andreas Hocevar
|
2e222083de
|
Merge pull request #12804 from ahocevar/vectortiles-simpler-faster
Make vector tiles rendering simpler and a bit faster
|
2021-09-23 20:38:17 +00:00 |
|