greenkeeper[bot]
66f49559ee
chore(package): update clean-css-cli to version 4.3.0
2019-04-06 09:49:54 +00:00
Andreas Hocevar
8899c3e3c5
Merge pull request #9405 from openlayers/greenkeeper/marked-0.6.2
...
Update marked to the latest version 🚀
2019-04-05 17:39:42 +02:00
Andreas Hocevar
10a2b718f5
Merge pull request #9286 from ahocevar/interim-transition
...
Disable transition when an interim tile is available
2019-04-05 17:33:58 +02:00
Andreas Hocevar
c72f699c90
Merge pull request #9404 from jahow/fix-view-jump-glitch
...
View / apply constraints when an interaction starts
2019-04-05 17:30:33 +02:00
ahocevar
16e132caea
Mark new animate_ method private
2019-04-05 17:21:23 +02:00
ahocevar
070c1ec029
Resolve constraints for View#animate() API calls
2019-04-05 17:13:55 +02:00
greenkeeper[bot]
21c26cabed
chore(package): update marked to version 0.6.2
2019-04-05 14:34:13 +00:00
Olivier Guyot
0f73f16cfa
View / apply constraints when an interaction starts
...
Previously, an interaction could begin while target values
(center/resolution) were out of the allowed range, causing a
glitch where the view zoom/position would jump suddenly.
2019-04-05 11:55:35 +02:00
Andreas Hocevar
dfa8506549
Merge pull request #9390 from jahow/add-webgl-filtering
...
Add a new WebGL example for filtering features
2019-04-04 12:34:20 +02:00
Olivier Guyot
8fb6ed5c6f
Add a new webgl example with real time feature filtering
2019-04-02 23:46:13 +02:00
Olivier Guyot
c6a859d1ed
Webgl / clarify premultiplied alpha handling
...
By default, alpha premultiplying should be done by the initial rendering
(eg quads) and not the final post processing pass.
The default post processing pass expects premultiplied color values and
will not do this operation itself.
2019-04-02 22:12:47 +02:00
Olivier Guyot
b955579a9c
Webgl / clarified the buffer binding/flushing logic
...
The Webgl points layer renderer has also been optimized accordingly,
giving out much better performance.
2019-04-02 21:05:31 +02:00
Marc Jansen
7c1df60d06
Merge pull request #9387 from openlayers/greenkeeper/puppeteer-1.14.0
...
Update puppeteer to the latest version 🚀
2019-03-30 10:59:37 +01:00
greenkeeper[bot]
0583bc0cc8
chore(package): update puppeteer to version 1.14.0
2019-03-30 00:13:09 +00:00
Andreas Hocevar
c9de49e56e
Merge pull request #9385 from Kai-W/master
...
PointsLayer added clear of the render Buffers on Source Change
2019-03-29 12:50:16 +01:00
Kai-W
275a22b685
Added clear of the render Buffers on Source Change
2019-03-28 17:21:43 +01:00
Andreas Hocevar
7091ed3de6
Merge pull request #9379 from openlayers/vectortile-typo
...
Fix typo in vector tile source docs
2019-03-27 12:50:35 +01:00
Andreas Hocevar
7ebae2ba80
Fix typo in vector tile source docs
2019-03-26 14:54:44 +01:00
Andreas Hocevar
9eb9fffc94
Merge pull request #9368 from ahocevar/multiworld
...
Show only one world
2019-03-26 14:17:21 +01:00
Marc Jansen
061965ecb7
Merge pull request #9362 from KaiVolland/text-rendering
...
Use local font "Ubuntu Regular" for rendering tests
2019-03-25 22:08:05 +01:00
Andreas Hocevar
3a7f9d93f4
Merge pull request #9357 from ahocevar/vectortile-view-resolution-2
...
Render vector tiles at the view resolution
2019-03-25 17:44:31 +01:00
ahocevar
3940b5ec88
Show only one world
2019-03-25 14:49:13 +01:00
Andreas Hocevar
a95481a8fe
Merge pull request #9374 from jahow/fix-initialzoom
...
Fix view initialization with min/max resolution constraint
2019-03-25 14:33:25 +01:00
Olivier Guyot
77a1628610
Tests / remove view extent constraint on zoomify tests
2019-03-25 14:03:40 +01:00
Olivier Guyot
c08da3c694
Map / resolve view constraints when resized/view changed
...
This makes the `resolveConstraints` view method public but not part of the
api.
2019-03-25 13:38:51 +01:00
Olivier Guyot
98994cad61
View / tests now pass without smoothResolutionConstraint: false
2019-03-25 13:21:10 +01:00
Olivier Guyot
91dda5e5ca
View / refactor initialization with resolution constraint
...
This also makes it possible to call `solveConstraints_` with a duration of 0,
which means the target values are modified straight away without triggering
an animation or leaving the current flow.
2019-03-25 13:21:10 +01:00
Olivier Guyot
b63c4188e4
View / add tests for parameter initialization with constraints
2019-03-25 13:18:49 +01:00
Olivier Guyot
10423ddbe4
Fix View method name in upgrade notes
...
See #9349
2019-03-25 13:18:49 +01:00
Andreas Hocevar
f32e097051
Merge pull request #9364 from KaiVolland/clip-rendering
...
Replace clip.test.js with new tests
2019-03-25 12:18:37 +01:00
Andreas Hocevar
1be6050da8
Merge pull request #9360 from KaiVolland/9281-rastersouce-attributions
...
Enables attributions for the RasterSource
2019-03-25 12:10:57 +01:00
Kai Volland
62ebe29ead
Enables attributions for the RasterSource
...
Attributions included in the passed sources are concatenated.
2019-03-25 11:47:45 +01:00
Kai Volland
ef061dd4c3
Updates font settings for rendering tests
...
This updates font name and size for renderinge tests that
include TextStyles.
2019-03-25 11:39:10 +01:00
Kai Volland
bff3e88343
Replaces clip.test.js with new tests
...
Transforms the old rendering test for
layer clipping to the new rendering test approach.
2019-03-25 11:13:04 +01:00
ahocevar
3d2711d35e
Add missing arg type
2019-03-24 21:24:30 +01:00
Andreas Hocevar
927a98ac5b
Merge pull request #9365 from jahow/patch-1
...
Fix View method name in upgrade notes
2019-03-22 15:30:56 +01:00
Olivier Guyot
8983ebdc69
Fix View method name in upgrade notes
...
See #9349
2019-03-22 13:30:58 +01:00
Kai Volland
681a8f1d9c
Replaces remaining vectorimage.tests.js
...
Transforms the old rendering tests for the VectorImageLayer
decluttering to the new rendering test approach.
2019-03-22 10:14:41 +01:00
Andreas Hocevar
447117be4f
Merge pull request #9361 from lutzhelm/9343-zdirection
...
Add a zDirection option for Zoomify - implements #9343
2019-03-21 19:12:41 +01:00
ahocevar
681c3169c1
Add zDirection memeber to the baes class, for type checking
2019-03-21 18:50:03 +01:00
Kai Volland
5665da6518
Use local font "Ubuntu Regular" for rendering tests
...
Set local font for all rendering tests including
TextStyles to enhance comparability on different
systems.
2019-03-21 15:06:07 +01:00
Lutz Helm
085c60af49
Remove tile source zDirection getter
...
The renderer now accesses the zDirection member directly if it exists.
This also has the advantage of not advertising any object methods that
hav no use for most tile sources.
2019-03-21 14:47:09 +01:00
Lutz Helm
2bf217207e
Test renderer behavior for Zoomify zDirection
...
The zDirection addition to the Zoomify tile source only takes effect through
the renderer, so these two renderer cases are added to test the behavior.
zoomify-no-zdirection expects the default behavior.
zoomify-zdirection expects the tiles for the next better resolution.
2019-03-21 11:51:42 +01:00
Lutz Helm
f5abb45de0
Add a zDirection option for Zoomify
...
Via zDirection, the renderer's selection of a tile source's resolution can be
controlled if the view's resolution does not match any tile source resolution.
Currently the zDirection option is only available for Zoomify. The comment
https://github.com/openlayers/openlayers/issues/9343#issuecomment-474341033
describes why caution is advised when using zDirection for other sources.
ol/source/Tile~TileSource#getZDirection has been added to avoid having the
getZDirection method solely in the Zoomify source - just to document the
possibility.
2019-03-21 10:06:22 +01:00
ahocevar
fefcc9f0ca
Return directly when all we do is render queued images
2019-03-20 23:04:48 +01:00
ahocevar
d2f60a70d1
Recreate instructions for the view resolution
2019-03-20 22:45:17 +01:00
ahocevar
a25ca03040
Do not use tile.load() for getting source tiles
2019-03-20 22:45:17 +01:00
ahocevar
461256767e
Make pattern fills work on a scaled canvas
2019-03-20 22:25:25 +01:00
Tim Schaub
c4279ff665
Merge pull request #9333 from KaiVolland/unify-rendering-tests
...
Unify rendering tests
2019-03-20 08:34:54 -07:00
Frédéric Junod
ad5c9ac589
Merge pull request #9350 from fredj/cleanup_examples
...
Remove unnecessary css in examples
2019-03-19 16:21:51 +01:00