dependabot-preview[bot]
058d1c2e51
Bump webpack from 4.41.5 to 4.41.6
...
Bumps [webpack](https://github.com/webpack/webpack ) from 4.41.5 to 4.41.6.
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v4.41.5...v4.41.6 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-02-17 09:54:23 +00:00
Frédéric Junod
4b508185b3
Merge pull request #10681 from openlayers/dependabot/npm_and_yarn/webpack-cli-3.3.11
...
Bump webpack-cli from 3.3.10 to 3.3.11
2020-02-17 10:52:17 +01:00
Frédéric Junod
14e22e6bc9
Merge pull request #10679 from openlayers/dependabot/npm_and_yarn/rollup-1.31.1
...
Bump rollup from 1.31.0 to 1.31.1
2020-02-17 10:51:53 +01:00
Frederic Junod
9a03ca8417
Dispatch enterfullscreen and leavefullscreen from the FullScreen control
2020-02-17 10:48:29 +01:00
dependabot-preview[bot]
5b7d2d15e9
Bump webpack-cli from 3.3.10 to 3.3.11
...
Bumps [webpack-cli](https://github.com/webpack/webpack-cli ) from 3.3.10 to 3.3.11.
- [Release notes](https://github.com/webpack/webpack-cli/releases )
- [Changelog](https://github.com/webpack/webpack-cli/blob/next/CHANGELOG_v3.md )
- [Commits](https://github.com/webpack/webpack-cli/compare/v3.3.10...v3.3.11 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-02-17 08:05:05 +00:00
dependabot-preview[bot]
88fbdff322
Bump terser-webpack-plugin from 2.3.4 to 2.3.5
...
Bumps [terser-webpack-plugin](https://github.com/webpack-contrib/terser-webpack-plugin ) from 2.3.4 to 2.3.5.
- [Release notes](https://github.com/webpack-contrib/terser-webpack-plugin/releases )
- [Changelog](https://github.com/webpack-contrib/terser-webpack-plugin/blob/master/CHANGELOG.md )
- [Commits](https://github.com/webpack-contrib/terser-webpack-plugin/compare/v2.3.4...v2.3.5 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-02-17 08:03:59 +00:00
dependabot-preview[bot]
533b38a3c1
Bump rollup from 1.31.0 to 1.31.1
...
Bumps [rollup](https://github.com/rollup/rollup ) from 1.31.0 to 1.31.1.
- [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/v1.31.0...v1.31.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-02-17 08:03:25 +00:00
mike-000
2e1e0dba54
document that views must use same projection
2020-02-16 11:11:37 +00:00
Andreas Hocevar
d93073f8d0
No trackpad mode for constrained resolutions
2020-02-16 10:05:32 +01:00
Andreas Hocevar
5150378983
Improve trackpad rebound behavior
2020-02-16 09:08:27 +01:00
Andreas Hocevar
a6c195e528
Merge pull request #10675 from jipexu/patch-1
...
typo
2020-02-16 07:51:59 +01:00
jipexu
bed2b6e222
typo
2020-02-15 22:10:41 +01:00
Andreas Hocevar
f3ce8e23b4
Fractional zoom changes in WHEEL mode
2020-02-15 13:53:14 +01:00
Andreas Hocevar
804c307fa9
Merge pull request #10669 from mike-000/patch-6
...
More browser compatible Export Map example
2020-02-14 22:41:08 +01:00
mike-000
f48a1a5f26
remove overlay and html-to-image
2020-02-14 19:49:17 +00:00
Andreas Hocevar
2c7c639f4b
Merge pull request #10667 from ahocevar/label-linedash
...
Do not render label with the current linedash
2020-02-14 14:31:43 +01:00
Andreas Hocevar
0471b6e650
Do not render label with the current linedash
2020-02-14 13:50:03 +01:00
Andreas Hocevar
003e415382
Merge pull request #10666 from mike-000/patch-6
...
Load polyfill before example specific scripts in examples template
2020-02-14 13:34:15 +01:00
mike-000
16e46ea2c0
load polyfill before example specific scripts
2020-02-14 12:15:52 +00:00
John Leonard
8fe71bbbff
perf: only do expensive reload when texture changes
2020-02-14 11:39:54 +00:00
Andreas Hocevar
ea5c91e19e
Revert "Merge pull request #9565 from dbrnz/v6.0.0-beta.7-branch"
...
This reverts commit 35569a8427 , reversing
changes made to 29a434314b .
2020-02-14 11:46:57 +01:00
Frédéric Junod
cc86719388
Merge pull request #6526 from tchandelle/draw-abort
...
Draw interaction: add abortDrawing method and drawabort event
2020-02-14 09:05:22 +01:00
Andreas Hocevar
0e9b43ed93
Merge pull request #10657 from openlayers/release-v6.2.1
...
Changelog for v6.2.1
2020-02-13 21:11:49 +01:00
Andreas Hocevar
9c21bda88e
Develop on 6.2.2
2020-02-13 21:04:45 +01:00
Andreas Hocevar
c914ac2a64
Changelog for v6.2.1
v6.2.1
2020-02-13 20:52:10 +01:00
Andreas Hocevar
643552f13f
Merge pull request #10656 from mike-000/patch-6
...
Fix for export PDF example compatibility issues, and layer opacity handling.
2020-02-13 20:06:44 +01:00
mike-000
0b893f11d3
Fix IE compatibility. Add opacity handling.
...
querySelectorAll().forEach() isn't supported by IE.
Add opacity to the vector layer and handle it in the output.
2020-02-13 18:13:07 +00:00
mike-000
f302b5883e
Update jspdf version
2020-02-13 18:06:02 +00:00
Thomas Chandelle
33a8466913
Add API method abortDrawing and dispatch a DRAWABORT event
2020-02-13 17:22:39 +01:00
Andreas Hocevar
8750cb0b1a
Merge pull request #10653 from ahocevar/apidoc-nav
...
More reliable check for module content beyond classes
2020-02-13 14:30:26 +01:00
Andreas Hocevar
32238806a6
Merge pull request #10617 from MoonE/apidoc-performance
...
Improve apidoc generation performance
2020-02-13 11:03:02 +01:00
Andreas Hocevar
4e1ca0a986
More reliable check for module content beyond classes
2020-02-13 10:41:52 +01:00
Andreas Hocevar
8b6d5eb5c8
Merge pull request #10625 from MoonE/apidoc-cleanup-navigation
...
Apidoc cleanup navigation html
2020-02-13 10:04:36 +01:00
Andreas Hocevar
1d5f9ae369
Merge pull request #10649 from ahocevar/remove-circular-dependency
...
Remove circular dependency
2020-02-13 08:35:58 +01:00
mike-000
7a77793d69
Write fill and outline in PolyStyle
...
Write styles based on style objects appropriate for geometry.
Write fill and outline in PolyStyle if false (i.e. non-default)
Handle MultiLineString, MultiPoint and MultiPolygon within heterogenous MultiGeometry when writing features
Add getGeometriesArrayRecursive method to ol/geom/GeometryCollection to allow for nested MultiGeometry
Enhanced write GeometryCollection geometries test
A more rigorous write GeometryCollection geometries test including nested collections (the output is simplified to a single MultiGeomtry)
Add writeFeatures to outline and fill tests, setting geometry for geometry specific tests
Add <fill>0</fill> and <outline>0</outline> to some existing tests
2020-02-12 21:18:57 +00:00
Andreas Hocevar
262373a4b5
Remove circular dependency
2020-02-12 20:31:18 +01:00
Andreas Hocevar
8742d8fbc7
Merge pull request #10637 from openlayers/dev-6.2.1
...
Develop on 6.2.1
2020-02-11 16:41:47 +01:00
Andreas Hocevar
af18045fc8
Develop on 6.2.1
2020-02-11 16:29:51 +01:00
Andreas Hocevar
1d0f0f5205
Merge pull request #10636 from openlayers/release-v6.2.0
...
Release v6.2.0
2020-02-11 16:23:07 +01:00
Andreas Hocevar
edec77dafc
Update package version to 6.2.0
v6.2.0
2020-02-11 15:43:03 +01:00
Andreas Hocevar
ff6eb89b06
Changelog for v6.2.0
2020-02-11 15:43:03 +01:00
Andreas Hocevar
bb68da2a0a
Merge pull request #10613 from mike-000/patch-1
...
Show KML name labels for Points in MultiGeometry
2020-02-11 15:08:51 +01:00
Olivier Guyot
d5c72f62d5
Merge pull request #10632 from jahow/draw-interaction-append-coords
...
Draw interaction: Append coordinates to polygons and lines (reworked)
2020-02-11 13:46:01 +01:00
Olivier Guyot
8d4c3b2887
Draw / clearer variable names
2020-02-11 11:19:55 +01:00
Olivier Guyot
6641832621
Improvements to the tracing example
...
* no embedded geojson
* better behaviour on draw end (no lingering preview line)
* clearer comments
* support for multi polygons to snap to
2020-02-11 11:03:38 +01:00
Andreas Hocevar
fe8f7c04ad
Merge pull request #10629 from openlayers/dependabot/npm_and_yarn/ol-mapbox-style-6.0.1
...
Bump ol-mapbox-style from 6.0.0 to 6.0.1
2020-02-10 22:41:55 +01:00
Andreas Hocevar
07c2b360ce
Merge pull request #10628 from openlayers/dependabot/npm_and_yarn/puppeteer-2.1.1
...
Bump puppeteer from 2.1.0 to 2.1.1
2020-02-10 22:40:23 +01:00
Andreas Hocevar
2ccd9bf6b9
Merge pull request #10627 from openlayers/dependabot/npm_and_yarn/handlebars-4.7.3
...
Bump handlebars from 4.7.2 to 4.7.3
2020-02-10 22:39:22 +01:00
Andreas Hocevar
0b70a7e165
Merge pull request #10626 from openlayers/dependabot/npm_and_yarn/webpack-dev-server-3.10.3
...
Bump webpack-dev-server from 3.10.2 to 3.10.3
2020-02-10 22:38:33 +01:00
Olivier Guyot
3c5d0f223e
Draw / fix map object in addToDrawing method
2020-02-10 16:55:35 +01:00