Tim Schaub
92472ca604
Avoid illegal invocation of native method.
2012-01-02 21:53:21 -07:00
Tim Schaub
e363bdb782
Rename to startAnimation for symmetry.
2012-01-02 21:52:31 -07:00
Tim Schaub
c151b04257
Use requestAnimationFrame for tweening.
...
Instead of using an arbitrary interval for tweening, we let the device decide the best animation frame rate. Where requestAnimationFrame is not available, this will default to 60 fps.
2012-01-02 20:52:46 -07:00
Tim Schaub
5c2af142b6
Use requestAnimationFrame where available.
...
For kinetic panning, let the device determine the animation frame rate.
2012-01-02 20:40:29 -07:00
Tim Schaub
c7c11757ae
Allow for infinite animation loop.
2012-01-02 20:39:52 -07:00
Tim Schaub
a86151c9e3
Allow callback to cancel animation.
2012-01-02 20:39:38 -07:00
Tim Schaub
709bb7af1b
panDuration not used in this example
2012-01-02 20:37:23 -07:00
tschaub
bc8a38cf16
Util methods for animation loops.
2012-01-02 17:48:43 -07:00
tschaub
f2168d13b7
Increase timeout to avoid flashes.
...
Without this change, flashes are fairly frequent while zooming around a full screen map.
2012-01-02 16:07:40 -07:00
tschaub
3c910c8801
Removing the tileAnimation map property.
...
Edit CSS to change the style.
2012-01-02 15:49:55 -07:00
Éric Lemoine
78963a5fa8
correct typo in tests/Tile/Image.html, @tschaub has sharp eyes
2012-01-02 23:34:02 +01:00
Éric Lemoine
fcb9a6cd2c
remove Tile.Image.onTransitionEnd - it is no longer used
2012-01-02 23:20:15 +01:00
Éric Lemoine
eb924c8f77
no longer rely on the transitionend event, unwanted flashes are avoid using a timer
2012-01-02 22:53:53 +01:00
Éric Lemoine
aeccee865c
Merge pull request #2 from tschaub/fade
...
tweaks for fade changes
2012-01-02 11:16:57 -08:00
tschaub
3eb34f587e
Add test for setOpacity.
2012-01-02 11:52:54 -07:00
tschaub
b7b0d6b712
Collecting image tile changes in the Image.js.
2012-01-02 11:40:50 -07:00
ahocevar
485ec033e9
Merge pull request #125 from tomhughes/ticket-2598
...
Irregular transformation support for TransformFeature Control
2011-12-31 08:04:13 -08:00
Tom Hughes
dd103ebf82
Use OpenLayers.Util.DEFAULT_PRECISION for geometry comparisons
2011-12-31 14:00:25 +00:00
Éric Lemoine
e11e4358fa
add olMapTileAnim rule in style.mobile.css
2011-12-31 14:13:42 +01:00
Éric Lemoine
587650e01b
use parseFloat to read opacity style values in tests
2011-12-31 14:09:24 +01:00
Tom Hughes
63fb2d4b04
Add an interception point to allow image URLs to be rewritten
...
Make all attempts to get a URL for an image go through a single
routine, OpenLayers.Util.getImageLocation, which is given the actual
image name.
This allows users to replace that routine with an enhanced version
which can rewrite the full URL, for example to go through the rails
asset pipeline when using OpenLayers with rails.
2011-12-31 12:19:10 +00:00
Tom Hughes
533ee475ee
Improve documentation of regular versus irregular transformation
2011-12-31 12:08:22 +00:00
Tom Hughes
93f2a31253
Add tests for regular and irregular transformations
2011-12-31 12:08:21 +00:00
Tom Hughes
1b6eb38d46
Make irregular transforms work on rotated features
...
Rework support for irregular transforms to handle features
which have been rotated correctly.
2011-12-31 12:08:21 +00:00
Tom Hughes
a46707e727
Add support for irregular transformations to TransformFeature
...
Give the TransformFeature control an irregular mode where dragging a
handle just extends that side rather than growing the shape symmetrically
about the centre.
2011-12-31 12:08:21 +00:00
Éric Lemoine
d2856cd721
remove duplicated setOpacity tests (MapServer/Untiled.html)
2011-12-31 12:25:37 +01:00
Éric Lemoine
e7ef3d6c21
remove duplicated setOpacity tests
2011-12-31 12:23:32 +01:00
Éric Lemoine
afc0283c06
fix the Layer.WMS setOpacity tests
2011-12-31 00:45:15 +01:00
Éric Lemoine
df7ab415d0
add css rule for tile animation
2011-12-31 00:20:06 +01:00
Éric Lemoine
6b918bc9ab
make the Layer/Image.html tests pass again
2011-12-31 00:19:44 +01:00
Éric Lemoine
5edd3d3f84
make Tile.Image compatible with CSS-based tile fade animation
2011-12-31 00:19:19 +01:00
Éric Lemoine
d417231bb8
add OpenLayers.TRANSITION and OpenLayers.TRANSITION_END private constants
2011-12-31 00:17:36 +01:00
Éric Lemoine
04f72a0e07
tests for the tileAnimation map option
2011-12-30 23:28:21 +01:00
Éric Lemoine
afce5be5d6
add a tileAnimation map option
2011-12-30 23:23:07 +01:00
Tim Schaub
f5ac1fcd72
Update notes/2.12.md
2011-12-29 15:38:20 -07:00
Tim Schaub
9b7afeb492
Merge pull request #124 from tschaub/norect
...
Moving Rectangle geometries to deprecated.js (closes #123 ).
2011-12-29 14:34:04 -08:00
tschaub
e5b4e1323b
Updated readme.
2011-12-29 14:57:12 -07:00
tschaub
25d907d977
Adding rectangle to deprecated notes.
2011-12-29 14:41:04 -07:00
tschaub
3bddb3af05
Merge branch 'master' of github.com:openlayers/openlayers into norect
2011-12-29 14:40:16 -07:00
tschaub
47368ddfa9
Listing deprecated functionality in the notes.
2011-12-29 14:39:34 -07:00
tschaub
5773ad7ddc
Removing duplicate code.
...
These string prototype methods were unintentionally added twice in 20e19203d5 .
2011-12-29 14:29:03 -07:00
tschaub
958221d5f4
Moving Rectangle geometries to deprecated.js.
...
The VML and SVG renderers still have support for drawing rectangles. This can be safely removed in 3.0.
2011-12-29 14:14:49 -07:00
tschaub
9075f14856
Ignoring the closure-compiler.jar and pyc.
2011-12-29 14:05:12 -07:00
tschaub
d6cb1547ac
Merge branch 'master' of github.com:openlayers/openlayers
2011-12-29 14:03:50 -07:00
Tim Schaub
08d951c02f
Merge pull request #91 from jorix/3519-CC_SrcLin2
...
Using the jscompiler.py that ships with Closure to drive the compiler.
2011-12-29 13:03:27 -08:00
tschaub
e321bd3d60
Merge branch '3519-CC_SrcLin2'
2011-12-29 13:58:48 -07:00
Tim Schaub
d8a34775da
Merge pull request #120 from probins/rulerequires
...
Symbolizer dependencies are only pulled in when serializing as SLD.
2011-12-29 11:43:37 -08:00
Peter Robins
52e7c932f7
Move symbolizer requires
2011-12-29 09:47:22 +00:00
ahocevar
d1319eaf90
Merge branch 'vector-ratio' ( closes #113 )
2011-12-28 20:18:11 +01:00
ahocevar
cfe25feecf
Making dateline handling work with ratio.
2011-12-28 20:14:39 +01:00