Commit Graph

31450 Commits

Author SHA1 Message Date
Tim Schaub
c9b2b3d76a Remove unused worker 2022-07-27 15:51:34 -06:00
Tim Schaub
f2d989b299 Merge pull request #13884 from tschaub/use-includes
Remove workaround for Array.prototype.includes
2022-07-27 13:49:09 -06:00
Andreas Hocevar
6385a47446 Merge pull request #13879 from ahocevar/examples
Codesandbox and bundler improvements for examples
2022-07-27 20:53:10 +02:00
Tim Schaub
44289a3a31 Remove workaround for Array.prototype.includes 2022-07-27 11:17:49 -06:00
Andreas Hocevar
1e15daa354 Use vite instead of parcel 2022-07-26 22:00:09 +02:00
Andreas Hocevar
b5afd06edf Also look for example dependencies in dependencies 2022-07-26 18:29:16 +02:00
Andreas Hocevar
db77f7d4a2 Use explicit versions for example dependencies 2022-07-26 18:28:44 +02:00
Andreas Hocevar
392ca5706d More forgiving import regex 2022-07-26 18:28:06 +02:00
MoonE
14133a05a8 Merge pull request #13868 from MoonE/remove-for-each-layer-at-pixel
Remove deprecated method PluggableMap#forEachLayerAtPixel ...
2022-07-26 01:01:42 +02:00
Maximilian Krög
2897f03ea5 Remove deprecated method PluggableMap#forEachLayerAtPixel 2022-07-26 00:57:21 +02:00
MoonE
4b6c3d408a Merge pull request #13869 from MoonE/remove-unused-assertion-numbers
Remove unused assertion numbers
2022-07-25 09:16:52 +02:00
Maximilian Krög
0d178d7baa Remove unused assertion numbers 2022-07-24 23:34:04 +02:00
MoonE
0f8de89318 Merge pull request #13838 from MoonE/remove-deprecated-overlay-options
Remove deprecated Overlay options
2022-07-22 21:43:48 +02:00
Olivier Guyot
7d56c56210 Merge pull request #13461 from jahow/webgl-shape-renderer
WebGL vector renderer for polygons, lines and points
2022-07-22 10:05:31 +02:00
Andreas Hocevar
e83ecdeb96 Merge pull request #13863 from ahocevar/tile-error-handling
Fix reloading tiles in case of an error with tile.load()
2022-07-22 00:43:37 +02:00
Andreas Hocevar
02c73e3e69 Merge pull request #13860 from ahocevar/geojson-empty-coordinate-arrays
Handle multipolygons with empty polygons
2022-07-22 00:25:40 +02:00
Tim Schaub
8aa8684d81 Unused element and class name 2022-07-21 14:30:32 -07:00
Andreas Hocevar
a1d68b4f66 Fix reloading tiles in case of an error with tile.load() 2022-07-21 23:23:40 +02:00
Tim Schaub
01f3536d29 Using a union type instead of a string enum 2022-07-21 14:08:16 -07:00
Tim Schaub
7e424be66b Only pass the feature to the attribute getter 2022-07-21 13:49:06 -07:00
Tim Schaub
bd9e73a534 Renaming fill and stroke attributes and shaders 2022-07-21 13:30:22 -07:00
Tim Schaub
f21dd84c91 Remove api annotation for experimental features 2022-07-21 13:08:18 -07:00
Tim Schaub
5182b16452 Private if not used elsewhere; underscore suffix only if private 2022-07-21 13:03:10 -07:00
Maximilian Krög
e3766222f3 Remove deprecated Overlay options 2022-07-20 21:40:48 +02:00
MoonE
1c68d5093d Merge pull request #13858 from MoonE/replace-enums-with-typedef
Replace enums with typedef
2022-07-20 21:05:02 +02:00
Andreas Hocevar
c8508bcf97 Handle multipolygons with empty polygons 2022-07-20 13:18:41 +02:00
Andreas Hocevar
14041e490f Merge pull request #13859 from openlayers/dependabot/npm_and_yarn/terser-5.14.2
Bump terser from 5.7.2 to 5.14.2
2022-07-20 09:19:22 +02:00
dependabot[bot]
5b5ce3f9ee Bump terser from 5.7.2 to 5.14.2
Bumps [terser](https://github.com/terser/terser) from 5.7.2 to 5.14.2.
- [Release notes](https://github.com/terser/terser/releases)
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/terser/terser/commits)

---
updated-dependencies:
- dependency-name: terser
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-20 01:31:04 +00:00
Maximilian Krög
62e335ceda Replace IconOrigin enum with typedef 2022-07-19 23:24:25 +02:00
Maximilian Krög
7ec2725c1e Replace IconAnchorUnits enum with typedef 2022-07-19 23:24:25 +02:00
Maximilian Krög
48e57f4d8c Replace Zoomify TierSizeCalculation enum with typedef 2022-07-19 23:24:25 +02:00
Maximilian Krög
7004d18519 Replace Draw Mode enum with typedef 2022-07-19 23:24:25 +02:00
Maximilian Krög
185485b0f7 Replace GeometryLayout enum with typedef 2022-07-19 23:24:22 +02:00
Maximilian Krög
ac6edc704a Replace ScaleLine Units with typedef 2022-07-19 22:56:46 +02:00
Maximilian Krög
69caa06783 Replace TextPlacement enum with typedef 2022-07-19 22:56:45 +02:00
Maximilian Krög
4d2156ff3a Replace IGCZ enum with typedef 2022-07-19 22:56:45 +02:00
MoonE
d20690394c Merge pull request #13837 from MoonE/remove-label-cache
Remove deprecated label cache
2022-07-19 20:58:17 +02:00
MoonE
ea67c20e1b Merge pull request #13850 from MoonE/update-dev-version-to-7
Update dev version to 7.0.0
2022-07-19 20:57:51 +02:00
Maximilian Krög
2679b51c7a Update dev version to 7.0.0 2022-07-18 23:42:29 +02:00
Andreas Hocevar
b15e41d588 Merge pull request #13852 from openlayers/release-v6.15.1
Release v6.15.1
2022-07-18 23:37:27 +02:00
Andreas Hocevar
87cc257daf Merge branch 'main' into release-v6.15.1 2022-07-18 23:09:09 +02:00
Andreas Hocevar
e8ff6656d3 Develop on 6.15.2-dev 2022-07-18 23:04:35 +02:00
Andreas Hocevar
9613cb9761 Updates for the 6.15.1 release 2022-07-18 22:55:49 +02:00
Andreas Hocevar
ac5b80a0df Merge pull request #13835 from ahocevar/source-state
Recover from incorrect rebase after removal of string enums
2022-07-18 22:50:37 +02:00
Andreas Hocevar
69ae6c85cf Merge pull request #13835 from ahocevar/source-state
Recover from incorrect rebase after removal of string enums
2022-07-18 22:42:58 +02:00
Andreas Hocevar
22b3aabbf2 Merge pull request #13851 from openlayers/release-v6.15.0
Updates for the 6.15.0 release
2022-07-18 22:20:52 +02:00
Andreas Hocevar
c6cc734dca Develop on 6.15.1-dev 2022-07-18 22:13:07 +02:00
Andreas Hocevar
3b991343b5 Updates for the 6.15.0 release 2022-07-18 22:05:21 +02:00
Andreas Hocevar
61da235e40 Merge pull request #13841 from openlayers/dependabot/npm_and_yarn/rollup-2.77.0
Bump rollup from 2.76.0 to 2.77.0
2022-07-18 14:02:20 +02:00
Andreas Hocevar
5cc9fcc1d4 Merge pull request #13842 from openlayers/dependabot/npm_and_yarn/types/geojson-7946.0.10
Bump @types/geojson from 7946.0.8 to 7946.0.10
2022-07-18 13:54:45 +02:00