greenkeeper[bot]
b2bcbcbc04
chore(package): update webpack to version 4.19.1
2018-09-18 14:27:10 +00:00
Frederic Junod
960b433a2c
Remove webkit specific properties from Touch
...
Remove the following errors from the TypeScript checks:
```
src/ol/pointer/TouchSource.js(231,23): error TS2339: Property 'webkitRadiusX' does not exist on type 'Touch'.
src/ol/pointer/TouchSource.js(232,24): error TS2339: Property 'webkitRadiusY' does not exist on type 'Touch'.
src/ol/pointer/TouchSource.js(233,26): error TS2339: Property 'webkitForce' does not exist on type 'Touch'.
```
The only reference that I've found for these properties is a warning message from Google Chrome:
```
'Touch.webkitRadiusX' is deprecated and will be removed in M47, around November 2015. Please use 'Touch.radiusX' instead.
```
2018-09-18 13:36:38 +02:00
greenkeeper[bot]
d777a6319b
chore(package): update rollup-plugin-commonjs to version 9.1.8
...
Closes #8653
2018-09-18 10:54:15 +00:00
Frédéric Junod
5910e4d207
Merge pull request #8644 from openlayers/greenkeeper/rollup-0.66.0
...
Update rollup to the latest version 🚀
2018-09-18 09:12:34 +02:00
Tim Schaub
340a446b51
Merge pull request #8643 from schmidtk/style-typescript-cleanup
...
Fix style TypeScript errors
2018-09-17 14:35:50 -06:00
Kevin Schmidt
124fccf127
Fix style TypeScript errors
2018-09-17 12:38:00 -06:00
greenkeeper[bot]
74417a05d0
chore(package): update mustache to version 3.0.0
2018-09-16 20:43:30 +00:00
greenkeeper[bot]
3ffd7683d5
chore(package): update rollup-plugin-uglify to version 6.0.0
2018-09-16 14:12:44 +00:00
greenkeeper[bot]
457cbc9d9b
chore(package): update rollup to version 0.66.0
2018-09-16 08:42:40 +00:00
Andreas Hocevar
7912c5d711
Merge pull request #8638 from ahocevar/fix-haslistener-check
...
Fix event type in hasListener check
2018-09-15 09:08:55 +02:00
ahocevar
90403421af
Fix event type in hasListener check
2018-09-14 18:15:18 +02:00
Frédéric Junod
fe0ac80ba4
Merge pull request #8618 from fredj/topojson_types
...
Use TopoJSON types from @types/topojson
2018-09-14 13:09:43 +02:00
Frederic Junod
ba53b5e8aa
Quotes topojson properties
2018-09-14 13:02:30 +02:00
Frederic Junod
abc3279752
Use TopoJSON types from @types/topojson
2018-09-14 13:02:30 +02:00
Frédéric Junod
84c689d456
Merge pull request #8619 from fredj/typing
...
Remove wrong Geometry type in KML format
2018-09-14 12:46:31 +02:00
Andreas Hocevar
693d1b24c6
Merge pull request #8631 from openlayers/greenkeeper/webpack-4.19.0
...
Update webpack to the latest version 🚀
2018-09-14 10:32:01 +02:00
greenkeeper[bot]
cdaca7b0ff
chore(package): update webpack to version 4.19.0
2018-09-14 06:02:06 +00:00
Andreas Hocevar
3ccfc2ea61
Merge pull request #8630 from openlayers/greenkeeper/webpack-4.18.1
...
Update webpack to the latest version 🚀
2018-09-13 17:14:58 +02:00
greenkeeper[bot]
b351eaef29
chore(package): update webpack to version 4.18.1
2018-09-13 12:51:18 +00:00
Andreas Hocevar
14eb3fde14
Merge pull request #8627 from ahocevar/fix-textstate-type
...
Fix several type imports
2018-09-13 14:50:31 +02:00
ahocevar
f29e6ac397
Fix more incorrect type imports
2018-09-13 11:42:59 +02:00
ahocevar
79674363e6
Fix imports in TextState
2018-09-13 11:42:59 +02:00
Andreas Hocevar
0ce7402d61
Merge pull request #8629 from megawac/patch-1
...
Enable circle primitive in draw-shapes example
2018-09-13 07:25:09 +02:00
Graeme Yeates
00474dc038
Enable circle primitive in draw-shapes example
...
For some reason the circle polygon type was not available in the select despite the example code handling drawing circles.
2018-09-12 16:50:59 -04:00
Marc Jansen
8d054a404a
Merge pull request #8626 from marcjansen/less-TS2345
...
Better type annotations / type casts
2018-09-12 05:45:51 +02:00
Marc Jansen
143bf731b6
Better type annotations / type casts
2018-09-11 21:59:54 +02:00
Tim Schaub
d4bbbcb690
Merge pull request #8622 from tschaub/unused
...
Remove unused method
2018-09-11 12:36:49 -06:00
Tim Schaub
f9f2f981f1
Remove unused method
2018-09-11 10:13:26 -06:00
Tim Schaub
8b45011cd5
Merge pull request #8615 from tschaub/geojson-types
...
Use GeoJSON types from @types/geojson
2018-09-11 09:57:31 -06:00
Tim Schaub
39c31e62a3
Remove unnecessary type casts
2018-09-11 09:02:33 -06:00
Tim Schaub
5b00231d7a
Backwards compatibility with circle serialization
2018-09-11 08:55:31 -06:00
Frederic Junod
3c52757f3f
Remove wrong Geometry type in KML format
2018-09-11 08:45:16 +02:00
Frédéric Junod
e6e9801a74
Merge pull request #8617 from openlayers/greenkeeper/webpack-4.18.0
...
chore(package): update webpack to version 4.18.0
2018-09-11 07:50:18 +02:00
Frédéric Junod
b5e2b9fe6f
Merge pull request #8609 from fredj/import
...
Remove extra imports in jsdoc
2018-09-11 07:36:58 +02:00
greenkeeper[bot]
83e252bed9
chore(package): update webpack to version 4.18.0
...
Closes #8616
2018-09-10 22:25:19 +00:00
Andreas Hocevar
b0b248d8e6
Merge pull request #8613 from ahocevar/lazy-taint-detection
...
Lazily detect tainted canvas
2018-09-10 21:50:27 +02:00
Tim Schaub
0364beb312
GeoJSON types
2018-09-10 10:20:08 -06:00
ahocevar
fc5aafe9fe
Lazily detect tainted canvas
2018-09-10 10:13:41 +02:00
Andreas Hocevar
968d8d6698
Merge pull request #8610 from ahocevar/mouseposition-touch
...
Sensible touch behavior of the MousePosition control
2018-09-08 12:35:11 +02:00
ahocevar
3c500e0b4b
Sensible touch behavior of the MousePosition control
2018-09-08 11:10:56 +02:00
Frederic Junod
81bab31efb
Remove extra imports in jsdoc
...
The symbols are already imported (es6 import)
2018-09-08 11:01:02 +02:00
Frédéric Junod
058f81c0fa
Merge pull request #8602 from fredj/layer_map_opt_typedef
...
Add missing map property in ol/layer/Layer constructor options
2018-09-08 09:59:20 +02:00
Tim Schaub
6b851d812d
Merge pull request #8607 from tschaub/listener-signature
...
Listener return is boolean or void
2018-09-07 09:54:48 -06:00
Tim Schaub
ef4936de4a
Listener return is boolean or void
2018-09-07 09:10:31 -06:00
Tim Schaub
b6746d3432
Merge pull request #8595 from tschaub/optional
...
Optional arguments and typedef properties
2018-09-07 06:24:16 -06:00
Frederic Junod
3c05e09189
Add missing map property in ol/layer/Layer constructor options
2018-09-07 09:05:04 +02:00
Frédéric Junod
9b2dc88151
Merge pull request #8594 from fredj/import
...
Remove extra imports in jsdoc
2018-09-07 08:24:52 +02:00
Tim Schaub
5e7afbb393
Merge pull request #8596 from tschaub/externs-revisited
...
Add types for the UTFGrid and TileJSON JSON responses
2018-09-06 15:20:50 -06:00
Tim Schaub
f6e6878909
Brackets for optional properties
2018-09-06 11:01:59 -06:00
Tim Schaub
e49c691a22
Add types for the UTFGrid and TileJSON JSON responses
2018-09-06 10:11:35 -06:00