ahocevar
1eeea2aa4d
Use class method syntax instead of .prototype.method = function
2018-08-06 15:30:17 +02:00
ahocevar
2f92e48e93
Use super.method instead of prototype.method.call
2018-08-06 15:30:17 +02:00
ahocevar
c5b42c49d5
Fix Disposable's prototype handling
2018-08-06 15:30:17 +02:00
Andreas Hocevar
03d47e49ed
Merge pull request #8486 from openlayers/greenkeeper/webpack-4.16.5
...
Update webpack to the latest version 🚀
2018-08-06 11:40:44 +02:00
Guillaume Beraudo
abbfb5c653
Document the stableSort function
2018-08-06 10:50:18 +02:00
greenkeeper[bot]
a78c163a4f
chore(package): update webpack to version 4.16.5
2018-08-06 08:14:58 +00:00
Guillaume Beraudo
a4178d05ef
Expose the stableSort function
...
This is a low level function, essential to OpenLayers so it is always
shipped with OpenLayers.
2018-08-06 09:18:56 +02:00
Guillaume Beraudo
dbf9048d8f
Expose the getUid function
...
It is often useful in application code to have a way to uniquely identify
and object.
Exposing the OpenLayers mechanism allows for best performance and avoid
unneccessary dirt.
2018-08-06 09:18:56 +02:00
Andreas Hocevar
824ad48488
Merge pull request #8478 from ahocevar/available-font-weights
...
Check font availability with multiple font weights
2018-08-06 06:52:53 +02:00
Frédéric Junod
8cd9eabe68
Merge pull request #8483 from fredj/draw-shapes-null-coordinates
...
Don't create Polygon with null coordinates
2018-08-05 19:30:34 +02:00
Frederic Junod
a50a4efeca
Don't create Polygon with null coordinates
2018-08-04 07:35:19 +02:00
Frédéric Junod
d49be1393e
Merge pull request #8471 from samuel-girard/imagestatic_properties
...
Add getUrl and getImageExtent to ImageStatic API
2018-08-03 09:22:53 +02:00
Andreas Hocevar
a991bb21d6
Merge pull request #8470 from scroach/tile-api-doc
...
Update Tile loading API docs
2018-08-03 09:13:48 +02:00
Andreas Hocevar
df848d6673
Add basic tileLoadFunction example and refine advanced example
2018-08-03 09:04:24 +02:00
scroach
68ce6de0ca
Updated Tile loading API docs
2018-08-03 09:01:47 +02:00
Tim Schaub
141fe5fe49
Merge pull request #8477 from gberaudo/expose_gutter
...
Expose original getGutter
2018-08-02 22:33:23 -06:00
Andreas Hocevar
57baa15cc3
Merge pull request #8476 from openlayers/greenkeeper/webpack-4.16.4
...
Update webpack to the latest version 🚀
2018-08-02 22:46:57 +02:00
Andreas Hocevar
64138bb94f
Merge pull request #8475 from openlayers/greenkeeper/clean-css-cli-4.2.0
...
Update clean-css-cli to the latest version 🚀
2018-08-02 22:41:09 +02:00
ahocevar
62188502e9
Check font availability in 3 different weight ranges
2018-08-02 18:57:26 +02:00
Guillaume Beraudo
fe86d2e7f7
Expose original getGutter
...
TileWMS objects take a gutter option but do not have a public getter
for it. This makes it convoluted for user code to recreate the object
(ex: in the case of serialization/deserialization).
- the getGutterInternal() method is renamed to getGutter;
- the getGutter(projection) method is renamed to getGutterForProjection,
which is also more explicit.
The getGutter method was not API and is only used by the renderer.
2018-08-02 17:12:41 +02:00
greenkeeper[bot]
69ae9d7180
chore(package): update webpack to version 4.16.4
2018-08-02 14:55:46 +00:00
greenkeeper[bot]
adc83ba484
chore(package): update clean-css-cli to version 4.2.0
2018-08-02 13:08:28 +00:00
Samuel Girard
4012280ad4
Use class property for url
2018-08-02 09:02:04 +02:00
Samuel Girard
e48c85a689
Add getUrl and getImageExtent to ImageStatic API
2018-08-01 12:23:38 +02:00
Andreas Hocevar
c74faaa7ca
Merge pull request #8469 from openlayers/greenkeeper/rollup-0.63.5
...
Update rollup to the latest version 🚀
2018-08-01 10:52:23 +02:00
greenkeeper[bot]
236b6832fb
chore(package): update rollup to version 0.63.5
2018-08-01 07:39:36 +00:00
Andreas Hocevar
93b92d3990
Merge pull request #8466 from ahocevar/on-focus-only
...
Add onFocusOnly option to interaction defaults
2018-07-31 13:27:14 +02:00
Andreas Hocevar
a36ab978e7
Merge pull request #8465 from ahocevar/no-prevent-default-on-pointermove
...
Do not prevent default on pointermove
2018-07-31 13:26:46 +02:00
ahocevar
55fb62c551
Add onFocusOnly option to interaction defaults
2018-07-31 09:01:42 +02:00
ahocevar
c74b9c1d55
Do not prevent default on pointermove
...
Instead, only prevent default on handled pointerdown events. This makes
the `focus` condition work with interactions that involve dragging on
touch devices.
2018-07-31 08:33:15 +02:00
Andreas Hocevar
a56ca57ac6
Merge pull request #8461 from lionralfs/lionralfs-patch-1
...
Fix double backtick typo
2018-07-28 14:40:33 +02:00
Lion Ralfs
1aadd51c57
Fix double backtick typo
2018-07-28 12:58:37 +02:00
Tim Schaub
a1391a2083
Merge pull request #8453 from openlayers/greenkeeper/webpack-4.16.3
...
Update webpack to the latest version 🚀
2018-07-27 17:55:28 -06:00
Frédéric Junod
5adf0be4a3
Merge pull request #8452 from fredj/f_8409
...
Remove extra translate function in Geometry, add missing api tag
2018-07-27 15:53:53 +02:00
Frédéric Junod
4c71ddb3c7
Merge pull request #8451 from fredj/rm_f
...
Remove unimplemented functions
2018-07-27 13:22:35 +02:00
greenkeeper[bot]
efe15402cc
chore(package): update webpack to version 4.16.3
2018-07-27 11:19:38 +00:00
Frederic Junod
b3586bed8d
Remove extra translate function in Geometry, add missing api tag
2018-07-27 13:19:12 +02:00
Frederic Junod
1e332f52d6
Remove unimplemented functions
...
The TypeScript checker complain about it.
It was a workaround for closure-compiler, it's not needed anymore.
2018-07-27 13:10:45 +02:00
Frédéric Junod
c0f44f6d9d
Merge pull request #8450 from fredj/types
...
Mark properties of ReadOptions and WriteOptions as optional
2018-07-27 11:45:25 +02:00
Andreas Hocevar
efe0dd7fbf
Merge pull request #8447 from openlayers/greenkeeper/rollup-plugin-commonjs-9.1.4
...
Update rollup-plugin-commonjs to the latest version 🚀
2018-07-27 11:39:47 +02:00
Frederic Junod
219629458b
Mark properties of ReadOptions and WriteOptions as optional
2018-07-27 11:25:52 +02:00
greenkeeper[bot]
b13feb0046
chore(package): update rollup-plugin-commonjs to version 9.1.4
2018-07-27 06:27:33 +00:00
Tim Schaub
df293d8a2e
Merge pull request #8443 from tschaub/void
...
Explicit void
2018-07-26 17:28:26 -06:00
Tim Schaub
6cfa2b22a7
Explicit void
2018-07-26 10:46:39 -06:00
Tim Schaub
8346bb7454
Merge pull request #8437 from tschaub/target
...
Avoid shadowing EventTarget
2018-07-26 09:21:57 -07:00
Tim Schaub
40486a0ecc
Avoid shadowing EventTarget
2018-07-26 10:14:58 -06:00
Tim Schaub
d8efa569d9
Merge pull request #8439 from tschaub/dotless
...
Fewer dots in types
2018-07-26 06:16:33 -07:00
Frédéric Junod
adfb3dd229
Merge pull request #8441 from fredj/f_8440
...
Fix loaded script for the example-verbatim examples
2018-07-26 14:02:33 +02:00
Frederic Junod
3c0be4e611
Fix loaded script for the example-verbatim examples
2018-07-26 13:46:17 +02:00
Tim Schaub
2eb07aa081
Use Template<Foo> instead of Template.<Foo>
2018-07-25 18:37:08 -07:00