Éric Lemoine
09beba69ad
Remove the map renderers option
2014-02-06 16:56:15 +01:00
Tom Payne
eb01c72b55
Add projection to igc example
2014-02-06 16:48:52 +01:00
Tom Payne
f1276e86a1
Add projection option to ol.source.IGC
2014-02-06 16:48:42 +01:00
Antoine Abt
8f9e2ea88d
Merge pull request #1649 from tonio/geometrycollection_change
...
Make GeometryCollection propagate change events of its geometries.
2014-02-06 16:33:13 +01:00
Antoine Abt
f2c18fafb8
Make GeometryCollection dispatch change event'
...
When one of its component changes.
2014-02-06 15:55:02 +01:00
Éric Lemoine
45495869a5
Merge pull request #1653 from elemoine/select-options
...
Passing options to the select interaction is mandatory
2014-02-06 15:24:51 +01:00
Éric Lemoine
90155ad519
Passing options to the select interaction is mandatory
2014-02-06 15:07:08 +01:00
Tom Payne
b5da2d387b
Merge pull request #1651 from twpayne/fix-rbush-remove
...
Fix ol.structs.RBush#remove
2014-02-06 13:56:24 +01:00
Tom Payne
c12f47befa
Merge pull request #1652 from twpayne/fix-stroke-only-multipolygon
...
Ensure MultiPolygons are rendered if only one of fill and stroke are set
2014-02-06 13:54:41 +01:00
Tom Payne
2993efb04f
Ensure MultiPolygons are rendered if only one of fill and stroke are set
2014-02-06 13:50:22 +01:00
Éric Lemoine
16b4c5c90e
Merge pull request #1590 from elemoine/icon
...
Infinite loop on icon loading
2014-02-06 13:17:13 +01:00
Éric Lemoine
c2d0cab07a
Add tests for ol.style.IconImageCache
2014-02-06 12:59:39 +01:00
Éric Lemoine
90c41523a2
Add tests for ol.renderer.vector
2014-02-06 12:59:39 +01:00
Éric Lemoine
d13d2fdc6a
Remove a FIXME
2014-02-06 12:59:39 +01:00
Éric Lemoine
63aadc5c0f
Factor out icon image loading code
2014-02-06 12:59:39 +01:00
Éric Lemoine
f9e04ad7d5
Use ol.renderer.Map#scheduleExpireIconCache
2014-02-06 12:59:39 +01:00
Éric Lemoine
b43dd6db44
Add ol.renderer.Map#scheduleExpireIconCache
2014-02-06 12:59:39 +01:00
Éric Lemoine
c2fe25ee26
Use the icon image cache
2014-02-06 12:59:39 +01:00
Éric Lemoine
065663b242
Introduce an icon image cache
2014-02-06 12:59:38 +01:00
Éric Lemoine
bf8520096e
Vector image source uses new image style interface
2014-02-06 12:59:38 +01:00
Éric Lemoine
78aef2f58c
Vector renderer uses new image style interface
2014-02-06 12:59:38 +01:00
Éric Lemoine
ae2b3359f8
Fix the kml format tests
2014-02-06 12:59:38 +01:00
Éric Lemoine
3626ff5b16
Icon images are handled by a separate class
2014-02-06 12:59:38 +01:00
Tom Payne
286284b0c4
Move remove from ol.structs.RBush to ol.structs.RBushNode
2014-02-06 12:48:52 +01:00
Tom Payne
7f64a09e3c
Return, and check, boolean value from ol.structs.RBush#remove indicating whether value was removed
2014-02-06 12:48:51 +01:00
Tom Payne
09326519d3
Replace faulty iterative ol.structs.RBush#remove with less faulty recursive version
2014-02-06 12:48:51 +01:00
Frederic Junod
c94b78144f
Fix test description
2014-02-06 12:48:51 +01:00
Frederic Junod
ce721bc42f
Assert that an element is removed in ol.structs.RBush#remove_
2014-02-06 12:48:51 +01:00
Éric Lemoine
e0db06c39a
Merge pull request #1648 from elemoine/1648
...
Vector examples are broken
2014-02-06 12:25:24 +01:00
Éric Lemoine
95bef8d7d2
Fix vector examples
2014-02-06 10:40:09 +01:00
Antoine Abt
ef27ed7aef
Add failing test for change event propagation
2014-02-06 10:31:01 +01:00
ahocevar
43e42d959d
Merge pull request #1647 from openlayers/style-
...
Create styles only once
2014-02-06 08:28:43 +01:00
Tim Schaub
629558971d
Merge pull request #1646 from tschaub/example-index
...
Remove unused classes info.
2014-02-05 22:35:00 -07:00
ahocevar
a4101d52cf
Create styles only once
2014-02-06 05:47:34 +01:00
Tim Schaub
336ee808de
The examples don't provide information on classes used
2014-02-05 20:17:50 -07:00
Austin Hyde
03b7d6ee92
Add jquery to examples for backwards compatibility with IE7/8
2014-02-05 15:42:58 -05:00
Austin Hyde
7930d1a129
If the map has a background, zIndex=-1 puts the layers behind the background
2014-02-05 15:42:22 -05:00
ahocevar
ef200e8b03
Merge pull request #1421 from ahocevar/google-integration
...
Example for obtaining a Google base map
2014-02-05 20:14:28 +01:00
ahocevar
0fa60fc0c6
Updating example to use the new vector API
2014-02-05 18:55:55 +01:00
ahocevar
6aef5eed74
Example for obtaining a Google base map
...
By simply defining the ol3 map as control on a GMaps map, we can
have a Google base map with arbitrary ol3 content on top. This
works with all ol3 renderers.
2014-02-05 17:59:00 +01:00
Tom Payne
2b46c037d7
Merge pull request #1644 from twpayne/keyboard-interaction-docs
...
Fix capitalisation of ol.Map in docs
2014-02-05 17:50:10 +01:00
Tom Payne
3436c7e6f9
Fix capitalisation of ol.Map in docs
2014-02-05 17:12:35 +01:00
Austin Hyde
298674d14f
Only do the IE-safe event cloning in legacy IE
2014-02-05 10:32:14 -05:00
Austin Hyde
27f45d73ba
Remove a now-unused define
2014-02-05 10:32:14 -05:00
Austin Hyde
ff4f4be8aa
Fix typo, simplify a legacy IE check
2014-02-05 10:32:14 -05:00
Austin Hyde
9ffed5bf5f
Add a compile-time flag to enable legacy IE support
2014-02-05 10:32:14 -05:00
Austin Hyde
74a9a155b1
Dispose of the IE dblclick listener, add goog.require
2014-02-05 10:32:14 -05:00
Austin Hyde
c9ca219286
Fix the root cause of the IE mouseup event bug.
...
When the event object is reference outside the call stack of the
original event handler (like in a setTimeout), accessing its
properties results in a "member not found" error. The solution is to
clone the event object and use the clone.
2014-02-05 10:32:14 -05:00
Austin Hyde
fb360c019e
Fix line lengths from 6a83778
2014-02-05 10:31:16 -05:00
Austin Hyde
de3b315ad7
Round CSS offsets to nearest integer
2014-02-05 10:31:16 -05:00