Andreas Hocevar
5ca31e094e
New typedef syntax for Coordinate
2018-03-07 13:43:31 +01:00
Andreas Hocevar
3d5217f7e0
Merge pull request #7945 from openlayers/greenkeeper/babel-plugin-jsdoc-closure-1.3.1
...
Update babel-plugin-jsdoc-closure to the latest version 🚀
2018-03-07 13:19:13 +01:00
greenkeeper[bot]
c370f4d09e
chore(package): update babel-plugin-jsdoc-closure to version 1.3.1
2018-03-07 11:56:15 +00:00
Andreas Hocevar
c61a2b0d14
Merge pull request #7944 from ahocevar/point-wrap
...
Make wrap work with points in the vector-labels example
2018-03-07 12:23:15 +01:00
Frédéric Junod
91cca684af
Merge pull request #7943 from openlayers/greenkeeper/mocha-5.0.3
...
Update mocha to the latest version 🚀
2018-03-07 10:52:21 +01:00
Andreas Hocevar
18a668318d
Make wrap work with points
2018-03-07 10:14:44 +01:00
greenkeeper[bot]
e92f9cca45
chore(package): update mocha to version 5.0.3
2018-03-07 09:09:55 +00:00
Andreas Hocevar
8403f7d951
Merge pull request #7940 from openlayers/greenkeeper/babel-plugin-jsdoc-closure-1.3.0
...
Update babel-plugin-jsdoc-closure to the latest version 🚀
2018-03-06 16:15:33 +01:00
greenkeeper[bot]
83c579b38c
chore(package): update babel-plugin-jsdoc-closure to version 1.3.0
2018-03-06 12:34:03 +00:00
Frédéric Junod
41348968e9
Merge pull request #7938 from openlayers/greenkeeper/mocha-5.0.2
...
Update mocha to the latest version 🚀
2018-03-06 08:36:44 +01:00
greenkeeper[bot]
32e875cdb7
chore(package): update mocha to version 5.0.2
2018-03-06 04:55:42 +00:00
Frédéric Junod
37729a40bf
Merge pull request #7933 from fredj/indent
...
Better code indentation
2018-03-05 16:32:40 +01:00
Frederic Junod
500a017faf
Better code indentation
2018-03-05 15:36:40 +01:00
Frédéric Junod
95d94052a7
Merge pull request #7930 from openlayers/on_to_listen
...
Use listen function instead of on
2018-03-05 15:26:48 +01:00
Frédéric Junod
a0b5cd548a
Merge pull request #7929 from openlayers/cleanup_dev_dep
...
Remove unused devDependencies
2018-03-05 11:07:12 +01:00
Frederic Junod
235fc59c72
Use listen function instead of on
...
In #7614 , the `opt_this` argument was removed from `Observable#on`, `#once` and `#un` but internal code was not adapted.
2018-03-05 10:01:12 +01:00
Frederic Junod
247e9eff96
Remove unused devDependencies
2018-03-05 08:30:28 +01:00
Tim Schaub
d29fd63504
Merge pull request #7927 from tschaub/unused
...
Remove unused deps, unused tasks, and outdated info
2018-03-04 17:00:59 -07:00
Andreas Hocevar
5225df26f1
Merge pull request #7923 from ahocevar/fix-pointer-static
...
Fix exports and use of constants
2018-03-04 15:03:17 +01:00
Tim Schaub
bf30802620
Merge pull request #7925 from openlayers/greenkeeper/eslint-4.18.2
...
Update eslint to the latest version 🚀
2018-03-03 17:33:06 -07:00
Tim Schaub
449568802a
Remove unused deps, unused tasks, and outdated info
2018-03-03 13:25:46 -07:00
Tim Schaub
b3d915629e
Merge pull request #7914 from gberaudo/some_easy_window_cleanups
...
Some easy window cleanups
2018-03-03 13:04:30 -07:00
Tim Schaub
d0a8ae718e
Merge pull request #7915 from gberaudo/untie_featureloader_from_xml_code
...
Untie feature loader and XML code
2018-03-03 13:03:28 -07:00
greenkeeper[bot]
c2fc30788f
chore(package): update eslint to version 4.18.2
2018-03-02 22:36:41 +00:00
Andreas Hocevar
d818817117
Fix exports and use of constants
2018-03-02 17:26:17 +01:00
Andreas Hocevar
2f1dab4631
Merge pull request #7921 from openlayers/greenkeeper/clean-css-cli-4.1.11
...
Update clean-css-cli to the latest version 🚀
2018-03-02 16:57:46 +01:00
greenkeeper[bot]
6a1839cb9a
chore(package): update clean-css-cli to version 4.1.11
2018-03-02 15:09:57 +00:00
Frédéric Junod
90daf17ed6
Merge pull request #7918 from fredj/mv_nullFunction
...
Move the nullFunction to ol/functions
2018-03-01 14:57:13 +01:00
Frederic Junod
b50a47114e
Move the nullFunction to ol/functions
...
And rename it to `UNDEFINED`.
2018-03-01 14:41:18 +01:00
Andreas Hocevar
a30d9a41b8
Merge pull request #7916 from openlayers/greenkeeper/html-webpack-plugin-3.0.1
...
chore(package): update html-webpack-plugin to version 3.0.1
2018-03-01 10:06:53 +01:00
Guillaume Beraudo
cb539bce98
Untie feature loader and XML code
2018-03-01 09:14:45 +01:00
Frédéric Junod
71a609d8d5
Merge pull request #7910 from fredj/indent
...
Better code indentation
2018-03-01 08:44:57 +01:00
greenkeeper[bot]
bca2667a18
chore(package): update html-webpack-plugin to version 3.0.1
...
Closes #7912
2018-03-01 06:18:12 +00:00
Guillaume Beraudo
6280941669
Remove window prefix from event listener functions
2018-02-28 23:28:38 +01:00
Guillaume Beraudo
f9a2780546
Do not assume window is defined
...
It is notably not the case in web workers.
2018-02-28 23:24:53 +01:00
Guillaume Beraudo
cfa9718df9
Remove window prefix
...
The prefix is unnecessary and prevent usage in web workers.
2018-02-28 23:22:18 +01:00
Frederic Junod
73b15ef8d7
Better code indentation
2018-02-28 16:46:45 +01:00
Andreas Hocevar
cf0c42ae7d
Merge pull request #7904 from ahocevar/focus-scroll
...
Add focus condition, e.g. for wheel zoom
2018-02-28 08:21:37 +01:00
Tim Schaub
85d4642450
Merge pull request #7905 from openlayers/greenkeeper/karma-webpack-2.0.13
...
Update karma-webpack to the latest version 🚀
2018-02-27 18:20:43 -07:00
greenkeeper[bot]
86fb3e4664
chore(package): update karma-webpack to version 2.0.13
2018-02-27 20:51:35 +00:00
Andreas Hocevar
2d67c15ea9
Add focus condition, e.g. for wheel zoom
2018-02-27 21:39:02 +01:00
Kevin Schmidt
791f8b9917
Don't assume fill for canvas polygon hit detection.
...
This brings canvas polygon hit detection in parity with WebGL, where an
unfilled polygon will not be hit detected hovering inside the polygon.
Fixes #4846
2018-02-27 13:12:46 -07:00
Andreas Hocevar
78ea426764
Merge pull request #7903 from openlayers/greenkeeper/marked-0.3.17
...
Update marked to the latest version 🚀
2018-02-27 14:54:33 +01:00
greenkeeper[bot]
5f14cd0b05
chore(package): update marked to version 0.3.17
2018-02-27 13:10:03 +00:00
Andreas Hocevar
b308635b67
Merge pull request #7902 from ahocevar/font-detect-symbol
...
Add a unicode symbol for symbol font detection
2018-02-27 13:39:21 +01:00
Andreas Hocevar
445c49c1eb
Add a unicode symbol for symbol font detection
2018-02-27 13:22:35 +01:00
Andreas Hocevar
795ef70bf9
Merge pull request #7901 from openlayers/greenkeeper/karma-webpack-2.0.12
...
Update karma-webpack to the latest version 🚀
2018-02-27 09:51:05 +01:00
greenkeeper[bot]
eccf0e398f
chore(package): update karma-webpack to version 2.0.12
2018-02-26 23:23:21 +00:00
Tim Schaub
32875cf7e9
Merge pull request #7899 from tschaub/nomnom
...
Use nomnom@1.8.1
2018-02-26 09:43:26 -08:00
Tim Schaub
242cb70550
Use nomnom@1.8.1
2018-02-26 10:01:13 -07:00