Tomas Hulek
e7e425c288
Added getter for Color property to ol.style.Icon and updated test
2016-11-16 11:12:49 +01:00
Frederic Junod
99dcaf3830
Add missing goog.require('ol')
2016-10-13 11:40:06 +02:00
Marc Jansen
66854c0669
Merge pull request #5776 from jonataswalker/add-radius-to-circle
...
Add ol.style.Circle#setRadius
2016-09-23 21:16:00 +02:00
Frédéric Junod
7ec100f3f8
Merge pull request #5863 from fredj/stroke_pattern
...
Allow CanvasPattern or CanvasGradient as stroke style
2016-09-14 08:38:41 +02:00
Marc Jansen
4864306d0c
Merge pull request #5838 from marcjansen/more-requires
...
Require ol where ol.DEBUG is being used
2016-09-14 07:58:18 +02:00
jonataswalker
1372f98822
Add ol.style.Circle#setRadius
2016-09-13 17:24:31 -03:00
Frederic Junod
e48fda6bef
Allow CanvasPattern or CanvasGradient as stroke style
2016-09-13 17:16:29 +02:00
Simon Seyock
c5ba4af2a6
Restored ol.style.RegularShape#getPoints behaviour
2016-09-12 12:13:21 +02:00
Simon Seyock
37a11c89b9
Added note about coping the atlasManager
2016-09-11 21:45:01 +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
simonseyock
c561f1587b
Add clone methods to styles
2016-09-11 21:44:52 +02:00
Marc Jansen
58e4bad459
Require ol in ol.style.iconimagecache
2016-09-02 11:20:15 +02:00
Andreas Hocevar
843a6a4bf4
Give ol.style.Atlas its own file
2016-09-01 06:58:09 -06:00
Andreas Hocevar
a8d8942fba
Rename ol.style.IconAnchorUnits and ol.style.IconOrigin
2016-09-01 06:58:09 -06:00
Andreas Hocevar
d1e4b33760
Rename goog.DEBUG to ol.DEBUG
2016-08-31 21:10:01 +02:00
Andreas Hocevar
367f0923c5
Remove use of goog.crypt
2016-08-31 21:10:00 +02:00
Frederic Junod
bed95e3b5b
Change ol.ImageState to ol.Image.State
2016-08-29 10:53:09 +02:00
Frederic Junod
1fecb6fd16
Remove ol.style.ImageState and use ol.ImageState instead
2016-08-29 10:39:37 +02:00
Frederic Junod
8e95d94f3e
Add rotateWithView option to ol.style.Text
2016-08-23 13:26:02 +02:00
Tim Schaub
9d276982b5
Assorted missing requires
2016-08-12 10:53:50 -06:00
Tim Schaub
395b486cd8
Public icon images cache
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
274b7285f3
Assorted missing requires
2016-08-12 10:53:48 -06:00
Tim Schaub
2da724cad4
Static ol.style.Style functions
2016-08-12 10:53:48 -06:00
Tim Schaub
d4a5b2f48e
Separate out ol.style.IconImage
2016-08-12 10:53:48 -06:00
Tim Schaub
d02cf1e7a9
Shuffle assertions
2016-08-12 10:53:47 -06:00
Frederic Junod
ce3346a477
Rename ol.style.IconImageCache to ol.style.IconImageCache_
2016-08-09 13:25:07 +02:00
Frederic Junod
fbb585c5d8
Remove goog.addSingletonGetter function
2016-08-09 11:28:02 +02:00
Tim Schaub
907a65ab83
Remove unused goog.require() calls in the source
2016-08-08 09:58:10 -06:00
Tim Schaub
b1593124ba
Put the primary provide first
2016-08-07 10:49:13 -06:00
Tim Schaub
9da581cb8f
Move style files so they are named like their provide
2016-08-07 10:49:11 -06:00
Andreas Hocevar
e18d41b5e0
Remove gratuitous debug assertions
2016-08-04 11:29:54 +02:00
Andreas Hocevar
e0015b3d4e
Use goog.DEBUG instead of ol.DEBUG for now
2016-08-04 11:29:54 +02:00
Andreas Hocevar
6f5ed17fc5
Remove goog.asserts.*
...
This pull requests replaces type check hint assertions with type casts,
library sanity check assertions with conditional console.assert statements
in debug mode, and runtime sanity checks with assertions that throw an
ol.AssertionError with an error code for lookup outside the library.
2016-08-04 11:29:54 +02:00
Frederic Junod
3d46a0bfaa
Remove unused goog.provide
2016-08-03 12:49:01 +02:00
Peter Robins
f8f2cd11d5
Replace goog.getUid with ol.getUid
2016-07-20 11:01:00 +00:00
Peter Robins
0713e680e1
Replace goog.abstractMethod
2016-07-19 09:08:23 +00:00
Frederic Junod
8957e618a5
Fix ol.style.Image#getAnchor documentation
2016-07-05 14:51:33 +02:00
Frederic Junod
b8ce70fbf0
Get rid of goog.isFunction
2016-06-20 16:09:25 +02:00
Andreas Hocevar
6718fc982e
Merge pull request #5450 from probins/typedefs
...
Remove sub-namespaces from all remaining typedefs
2016-06-14 17:32:10 +02:00
Frederic Junod
4bf1f56405
Add missing semicolon
2016-06-09 15:39:46 +02:00
Peter Robins
2c29512c80
Remove sub-namespaces from all remaining typedefs
2016-06-09 10:01:52 +00:00
Frederic Junod
e289bfbb7d
Use ol.inherits instead of goog.inherits
2016-06-08 08:38:12 +02:00
Andreas Hocevar
2ec4969ac7
Remove api annotations from enums
2016-06-03 09:29:14 +02:00
Peter Robins
c7aeebed8c
Rename sub-sub-namespace typedefs to sub-namespace
...
These sub-sub-namespace typedefs are only used internally; some of them cause problems by creating a form of circular dependency. For example, ol.style.Atlas is created in style/atlasmanager.js; if ol.style.Atlas.Block is in a separate file, ol.style.Atlas is dependent on it, so the new file must precede ol.style.Atlas. However if it precedes it then it has to create the ol.style.Atlas namespace which should be created by atlasmanager.js. To get round this, these typedefs are renamed to remove the sub-sub-namespace.
Fortunately they are all non-api, so the rename should not affect anything.
2016-05-11 19:46:56 +00:00
Peter Robins
4f0b4dacbd
Move sub-namespace typedefs to typedefs.js
...
Here too there is one problem case.
2016-05-11 19:45:59 +00:00
Peter Robins
f57065c412
Remove unneeded goog.provides/requires for typedefs
...
In general, typedefs do not need and should not have goog.require/provide
2016-05-09 13:21:25 +00:00
Peter Robins
2a64d9ef55
Minor correction of StyleFunction docs
2016-04-08 18:35:16 +01:00