Tim Schaub
054af09032
Make code prettier
...
This updates ESLint and our shared eslint-config-openlayers to use Prettier. Most formatting changes were automatically applied with this:
npm run lint -- --fix
A few manual changes were required:
* In `examples/offscreen-canvas.js`, the `//eslint-disable-line` comment needed to be moved to the appropriate line to disable the error about the `'worker-loader!./offscreen-canvas.worker.js'` import.
* In `examples/webpack/exapmle-builder.js`, spaces could not be added after a couple `function`s for some reason. While editing this, I reworked `ExampleBuilder` to be a class.
* In `src/ol/format/WMSGetFeatureInfo.js`, the `// @ts-ignore` comment needed to be moved down one line so it applied to the `parsersNS` argument.
2020-04-06 12:54:09 -06:00
jkonieczny
2112478b6b
Added test + jsdoc
2020-01-15 11:13:45 +01:00
ahocevar
f382ddf230
Remove snapToPixel option and deprecate getters/setters
2018-08-09 18:16:58 +02:00
Tim Schaub
c860aed960
Import inherits, getUid, and VERSION from ol/util
2018-07-19 10:26:17 -06:00
Tobias Bieniek
2096a1d0db
style/Icon: Add setAnchor() method
...
This allows users to adjust the anchor after the `Icon` is defined. This can be useful if the anchor should depend on the rotation of the icon.
2018-07-16 12:48:52 +02:00
Tim Schaub
e28305186c
Export shared icon image class from IconImageCache module
2018-04-24 09:37:19 -06:00
Frederic Junod
e3deae940d
Named exports from ol/style/IconImage
2018-02-22 08:19:23 +01:00
Tim Schaub
ad62739a6e
Use blocked scoped variables
...
In addition to using const and let, this also upgrades our linter config and removes lint (mostly whitespace).
2018-01-12 00:50:30 -07:00
Tim Schaub
66182f4cfb
Rename _ol_style_IconImage_ to IconImage
2018-01-11 13:29:26 -07:00
Tim Schaub
fb22c587f8
Rename _ol_style_Icon_ to Icon
2018-01-11 13:25:01 -07:00
Frederic Junod
dc70c4376d
Named export for ol/style
2017-12-18 16:18:00 +01:00
Tim Schaub
87295a74dd
Use named exports from ol/index.js
2017-12-12 12:34:23 -07:00
Tim Schaub
8a9bbd6264
Separate example scripts for dev and prod
2017-12-12 06:56:19 -07:00
Tim Schaub
7f47883c48
Transformed
2017-12-12 06:53:18 -07:00
simonseyock
f73cda8ef5
reusing images in ol.style.Icon#clone
2017-09-12 11:58:38 +02:00
Tim Schaub
a3e3e99baa
Get rid of useless test exports
2017-08-17 15:16:58 -04:00
Tomas Hulek
e7e425c288
Added getter for Color property to ol.style.Icon and updated test
2016-11-16 11:12:49 +01:00
Simon Seyock
ef0300b828
More consistent use of be and eql in tests
2016-09-12 12:17:47 +02:00
Simon Seyock
b86a12e121
Added remaining tests
2016-09-11 21:45:00 +02:00
Simon Seyock
9f32e8d566
Added cloning of image element, color cloning
2016-09-11 21:44:59 +02:00
Simon Seyock
147f091998
Added ol.style.Icon#clone test
2016-09-11 21:44:58 +02:00
Tim Schaub
bd015eabe4
One provide per test file
2016-08-12 10:53:49 -06:00
Tim Schaub
a70c6f916b
Give ol.style.IconImageCache its own file
2016-08-12 10:53:48 -06:00
Tim Schaub
d4a5b2f48e
Separate out ol.style.IconImage
2016-08-12 10:53:48 -06:00
Frederic Junod
fbb585c5d8
Remove goog.addSingletonGetter function
2016-08-09 11:28:02 +02:00
Tim Schaub
ed5dbd1293
Put test requires on top
2016-08-08 09:58:11 -06:00
Tim Schaub
9da581cb8f
Move style files so they are named like their provide
2016-08-07 10:49:11 -06:00
Tim Schaub
36bcd26305
Separate literals from symbolizers
2013-08-15 10:37:18 -04:00
Tim Schaub
0e87922389
Getters and setters for icon symbolizer
2013-07-12 10:42:59 -06:00
Tim Schaub
8844465188
Fixing bug with IconLiteral#equals and adding tests
2013-07-12 10:17:08 -06:00