Marc Jansen
b86394b79b
Merge branch 'control-inheritance' of https://github.com/marcjansen/openlayers
2012-06-20 18:08:01 +02:00
Marc Jansen
0c87de44b4
Merge branch 'control-inheritance' of https://github.com/marcjansen/openlayers into control-inheritance
...
Conflicts:
tests/Control/ZoomOut.html
tests/Control/ZoomToMaxExtent.html
2012-06-08 09:44:36 +02:00
Éric Lemoine
e3d1d3ea62
more tests for SelectControl.unselectAll
2012-05-31 18:27:55 +02:00
Éric Lemoine
e603b06715
make SelectControl.unselectAll safer
2012-05-31 18:27:54 +02:00
Frederic Junod
c696b34a84
Add new maximizeTitle and minimizeTitle options to Control.OverviewMap
2012-05-29 09:04:00 +02:00
Marc Jansen
a87f5ac16a
Merge branch 'master' of https://github.com/openlayers/openlayers into control-inheritance
2012-05-15 08:34:53 +02:00
John Lien
ab87c33670
Applied patch from ticket #3381 to Permalink tests and updated Permalink
...
control to pass tests by maintaining anchors.
All tests continue to pass.
2012-04-22 14:48:12 -04:00
Marc Jansen
4cd34bc851
Added tests for OpenLayers.Control.Pan.
2012-04-17 21:31:12 +02:00
Marc Jansen
53ed973eec
Added tests for OpenLayers.Control.Pan.
2012-04-17 21:24:54 +02:00
Marc Jansen
d08fb575b1
The changed controls should also check whether they have correctly
...
inherited the property 'type' of the new parent class.
2012-04-17 20:21:06 +02:00
Marc Jansen
d5bdadc18e
Removed erroneously commited alert-statements in tests.
2012-04-17 20:06:40 +02:00
Marc Jansen
4af41b41f5
Added tests for ZoomIn control.
2012-04-17 20:04:49 +02:00
Marc Jansen
a5c5fd8d3e
Added tests for the 'type' property which is now inherited from the
...
parent class.
2012-04-17 08:20:09 +02:00
Marc Jansen
c40bdc90e9
Added tests for ZoomOut control.
2012-04-17 08:11:08 +02:00
Marc Jansen
84e5c47caa
Add tests for the ZoomToMaxExtent control.
2012-04-13 09:58:59 +02:00
Paul Spencer
30af95d034
a working test thanks to Marc.
2012-03-30 07:59:22 -04:00
Paul Spencer
d4e6253447
indent 4.
2012-03-29 07:32:25 -04:00
Paul Spencer
9e31fb6e9a
Update OverviewMap to test if calling minimizeControl or maximizeControl causes an exception.
2012-03-28 14:06:51 -04:00
ahocevar
8d42f33a28
Fixing typo which causes CacheRead to fail when CacheWrite is active
2012-03-21 23:21:24 +01:00
Frederic Junod
46309b5265
Fix proj4js script.src
2012-03-15 17:13:10 +01:00
Antoine Abt
bed3edeb46
Merge pull request #281 from ejn/master
...
Improve iconOn/iconOff class name matching in Panel.js; add unit tests
2012-03-13 00:37:54 -07:00
ahocevar
6b5dba3f93
Merge pull request #301 from ahocevar/offline
...
Adding CacheRead and CacheWrite controls. r=@elemoine,@fredj
2012-03-12 08:29:00 -07:00
Tim Schaub
1a444589e0
Merge pull request #274 from tschaub/utfgrid
...
UTFGrid Tile, Layer, and Control. This adds support for responsive handling of interactions with large numbers of features represented by UTFGrids.
2012-03-09 08:49:30 -08:00
ahocevar
f18ac9911b
Adding CacheRead and CacheWrite controls.
...
These controls read from and write to the browser's offline storage. Example with a seeding tool included.
2012-03-08 14:18:44 +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
Tim Schaub
cf30e71b9f
Merge branch 'master' of github.com:openlayers/openlayers into utfgrid
2012-03-06 00:06:15 -07: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
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
ejn
fbc3b5475d
Improved regex, added tests
2012-03-05 12:14:56 +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
ahocevar
12f191a690
Merge branch 'master' of github.com:openlayers/openlayers
2012-03-04 11:25:10 +01:00
Tim Schaub
32db586fba
Provide map and pixel location to callback.
2012-03-04 01:56:26 -07: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
268b84286b
Tests for UTFGrid layer and control.
2012-03-03 17:29:38 -07: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
Tim Schaub
f45043967b
Zoom control tests.
2012-03-02 22:52:18 -07: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
ahocevar
d0c782ca74
Making LayerSwitcher work again outside viewport.
2012-02-29 10:40:45 +01:00
Marc Jansen
631f6b5d3d
Merge pull request #218 from marcjansen/testsuite-fixes
...
Testsuite fixes
2012-02-28 04:32:36 -08:00
ahocevar
2fe882f4d8
Merge pull request #219 from ahocevar/proj-defaults
...
New OpenLayers.Projection.defaults property. r=@tschaub,@fredj
2012-02-16 01:29:29 -08:00
Marc Jansen
67ea250cca
Fix a Control.OverviewMap test that failed in Firefox 10.0.1 (Linux).
2012-02-15 14:11:54 +01:00
ahocevar
2e423df3d2
Use the layer's projection.
...
In setMap, the layer gets the map's projection if it doesn't have its own. And since a layer can have a different SRS code than the map (but a compatible one, i.e. with OpenLayers.Projection.transforms[mapProj][layerProj] being OpenLayer.Projection.nullTransform), the axis order can be different.
2012-02-15 13:41:25 +01:00
ahocevar
11966d231f
New OpenLayers.Projection.defaults property.
...
This allows us to simplify the map and layer configuration, because now the projection also defines defaults for maxExtent, maxResolution and units.
This change also adds transforms for SRS aliases for EPSG:4326 and centralizes axis order information in OpenLayers.Projection.defaults.
2012-02-15 11:09:55 +01:00
Marc Jansen
79540f346d
Reformatting of testfile prior to fixing failing test in Firefox 10.0.1.
...
No functional change.
2012-02-15 11:09:45 +01:00
Marc Jansen
52931daf32
Fix spelling in test-function. No functional change.
2012-02-15 09:14:31 +01:00
ahocevar
6385be7ffe
Template for the Attribution control.
...
This allows to add map specific copyright, or copyright required for tools like geocoders that are used in the context of the map.
2012-02-11 12:34:40 +01:00
fredj
6daecd677d
New createVertices option for Control.ModifyFeature
2012-02-09 14:12:52 +01:00