ahocevar
f5c80f40bd
Merge pull request #1700 from ahocevar/document-browserfeature
...
Make ol.BrowserFeature appear in API docs
2014-02-14 11:05:28 +01:00
ahocevar
adad57d481
Make the default effectively truthy
2014-02-13 22:52:48 +01:00
ahocevar
aa5a08a377
No typecast needed
2014-02-13 22:29:20 +01:00
ahocevar
3cc1dad2e0
Make loading parameters configurable
2014-02-13 22:08:26 +01:00
ahocevar
877e881a52
Do not load tiles while interacting
...
Especially on mobile devices, loading just a single tile can
cause major janks. During animations, it is fine to just skip
frames. But during user interaction (e.g. dragging), a more
instant visual feedback is desirable.
2014-02-13 21:03:21 +01:00
ahocevar
0200ee4f48
Make ol.BrowserFeature appear in API docs
2014-02-13 21:00:57 +01:00
Tom Payne
03beeafc21
Merge pull request #1681 from twpayne/line-dash
...
Fix management of line dash state
2014-02-13 15:40:39 +01:00
Tom Payne
dfc57e9db4
Fix handling of line dash state in ol.render.canvas.Immediate
2014-02-13 15:30:04 +01:00
Tom Payne
32e527458b
Merge pull request #1694 from twpayne/protocol-relative-url
...
Use protocol relative URL in tile sources
2014-02-13 15:26:38 +01:00
Tom Payne
a178712f6b
Only replay replay group if it is not empty
2014-02-13 14:47:47 +01:00
Tom Payne
5b8e85afbd
Save replay group, even if it is empty
2014-02-13 14:36:59 +01:00
Tom Payne
02b4e7cced
Use protocol relative URL in ol.source.Stamen
2014-02-13 13:48:06 +01:00
Tom Payne
bb7a1c11f6
Use protocol relative URL in ol.source.MapQuest
2014-02-13 13:47:13 +01:00
Frederic Junod
4cb4ab89db
Use protocol relative URL for OSM tiles
2014-02-13 11:21:27 +01:00
Tom Payne
5cc3983cdb
Fix handling of line dash state in ol.render.canvas.Replay
2014-02-12 17:59:11 +01:00
Tom Payne
a74da436d2
Use ol.BrowserFeature.HAS_CANVAS_LINE_DASH in ol.render.canvas.Replay
2014-02-12 17:57:29 +01:00
Tom Payne
1924e2b9b3
Add detection of canvas line dash support
2014-02-12 15:56:01 +01:00
Antoine Abt
f8a748d7f4
Fix MultiPoint modify
2014-02-12 15:26:57 +01:00
Antoine Abt
56a1f053ff
Check geometry type instead of instanceof
2014-02-12 15:25:47 +01:00
Antoine Abt
0764ea99ee
Merge pull request #1654 from tonio/vector-api-modify
...
Add Modify Interaction
2014-02-11 16:59:43 +01:00
Tom Payne
e0765240a2
Merge branch 'ie-compat' of git://github.com/Intermedix/ol3 into Intermedix-ie-compat
2014-02-11 16:54:39 +01:00
Bart van den Eijnden
ee33cbc525
Merge pull request #1650 from bartvde/apidoc
...
missing link in api doc (r=@ahocevar)
2014-02-11 15:02:12 +01:00
Bart van den Eijnden
304e7c7df7
Add properties found in objectliterals.jsdoc to the API
2014-02-11 14:49:04 +01:00
Antoine Abt
03624b5f78
Check segment writers existence
2014-02-11 14:36:54 +01:00
oterral
3a7c80dfda
Remove exports from ol.style.Image
2014-02-11 13:13:51 +01:00
oterral
8edcc7e161
Add exports for ol.style.Text
2014-02-11 12:33:12 +01:00
oterral
f122778c6d
Add exports for ol.style.Icon
2014-02-11 12:20:00 +01:00
oterral
740b398341
Add exports for ol.style.Circle
2014-02-11 12:18:29 +01:00
Frederic Junod
f06adff56c
Add ol.format.XSD.readNonNegativeIntegerString function
2014-02-10 16:19:08 +01:00
Frederic Junod
f6629fae6c
Add ol.format.XSD.readDecimalString function
2014-02-10 16:19:08 +01:00
Frederic Junod
e3deb03e71
Add ol.format.XSD.readBooleanString function
2014-02-10 16:19:08 +01:00
Antoine Abt
f9b6eabfef
%s/render.FeaturesOverlay/FeatureOverlay/
2014-02-10 11:26:14 +01:00
Antoine Abt
0272659118
Remove useless style method
2014-02-10 11:26:14 +01:00
Antoine Abt
72675bf6ad
Make interaction ctor only have an option object
2014-02-10 11:26:13 +01:00
Antoine Abt
5325af26d6
Store mouse last position to draw vertex at feature selection
2014-02-10 11:26:13 +01:00
Antoine Abt
e64766f01f
Add support for GeometryCollection in modify interaction
2014-02-10 11:26:13 +01:00
Antoine Abt
a60203f931
Move segment writers in their own methods
2014-02-10 11:26:13 +01:00
Tim Schaub
2fc15a5bf0
As it is currently used, opt_options is not optional
...
It would be nice if the compiler would warn us of things like this (accessing properties of undefined).
2014-02-07 13:48:32 -07:00
Antoine Abt
1c4926b591
Ensure styles are defined in FeaturesOverlay
2014-02-07 14:52:59 +01:00
Antoine Abt
933ef64db1
Force remove vertexFeature when there’s no features left in FeaturesOverlay
2014-02-07 14:52:59 +01:00
Antoine Abt
fb637aedca
Move variables declaration at the top
2014-02-07 14:52:59 +01:00
Antoine Abt
a1d20182fe
Make modify interaction use FeaturesOverlay
...
Instead of a whole map.
2014-02-07 14:52:58 +01:00
oterral
3155d681be
Add modify feature interaction and its example
2014-02-07 14:52:57 +01:00
Éric Lemoine
5227d01572
Merge pull request #1660 from oterral/fix_drawend
...
Fix the feature sent with the drawend event
2014-02-07 14:27:36 +01:00
Tom Payne
3d1e4db8ff
Merge pull request #1658 from twpayne/vector-context-api-stability
...
Add API stability to ol.render.IVectorContext
2014-02-07 14:03:14 +01:00
oterral
3bb90c5b4c
Send the feature drawn with the drawend event
2014-02-07 13:45:13 +01:00
Tom Payne
b0c6fd7502
Add API stability to ol.render.IVectorContext
2014-02-06 22:51:15 +01:00
Tom Payne
dade8e4e1a
Don't export ol.proj.Units
2014-02-06 22:44:17 +01:00
Tom Payne
b901fba742
Allow ol.proj.Projection units option to be a string
2014-02-06 22:42:36 +01:00
Tom Payne
37d5a4af65
Don't export ol.source.wms.ServerType
2014-02-06 22:36:47 +01:00