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
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
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
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
Olivier Guyot
8722d16158
Rewrite the example showcasing DrawInteraction#appendCoordinates
...
The example is now focused on showing how a kind of "tracing" mode
can be achieved using the Draw interaction, making it easier
for the user to snap to an existing geometry while preserving
topology.
2020-02-10 16:48:12 +01:00
Otto Pellinen
02597229e3
Cleanup comments
2020-02-10 16:48:12 +01:00
Otto Pellinen
5ff681563f
Update examples to demonstrate typical use case
2020-02-10 16:48:12 +01:00
Otto Pellinen
0b3bd0721e
Add dedicated tests for appendCoordinates
2020-02-10 16:48:12 +01:00
Otto Pellinen
bc79d59811
Use private function addToDrawing_ in appendCoordinates
2020-02-10 16:48:12 +01:00
Otto Pellinen
f43bc8d122
Fix comment for appendCoordinates
2020-02-10 16:48:12 +01:00
Otto Pellinen
175695f877
Update function descriptions for clarity
2020-02-10 16:48:12 +01:00
Otto Pellinen
934ad5b882
Rename example files
2020-02-10 16:48:12 +01:00
Otto Pellinen
83c0a258e6
Separate appendCoordinates function from extend
2020-02-10 16:48:12 +01:00
Otto Pellinen
25a5e83910
Fix eslint errors
2020-02-10 16:48:12 +01:00
Otto Pellinen
00261dff54
Add example for using the Draw extend function
2020-02-10 16:48:12 +01:00
Otto Pellinen
12ce4cc82a
Add support for extending linear coordinates when drawing Polygons
2020-02-10 16:48:12 +01:00
dependabot-preview[bot]
15800da498
Bump ol-mapbox-style from 6.0.0 to 6.0.1
...
Bumps [ol-mapbox-style](https://github.com/openlayers/ol-mapbox-style ) from 6.0.0 to 6.0.1.
- [Release notes](https://github.com/openlayers/ol-mapbox-style/releases )
- [Changelog](https://github.com/openlayers/ol-mapbox-style/blob/master/CHANGELOG.md )
- [Commits](https://github.com/openlayers/ol-mapbox-style/compare/v6.0.0...v6.0.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-02-10 08:03:25 +00:00
dependabot-preview[bot]
acb8008644
Bump puppeteer from 2.1.0 to 2.1.1
...
Bumps [puppeteer](https://github.com/puppeteer/puppeteer ) from 2.1.0 to 2.1.1.
- [Release notes](https://github.com/puppeteer/puppeteer/releases )
- [Commits](https://github.com/puppeteer/puppeteer/compare/v2.1.0...v2.1.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-02-10 08:02:33 +00:00
dependabot-preview[bot]
34fe288c6b
Bump handlebars from 4.7.2 to 4.7.3
...
Bumps [handlebars](https://github.com/wycats/handlebars.js ) from 4.7.2 to 4.7.3.
- [Release notes](https://github.com/wycats/handlebars.js/releases )
- [Changelog](https://github.com/wycats/handlebars.js/blob/master/release-notes.md )
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.7.2...v4.7.3 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-02-10 08:02:01 +00:00
dependabot-preview[bot]
b90ca8b521
Bump webpack-dev-server from 3.10.2 to 3.10.3
...
Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server ) from 3.10.2 to 3.10.3.
- [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/v3.10.2...v3.10.3 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-02-10 08:01:14 +00:00
Maximilian Krög
300cc282e4
Generate valid html for the apidoc navigation
...
Only `<li>` can be a direct descendant of `<ul>` tags.
2020-02-10 00:10:05 +01:00
Maximilian Krög
5d922fc53b
Cleanup navigation.tmpl and the generated html
...
- Add a function that is used to generate all four types of member lists.
- Only use one line per list item.
- Don't generate empty `class=""` attributes when item is stable.
- Remove closing `</li>` tag, as is allowed by the html 5 standard.
Overall this reduces the filesize for the generated html pages by ~33%.
2020-02-10 00:09:33 +01:00
Maximilian Krög
c0f058f5cf
Variable should be reset on each loop but wasn't
...
The ancestors variable is always set once the first augmented doclet is found.
The incompleteDoclet variable is also not reset between loops.
2020-02-07 00:08:14 +01:00
Maximilian Krög
2e4f989d7b
Store api members as object map instead of array.
2020-02-07 00:08:14 +01:00
Maximilian Krög
0c04293d5f
Generate navigation html only once for all pages.
...
This reduces the time for apidoc generation by ~30%.
2020-02-07 00:08:07 +01:00
Andreas Hocevar
35569a8427
Merge pull request #9565 from dbrnz/v6.0.0-beta.7-branch
...
Make mousewheel zoom behave like trackpad zoom.
2020-02-06 15:54:34 +01:00
mike-000
47a4a63e3e
Test name labels for points in MultiGeometry
2020-02-05 23:51:48 +00:00