Matt Priour
9fbd3072b7
Merge branch 'master' into singleTile
2012-03-08 16:36:41 -06:00
Matt Priour
9d0dd67843
Add tests for initSingleTile function, which is where all the important singleTile logic is
2012-03-08 16:26:46 -06:00
Éric Lemoine
89cf93d994
fix the Grid tests that fail in slow browsers, suggested by @ahocevar (refs #299 )
2012-03-08 17:53:09 +01:00
Bart van den Eijnden
05e40e5cf0
Merge pull request #302 from bartvde/graphic
...
don't output graphic inside of textsymbolizer if graphic is set to false (@r=ahocevar)
2012-03-08 08:10:02 -08:00
ahocevar
636ac640ca
Don't test VML if SVG is also supported.
...
The VML renderer does not work in IE9 standards mode, and SVG takes precedence over VML. So it is safe to skip these tests if both VML and SVG report "supported". See #285
2012-03-08 16:27:51 +01:00
Bart van den Eijnden
9707a388c3
typo
2012-03-08 15:52:03 +01:00
Bart van den Eijnden
5d9791133e
do not output graphic inside of textsymbolizer if graphic is set to false
2012-03-08 15:47:43 +01:00
Éric Lemoine
877f4b4cc6
make the PanZoom tests pass in IE 9+, by not running tests that rely on document.createEvent in this browser too, no functional change (refs #277 )
2012-03-07 22:01:39 +01:00
ahocevar
2f4ca63a39
Merge pull request #297 from ahocevar/tileloadstart
...
tileloadstart event and fixed crossorigin handling. r=@fredj
2012-03-07 01:30:36 -08:00
Marc Jansen
d122ebcf4e
Merge pull request #286 from marcjansen/imgpath
...
Declare ImgPath property of OpenLayers in OpenLayers.js (r=@elemoine,@ahocevar)
2012-03-06 23:02:25 -08:00
ahocevar
a05eab29db
Adding tileloadstart event to layer.
...
For this to be useful (i.e. so listeners can see/modify the tile url), a change in Tile.Image is required so we do not fire the loadstart event before we have the url to load.
2012-03-06 14:40:08 +01:00
Tim Schaub
8d6bddf0ac
A simple zoom control with zoom in/out links.
...
The zoom control allows for zoom in/out links that can be styled with CSS.
Note: This change was originally captured in #269 . It involves nice additions thanks @ahocevar. The changes were unintentionally merged and then reverted with fb3caf1561 , so the history of commits is not immediately apparent (though still likely there somewhere due to the magic of git).
2012-03-05 22:11:36 -07:00
Éric Lemoine
d5da1130b5
Merge pull request #207 from probins/script
...
Change Protocol/Script registry to object
2012-03-05 13:52:44 -08:00
Marc Jansen
25bba1c937
Remove not needed document.getElementById in test.
2012-03-05 21:41:39 +01:00
Marc Jansen
8f0280e8bd
Add two trivial tests for the presence and default
...
value of OpenLayers.ImgPath.
2012-03-05 21:23:40 +01:00
ahocevar
fb3caf1561
Revert "Merge branch 'master' of github.com:openlayers/openlayers"
...
This reverts commit 12f191a690 , reversing
changes made to 49b3dc85c2 . See #269 .
2012-03-05 18:56:50 +01:00
ahocevar
fe63d0aa63
New events: loaderror for Tile, tileerror for Layer.Grid.
2012-03-05 14:20:01 +01:00
ahocevar
d7533096e9
Fixing Renderer/SVG.html tests for IE9 (see #277 ).
2012-03-05 12:00:18 +01:00
ahocevar
5674d440c8
Fixing IFrame test for IE9 (see #277 ).
2012-03-05 11:49:07 +01:00
Bart van den Eijnden
17f7b2feab
use separate testcase as suggested by @ahocevar
2012-03-05 10:04:15 +01:00
Bart van den Eijnden
6204fe50c6
GetFeatureInfo requests should take EXCEPTIONS parameter from the WMS layer
2012-03-05 09:56:31 +01:00
Éric Lemoine
c58f093615
Revert "Removing camelize method."
...
This reverts commit 43ef0920c2 .
2012-03-04 23:22:21 +01:00
Éric Lemoine
55a52008d6
Revert "Moving camelize and its tests to deprecated"
...
This reverts commit 5875b50a51 .
2012-03-04 23:21:54 +01:00
ahocevar
1072511be7
Fixing tests - popup only needed in Firefox.
...
See #249 .
2012-03-04 22:45:38 +01:00
Éric Lemoine
9f06a17647
fix the Protocol/CSW tests in IE, refs #249
2012-03-04 22:18:07 +01:00
Éric Lemoine
dc9dd219fc
fix the "too much recursion" exceptions in the Grid.html tests
2012-03-04 21:15:04 +01:00
Éric Lemoine
e409b77caa
fix deprecated/WMS and deprecated/MapServer tests
2012-03-04 15:56:15 +01:00
ahocevar
1b746a6461
Fixing Tween tests.
...
Thanks @tschaub for the requestAnimationFrame hint. See #249
2012-03-04 11:36:28 +01:00
ahocevar
12f191a690
Merge branch 'master' of github.com:openlayers/openlayers
2012-03-04 11:25:10 +01:00
Éric Lemoine
49b3dc85c2
Merge pull request #56 from jorix/3576-MeasureImm
...
#3576 Incorrect geometry passed to measurePartial
2012-03-03 23:59:54 -08:00
Tim Schaub
bb76893abb
Merge pull request #273 from tschaub/permalink
...
Make permalink destruction safe (r: @ahocevar).
2012-03-03 14:07:54 -08:00
Tim Schaub
9a3b723ba4
Making it safe to destroy a permalink.
...
Previously, a map could not be destroyed if it included a permalink control without an "element". In addition, a permalink control could not be destroyed if it didn't have a reference to a map.
2012-03-03 14:42:43 -07:00
Tim Schaub
935d621113
Testing that the permalink works with map options.
...
The permalink/argparser combo doesn't properly handle map configurations where layers and a map location are provided (see #270 ).
2012-03-03 14:30:03 -07:00
ahocevar
221f299650
Using buttonclick event to avoid issues on touch devices.
2012-03-03 22:21:01 +01:00
ahocevar
9860d60518
Merge branch 'zoom' of https://github.com/tschaub/openlayers into zoom
2012-03-03 22:20:49 +01:00
Tim Schaub
3b028e0017
Merge pull request #268 from tschaub/has
...
Fixing the extend method to work on IE.
2012-03-03 07:12:56 -08:00
Tim Schaub
fb748bae81
Collecting tests together.
2012-03-03 08:11:42 -07:00
Tim Schaub
f45043967b
Zoom control tests.
2012-03-02 22:52:18 -07:00
tschaub
59578931c2
Making testing in IE a tiny bit less painful.
...
The super handy quick filter that Marc added in 57c16b7345 was causing a bit of trouble in IE. First, `input` was undefined where it was used as a misspelling for `window`. After that, IE choked on the nice CSS3 selector when filtering the test list. It turns out we don't need to be as selective and can treat all anchor elements within the table rows as candidates.
2012-03-02 18:29:25 -07:00
tschaub
71276b5323
Fixing the extend method to work on IE.
...
In IE, events don't have a `hasOwnProperty` method. Instead of trusting that the source objects have this method, we call the same on the Object prototype. If we want to be safer about the `hasOwnProperty` calling done in e3cc96dbfb , we could create an `OpenLayers.Object.has` method that also used the Object prototype.
2012-03-02 16:54:59 -07:00
ahocevar
39962a6179
Using v3.6 of the GMaps v3 API everywhere.
2012-03-02 11:02:22 +01:00
Bart van den Eijnden
456a17b61c
fix up test in Tile/Image/IFrame see 221d7caf70 (commitcomment-1032985)
2012-03-02 09:40:58 +01:00
Tim Schaub
485317567e
Merge pull request #266 from tschaub/permalink
...
Making map construction work with permalink.
2012-03-01 15:11:10 -08:00
ahocevar
930206fb57
Merge pull request #247 from probins/kmlatts
...
KML: write attributes; add option for kvp attributes
2012-03-01 14:30:11 -08:00
tschaub
4e9701caa8
Making map construction work with permalink.
...
If a map is configured with a permalink control and a center, the permalink control tries to work with the map center before setCenter is called. This sequence assumes that the map center will already be a LonLat. This fails if the map is constructed with a coordinate array. Safer move is to convert center to LonLat before controls are added.
2012-03-01 13:47:42 -07:00
Peter Robins
eb47d97774
KML: write attributes; add option for kvp attributes
2012-03-01 12:56:38 +00:00
ahocevar
fa30c1da5c
Don't overwrite params, and use params in Layer.ArcGISCache
2012-02-29 16:52:31 +01:00
Bart van den Eijnden
2421ed6da3
add comments to the test (suggestion by @ahocevar)
2012-02-29 14:53:20 +01:00
Bart van den Eijnden
0e1a30b3cd
PointPlacement and LinePlacement are choices, so don't output both
2012-02-29 14:42:11 +01:00
Éric Lemoine
8273f153dc
Merge pull request #223 from camptocamp/access_panelbutton
...
make it possible to create accessible panel buttons
2012-02-29 04:39:57 -08:00