dependabot[bot]
6b6b9cc6c5
Bump globby from 11.0.3 to 11.0.4
...
Bumps [globby](https://github.com/sindresorhus/globby ) from 11.0.3 to 11.0.4.
- [Release notes](https://github.com/sindresorhus/globby/releases )
- [Commits](https://github.com/sindresorhus/globby/compare/v11.0.3...v11.0.4 )
---
updated-dependencies:
- dependency-name: globby
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2021-06-21 10:01:33 +00:00
Maximilian Kroeg
a600742606
Add test for reading wrap x from tile matrix or bounding box
2021-06-21 10:07:02 +02:00
Andreas Hocevar
b6c143deb2
Merge pull request #12416 from ahocevar/eventtype-generics
...
Use generics to limit event types in on(), once() and un()
2021-06-21 09:36:25 +02:00
Andreas Hocevar
7777821df5
Merge pull request #12408 from ahocevar/modify-no-insert
...
Do not fire modifystart when nothing is being modified
2021-06-21 08:05:53 +02:00
Andreas Hocevar
4dd75d75e3
Merge pull request #12414 from ahocevar/change-event-type
...
Replace getChangeEventType() with add/removeChangeListener methods
2021-06-21 08:04:23 +02:00
Maximilian Krög
1fc94337f7
Fix icon tinting with pixelRatio < 1
2021-06-21 00:13:55 +02:00
Andreas Hocevar
670ea6db9d
Use html2canvas instead of dom-to-image
2021-06-20 23:41:44 +02:00
Maximilian Krög
e8b336d11e
Fix hitdetection image invalidation
2021-06-20 22:35:55 +02:00
Maximilian Krög
3e2c045617
Add test for hitdetection with wrap x
2021-06-20 22:35:55 +02:00
Andreas Hocevar
018ad97f25
Use generics to limit event types in on(), once() and un()
2021-06-20 22:25:47 +02:00
Andreas Hocevar
343e0ffce9
Replace getChangeEventType() with add/removeChangeListener methods
2021-06-19 23:16:26 +02:00
MoonE
e82a86f563
Merge pull request #12194 from MoonE/immediate-pixel-ratio
...
Respect pixel ratio with immediate render
2021-06-18 19:31:00 +02:00
Andreas Voegele
73c10b00ae
Ignore empty gx:coord elements in KML files
2021-06-18 17:10:05 +02:00
Maximilian Krög
a395de46eb
Detect wrap x if wgs84BoundingBox is missing
2021-06-18 13:59:35 +02:00
Tim Schaub
ab8a16a8a7
Merge pull request #12298 from tschaub/fix-links
...
Fix JSDoc generated links
2021-06-17 22:15:41 -06:00
Tim Schaub
2e4b2e10ab
Fix additional doc links
2021-06-17 21:59:51 -06:00
Tim Schaub
f798902ecd
Fix JSDoc generated links
2021-06-17 21:54:07 -06:00
Maximilian Krög
74db0e7d21
Add render test for immediate render with pixel ratio 2
2021-06-17 23:21:30 +02:00
MoonE
9afc294d57
Merge pull request #12231 from MoonE/movetolerance-pixelratio
...
Move tolerance should not increase with higher pixel ratio
2021-06-17 19:14:46 +02:00
MoonE
9ab5b70e3a
Merge pull request #12282 from M393/dragzoom-view-padding
...
Fix DragZoom with view padding
2021-06-17 19:13:03 +02:00
Maximilian Krög
bb5e0773ae
Move tolerance should not increase with higher pixel ratio
...
Browsers already handle the scaling, no need to multiply this again.
This now also allows setting a moveTolerance of zero which was not
possible before. In the isMoving_ method the condition is
distance > tolerance so this will work.
2021-06-17 19:08:29 +02:00
Andreas Hocevar
cf7213c5cb
Merge pull request #12223 from simonseyock/generic-options
...
generic source parameters for options
2021-06-17 19:02:36 +02:00
Simon Seyock
9344de5740
remove unneeded code
2021-06-17 18:54:29 +02:00
Simon Seyock
aa99de4a6b
parse comment for templates
2021-06-17 18:54:29 +02:00
Simon Seyock
a5d0b61947
Allow options to be generic in jsdoc
2021-06-17 18:54:29 +02:00
Simon Seyock
a211666fd8
Added generic source option to layer option types
2021-06-17 18:54:28 +02:00
Maximilian Krög
3ebcdb45d9
Fix WMTS wrapX detection if WGS84BoundingBox is not set
2021-06-17 13:43:05 +02:00
Andreas Hocevar
94a7cdba10
Do not fire modifystart when nothing is being modified
2021-06-17 11:08:03 +02:00
Maximilian Krög
2ed509a20d
Support RenderFeature in Modify with hitDetection
2021-06-17 11:03:29 +02:00
Maximilian Krög
7c41748654
SegmentData.segment is not an Extent
2021-06-17 11:03:29 +02:00
Maximilian Krög
4e9b89c358
Fix Modify interaction with hitDetection
...
Hit detection should ignore any RenderFeatures and features not in the configured
source / collection.
2021-06-17 11:02:58 +02:00
Andreas Hocevar
8520a18eae
Merge pull request #12219 from ahocevar/object-properties
...
Add 'properties' to Layer constructors
2021-06-17 08:44:53 +02:00
Maximilian Krög
5ba833a82c
remove unused argument from function call
2021-06-17 00:14:34 +02:00
Maximilian Krög
c55366d35e
use correct stride for draw image
2021-06-17 00:14:34 +02:00
Maximilian Krög
3791dee358
Fix immediate render with pixel ratio != 1
2021-06-17 00:14:27 +02:00
MoonE
da845c71c8
Merge pull request #12284 from MoonE/layer-group-inherit-zindex
...
Layers should inherit group z-index
2021-06-17 00:01:09 +02:00
Andreas Hocevar
01cfe80ee6
Merge pull request #12304 from mike-000/patch-2
...
New example: Scale and Rotate using Modify Interaction
2021-06-16 17:20:34 +02:00
Andreas Hocevar
a5e596c70d
Merge pull request #12378 from mike-000/patch-5
...
Correct .split() calls to only split numeric srid for ArcgisRest
2021-06-16 17:19:10 +02:00
Andreas Hocevar
cd719ffb34
Avoid infinite source tile cache size
2021-06-15 20:30:43 +02:00
Andreas Hocevar
2361150814
Add regression test
2021-06-15 20:01:55 +02:00
Andreas Hocevar
ad4ff9f695
Keep track of loading source tiles when reused
2021-06-15 18:52:36 +02:00
Andreas Hocevar
3c4514aabf
Do not expire tiles from source tile caches that are still used by render tiles
2021-06-15 17:26:24 +02:00
Tim Schaub
863d387927
Merge pull request #12393 from mike-000/patch-6
...
Scale up static Image and round to nearest pixel to avoid rounding errors
2021-06-14 09:06:43 -06:00
Tim Schaub
13ecb6b3fc
Merge pull request #12394 from mike-000/patch-7
...
Ensure VectorSource getUrl() corresponds to last setUrl()
2021-06-14 08:56:09 -06:00
Tim Schaub
4509dc46d8
Merge pull request #12397 from openlayers/dependabot/npm_and_yarn/babel/eslint-parser-7.14.5
...
Bump @babel/eslint-parser from 7.14.4 to 7.14.5
2021-06-14 08:52:20 -06:00
Tim Schaub
3691c8049b
Merge pull request #12398 from openlayers/dependabot/npm_and_yarn/karma-6.3.4
...
Bump karma from 6.3.3 to 6.3.4
2021-06-14 08:51:38 -06:00
Tim Schaub
cf57ae04a7
Merge pull request #12400 from openlayers/dependabot/npm_and_yarn/webpack-cli-4.7.2
...
Bump webpack-cli from 4.7.0 to 4.7.2
2021-06-14 08:51:10 -06:00
Tim Schaub
ecb087bf70
Merge pull request #12401 from openlayers/dependabot/npm_and_yarn/babel/preset-env-7.14.5
...
Bump @babel/preset-env from 7.14.4 to 7.14.5
2021-06-14 08:50:35 -06:00
Tim Schaub
67dcc19a4e
Merge pull request #12402 from openlayers/dependabot/npm_and_yarn/rollup-2.51.2
...
Bump rollup from 2.51.0 to 2.51.2
2021-06-14 08:49:44 -06:00
Tim Schaub
1e1488dc60
Merge pull request #12403 from openlayers/dependabot/npm_and_yarn/babel/core-7.14.5
...
Bump @babel/core from 7.14.3 to 7.14.5
2021-06-14 08:49:14 -06:00