Olivier Guyot
56faf4c3ad
Color / add an isStringColor utility function
2019-10-22 23:17:30 +02:00
Olivier Guyot
a0b271a812
Literal Style / add support for variables in the style
...
These variables are accessed using the `var` operator, and are meant
to be mutated directly in the style object. When doing so,
the new value will always be used for the render.
This is intended to be used for modifying the style through external
parameters such as an input field, a slider, mouse position etc.
2019-10-22 23:17:00 +02:00
Olivier Guyot
a1c00744d1
Webgl points renderer / throw if shader compilation fails
...
This should only happen if providing handcrafted shaders to the renderer.
2019-10-22 23:17:00 +02:00
Olivier Guyot
94b8cf6af3
Webgl / add support for a time operator in literal styles
...
This required adding `u_time` as one of the default uniforms provided by the
webgl helper.
2019-10-22 23:17:23 +02:00
Olivier Guyot
0c0c8c5d56
Literal Style / add support for a filter property
2019-10-22 23:17:00 +02:00
Olivier Guyot
e38250ee14
ShaderBuilder / add fragment discard expression in shader params
2019-10-22 11:39:30 +02:00
Olivier Guyot
7b66b294a8
ShaderBuilder / attempt to clarify the way attributes are handled in parseSymbolStyle
2019-10-22 11:18:39 +02:00
Olivier Guyot
9ee93cd2cf
ShaderBuilder / refactoring to use an actual builder pattern
...
There is now a ShaderBuilder class with chainable methods
to specify more easily the contents of the final shaders.
This is to avoid passing around large objects to different functions,
and allow for a richer API.
The documentation has also been corrected and clarified.
2019-10-22 11:12:06 +02:00
Frédéric Junod
bcdb191de2
Merge pull request #10148 from openlayers/dependabot/npm_and_yarn/rollup-plugin-node-resolve-5.2.0
...
Bump rollup-plugin-node-resolve from 5.0.0 to 5.2.0
2019-10-21 14:19:56 +02:00
dependabot-preview[bot]
775bf82631
Bump rollup-plugin-node-resolve from 5.0.0 to 5.2.0
...
Bumps [rollup-plugin-node-resolve](https://github.com/rollup/rollup-plugin-node-resolve ) from 5.0.0 to 5.2.0.
- [Release notes](https://github.com/rollup/rollup-plugin-node-resolve/releases )
- [Changelog](https://github.com/rollup/rollup-plugin-node-resolve/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rollup/rollup-plugin-node-resolve/compare/v5.0.0...v5.2.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-10-21 12:06:29 +00:00
Frédéric Junod
fc9123947d
Merge pull request #10150 from openlayers/dependabot/npm_and_yarn/copy-webpack-plugin-5.0.4
...
Bump copy-webpack-plugin from 5.0.3 to 5.0.4
2019-10-21 14:06:22 +02:00
Frédéric Junod
636c65da69
Merge pull request #10149 from openlayers/dependabot/npm_and_yarn/rbush-3.0.1
...
Bump rbush from 3.0.0 to 3.0.1
2019-10-21 14:05:08 +02:00
Frédéric Junod
adcbd0bb50
Merge pull request #10147 from openlayers/dependabot/npm_and_yarn/rollup-1.25.1
...
Bump rollup from 1.12.0 to 1.25.1
2019-10-21 14:04:18 +02:00
dependabot-preview[bot]
89c0eaef8d
Bump copy-webpack-plugin from 5.0.3 to 5.0.4
...
Bumps [copy-webpack-plugin](https://github.com/webpack-contrib/copy-webpack-plugin ) from 5.0.3 to 5.0.4.
- [Release notes](https://github.com/webpack-contrib/copy-webpack-plugin/releases )
- [Changelog](https://github.com/webpack-contrib/copy-webpack-plugin/blob/master/CHANGELOG.md )
- [Commits](https://github.com/webpack-contrib/copy-webpack-plugin/compare/v5.0.3...v5.0.4 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-10-21 11:55:42 +00:00
dependabot-preview[bot]
889eef66c1
Bump rbush from 3.0.0 to 3.0.1
...
Bumps [rbush](https://github.com/mourner/rbush ) from 3.0.0 to 3.0.1.
- [Release notes](https://github.com/mourner/rbush/releases )
- [Commits](https://github.com/mourner/rbush/compare/v3.0.0...v3.0.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-10-21 11:55:03 +00:00
dependabot-preview[bot]
de851e9b29
Bump rollup from 1.12.0 to 1.25.1
...
Bumps [rollup](https://github.com/rollup/rollup ) from 1.12.0 to 1.25.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.12.0...v1.25.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-10-21 11:53:47 +00:00
Andreas Hocevar
cb6b716b98
Merge pull request #10145 from openlayers/greenkeeper/handlebars-4.4.5
...
Greenkeeper/handlebars 4.4.5
2019-10-21 12:02:35 +02:00
greenkeeper[bot]
2980a0a168
chore(package): update lockfile package-lock.json
2019-10-20 21:11:28 +00:00
greenkeeper[bot]
829aac1860
chore(package): update handlebars to version 4.4.5
...
Closes #10081
2019-10-20 21:11:23 +00:00
Andreas Hocevar
3d351a53e6
Merge pull request #10142 from ahocevar/fix-tilechange-events
...
Fix tilechange events
2019-10-19 09:06:12 +02:00
Tim Schaub
a0ceebfb2f
Merge pull request #10132 from openlayers/greenkeeper/webpack-4.41.2
...
Update webpack to the latest version 🚀
2019-10-18 21:46:42 -06:00
Tim Schaub
a9d93fe151
Merge pull request #10143 from openlayers/greenkeeper/mocha-6.2.2
...
Update mocha to the latest version 🚀
2019-10-18 21:46:17 -06:00
greenkeeper[bot]
b4257779f1
chore(package): update lockfile package-lock.json
2019-10-18 21:17:40 +00:00
greenkeeper[bot]
0f3778ce00
chore(package): update mocha to version 6.2.2
2019-10-18 21:17:31 +00:00
Andreas Hocevar
36a366bfeb
Do not stop event propagation in prepareTile
2019-10-18 20:50:01 +02:00
Olivier Guyot
95bcb574b7
Merge pull request #10138 from wirdehall/master
...
Should be able to ovveride defaultvalue of style in selection.
2019-10-18 09:57:55 +02:00
wirdehall
bd5510b62a
Updated docs for Select style.
...
Updated docs for Select style with new option of false.
2019-10-18 00:20:05 +02:00
wirdehall
a34e7ddd99
Should be able to ovveride defaultvalue of style in selection.
...
null or false should be able to prevent overriding the style.
As discussed here: https://github.com/openlayers/openlayers/issues/10131
2019-10-17 15:05:30 +02:00
Tim Schaub
1de0d09acb
Merge pull request #10135 from mike-000/patch-1
...
Revise the description of applyTransform for geometries
2019-10-16 12:54:32 -06:00
mike-000
2b1417df3f
Revise the description of applyTransform
...
Revise the description of applyTransform and transformFn (loosely based on that used in ol/extent) to avoid any misunderstanding that the function is called inside a forEach method.
2019-10-16 13:59:38 +01:00
Andreas Hocevar
cfac31799b
Merge pull request #10133 from ahocevar/unlisten-source-change
...
Properly unregister source tile change listeners
2019-10-15 23:16:18 +02:00
Andreas Hocevar
61fc71c30f
Properly unregister source tile change listeners
2019-10-15 21:23:37 +02:00
greenkeeper[bot]
9f3052211b
chore(package): update lockfile package-lock.json
2019-10-15 13:46:36 +00:00
greenkeeper[bot]
4450981b0d
chore(package): update webpack to version 4.41.2
2019-10-15 13:46:30 +00:00
Andreas Hocevar
54884314ee
Merge pull request #10094 from ahocevar/immediate-hitdetection
...
New Layer#getFeatures method with fast hit detection
2019-10-14 22:21:08 +02:00
Frédéric Junod
a75ea2cc6b
Merge pull request #10117 from openlayers/greenkeeper/pbf-3.2.1
...
Update pbf to the latest version 🚀
2019-10-14 15:35:22 +02:00
Frédéric Junod
aba93e7b9c
Merge pull request #10104 from openlayers/attribution_font_size
...
Remove font sizing from the attribution control
2019-10-14 15:28:02 +02:00
Andreas Hocevar
90d6a6f441
Move hit detection to its own module
2019-10-14 14:40:06 +02:00
Andreas Hocevar
7454df0c2f
Resolve empty when tile not loaded yet
2019-10-14 14:13:57 +02:00
Frederic Junod
a126702e95
Add back max-width for the attribution control in examples
2019-10-14 09:24:18 +02:00
Tim Schaub
dd788b406c
Merge pull request #10114 from openlayers/greenkeeper/coveralls-3.0.7
...
Update coveralls to the latest version 🚀
2019-10-13 08:02:53 -06:00
Tim Schaub
c97a26ae26
Merge pull request #10116 from openlayers/greenkeeper/webpack-4.41.1
...
Update webpack to the latest version 🚀
2019-10-13 08:02:06 -06:00
Tim Schaub
f475387d39
Merge pull request #10108 from notnotse/issue/9814-fix-documentation-for-handlemoveevent
...
Fix documentation for handleMoveEvent
2019-10-12 08:14:39 -06:00
Tim Schaub
5af4dfa623
Merge pull request #10118 from mike-000/patch-7
...
Document the OSM crossOrigin default
2019-10-12 08:13:17 -06:00
Andreas Hocevar
e3666f18da
Merge pull request #10112 from ahocevar/rendertile-no-error
...
No ERROR state for render tiles
2019-10-11 21:52:12 +02:00
mike-000
046b78cca7
Document the OSM crossOrigin default
2019-10-11 18:16:19 +01:00
greenkeeper[bot]
b349058c58
chore(package): update lockfile package-lock.json
2019-10-11 14:50:07 +00:00
greenkeeper[bot]
8a53947f44
fix(package): update pbf to version 3.2.1
2019-10-11 14:50:02 +00:00
Olivier Guyot
9acba8f82a
Merge pull request #10115 from jahow/improve-heatmap-test
...
Improve Heatmap hit detection test
2019-10-11 16:40:07 +02:00
Andreas Hocevar
0cb9d73848
No ERROR state for render tiles
2019-10-11 14:58:22 +02:00