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
0057144b52
Add apidoc-debug task to debug the apidoc generation process
2020-02-07 00:25:04 +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
mike-000
0fb4b62b9b
Test name labels for points in MultiGeometry
2020-02-05 23:26:11 +00:00
mike-000
4ce3b3fed1
Show name labels for points in MultiGeometry
2020-02-05 23:18:54 +00:00
Andreas Hocevar
29a434314b
Merge pull request #10580 from mike-000/patch-7
...
Fix KML Polystyle outline 0 conflict with Linestyle for linestrings
2020-02-05 23:22:52 +01:00
Andreas Hocevar
c320b15177
Merge pull request #10612 from ahocevar/ie11
...
Make examples work in Internet Explorer
2020-02-05 22:35:30 +01:00
mike-000
319b64ed65
Fix for #10611
2020-02-05 20:17:18 +00:00
Andreas Hocevar
65c1575dc9
Make examples work in Internet Explorer
2020-02-05 20:16:14 +01:00
Andreas Hocevar
cc21f92bdb
Restore test coverage, fix tests
2020-02-05 13:03:21 +01:00
Andreas Hocevar
c8e340a623
Rename variables now that trackpads are not special any more
2020-02-05 12:58:21 +01:00
David Brooks
03fcf1ca70
Get all mouse wheel tests passing ( #9564 ).
2020-02-05 11:27:10 +01:00
David Brooks
77658e5750
Ensure changes to zoom wheel handling pass tests.
2020-02-05 11:24:48 +01:00
David Brooks
54bae0168f
Handle mouse wheel zoom events as if they've come from a trackpad.
2020-02-05 11:21:44 +01:00
Andreas Hocevar
97246daf66
Merge pull request #10587 from jeremy-smith-maco/larger-resolution-constraint
...
Adds option to View for using larger resolution value when clamping #10586
2020-02-05 11:10:43 +01:00
Jeremy Smith
3082972cce
Updates the option to be called showFullExtent
2020-02-05 16:46:45 +10:00
Andreas Hocevar
9eb860f08c
Merge pull request #10607 from ahocevar/elm-pep
...
Update elm-pep to fix builds for IE < 11
2020-02-04 09:03:53 +01:00
Frédéric Junod
062d043e6e
Merge pull request #10600 from openlayers/dependabot/npm_and_yarn/puppeteer-2.1.0
...
Bump puppeteer from 2.0.0 to 2.1.0
2020-02-04 08:47:28 +01:00
Andreas Hocevar
e727a3fe23
Update elm-pep to fix builds for IE < 11
2020-02-04 08:11:29 +01:00
Andreas Hocevar
fe3603dee6
Merge pull request #10598 from ahocevar/refresh-no-inheritdoc
...
Remove inheritDoc to work around JSDoc issue
2020-02-03 22:32:52 +01:00
Frédéric Junod
2eb0072e8c
Merge pull request #10606 from openlayers/dependabot/npm_and_yarn/babel/core-7.8.4
...
Bump @babel/core from 7.8.3 to 7.8.4
2020-02-03 09:42:55 +01:00
Frédéric Junod
bba2989859
Merge pull request #10605 from openlayers/dependabot/npm_and_yarn/webpack-dev-server-3.10.2
...
Bump webpack-dev-server from 3.10.1 to 3.10.2
2020-02-03 09:42:20 +01:00
Frédéric Junod
f63c02a57b
Merge pull request #10604 from openlayers/dependabot/npm_and_yarn/rollup-1.31.0
...
Bump rollup from 1.29.1 to 1.31.0
2020-02-03 09:41:03 +01:00
Frédéric Junod
92a0558cf2
Merge pull request #10603 from openlayers/dependabot/npm_and_yarn/babel/preset-env-7.8.4
...
Bump @babel/preset-env from 7.8.3 to 7.8.4
2020-02-03 09:40:43 +01:00
Frederic Junod
a4915d0ef6
Update expected image for layer-vectortile-rotate-hidpi rendering test
2020-02-03 09:40:05 +01:00
Frédéric Junod
66d9c92f7d
Merge pull request #10602 from openlayers/dependabot/npm_and_yarn/url-polyfill-1.1.8
...
Bump url-polyfill from 1.1.7 to 1.1.8
2020-02-03 09:39:15 +01:00
Frédéric Junod
511d8e8795
Merge pull request #10601 from openlayers/dependabot/npm_and_yarn/terser-webpack-plugin-2.3.4
...
Bump terser-webpack-plugin from 2.3.2 to 2.3.4
2020-02-03 09:38:47 +01:00
dependabot-preview[bot]
6a5a1f7a72
Bump @babel/core from 7.8.3 to 7.8.4
...
Bumps [@babel/core](https://github.com/babel/babel ) from 7.8.3 to 7.8.4.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/compare/v7.8.3...v7.8.4 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-02-03 08:19:24 +00:00
dependabot-preview[bot]
c2bfe76ee5
Bump webpack-dev-server from 3.10.1 to 3.10.2
...
Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server ) from 3.10.1 to 3.10.2.
- [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.1...v3.10.2 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-02-03 08:18:51 +00:00