ahocevar
|
363f837acb
|
Using resolution instead of zoom level for initial center (see #418).
|
2012-04-19 13:29:56 +02:00 |
|
ahocevar
|
ef33f01504
|
Respect alwaysInRange from prototype, but allow changes in addOptions.
|
2012-04-19 12:02:18 +02:00 |
|
Tim Schaub
|
faaa2cec1f
|
Using compiled regexp to replace dots.
Though split and join appear to be more efficient in Chrome, a compiled regexp looks to be a safer bet across the board. See http://jsperf.com/dotless (and http://jsperf.com/dotless-nop for the NOP).
|
2012-04-18 09:46:24 -04:00 |
|
Tim Schaub
|
163caf0e8d
|
Underscore in canvas hit detection.
|
2012-04-18 09:40:27 -04:00 |
|
Tim Schaub
|
8533edd19b
|
Toward dotless identifiers.
|
2012-04-18 09:39:58 -04:00 |
|
Marc Jansen
|
4cd34bc851
|
Added tests for OpenLayers.Control.Pan.
|
2012-04-17 21:31:12 +02:00 |
|
Marc Jansen
|
d86c1b6c9c
|
Changed Pan control to inherit from OpenLayers.Control.Button.
|
2012-04-17 21:29:32 +02:00 |
|
Marc Jansen
|
56d7cee8cf
|
Protect the trigger action of pan control by checking whether
we were added to a map prior to calling this.map.pan().
|
2012-04-17 21:25:56 +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
|
292da06150
|
Changed ZoomIn control to inherit from OpenLayers.Control.Button.
|
2012-04-17 20:05:47 +02:00 |
|
Marc Jansen
|
4af41b41f5
|
Added tests for ZoomIn control.
|
2012-04-17 20:04:49 +02:00 |
|
Tim Schaub
|
bce40d9e42
|
Merge branch 'master' of github.com:openlayers/openlayers
|
2012-04-17 12:12:38 -04:00 |
|
Tim Schaub
|
f70b500aac
|
Merge branch '2.12' of github.com:openlayers/openlayers
|
2012-04-17 12:11:38 -04:00 |
|
Bart van den Eijnden
|
ce18994664
|
Merge pull request #413 from bartvde/extendeddate
allow the regex for date parsing to be specified, so that applications can potentially deal with dates before BC in ISO-8601 (r=@ahocevar)
|
2012-04-17 08:41:11 -07:00 |
|
Bart van den Eijnden
|
a96d32d284
|
rename to dateRegEx and provide default value in api docs
|
2012-04-17 17:39:37 +02:00 |
|
Bart van den Eijnden
|
f07660e8c5
|
implement @ahocevar's suggestion instead
|
2012-04-17 15:57:51 +02:00 |
|
Frédéric Junod
|
7ec0071823
|
Merge pull request #403 from fredj/403
Util.html test fail with Chrome and Chromium. r=elemoine
|
2012-04-17 06:53:43 -07:00 |
|
Bart van den Eijnden
|
90a8ac9c71
|
allow for negative years in dates
|
2012-04-17 14:23:56 +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
|
3dfa3fd157
|
Changed ZoomOut control to inherit from OpenLayers.Control.Button.
|
2012-04-17 08:11:48 +02:00 |
|
Marc Jansen
|
c40bdc90e9
|
Added tests for ZoomOut control.
|
2012-04-17 08:11:08 +02:00 |
|
Frederic Junod
|
e14d7d686e
|
Fix Util.html test for Chrome/Chromium browsers.
|
2012-04-16 10:41:07 +02:00 |
|
ahocevar
|
b683c9bae1
|
No csstidy, because it changes the css and breaks the zoom buttons.
|
2012-04-14 18:35:51 +02:00 |
|
Éric Lemoine
|
342f647135
|
Merge branch '2.12'
|
2012-04-14 15:00:14 +02:00 |
|
Éric Lemoine
|
c88a610f21
|
Merge pull request #406 from elemoine/406
TMS zoomOffset test sets NaN maxResolution values in the map
|
2012-04-14 05:25:07 -07:00 |
|
Peter Robins
|
b672a58c35
|
Fix Map so zoomChanged when zoom is constructor option
|
2012-04-13 10:29:34 +01:00 |
|
Marc Jansen
|
029bdaccde
|
The ZoomToMaxExtent control should extend the OpenLayers.Control.Button
and not OpenLayers.Control.
|
2012-04-13 09:59:44 +02:00 |
|
Marc Jansen
|
84e5c47caa
|
Add tests for the ZoomToMaxExtent control.
|
2012-04-13 09:58:59 +02:00 |
|
Éric Lemoine
|
bfd6be634f
|
if maxResolution is "auto" calculate maxResolution based on maxExtent and map size, else calculate maxResolution based on maxExtent and tile size
|
2012-04-11 17:45:34 +02:00 |
|
Éric Lemoine
|
ebfbb354ed
|
fix the TMS zoomOffset test
|
2012-04-11 17:43:17 +02:00 |
|
Frédéric Junod
|
6adac12fab
|
Merge pull request #405 from fredj/handler-options
Move handlerOptions to the Control prototype.
|
2012-04-11 05:08:54 -07:00 |
|
Éric Lemoine
|
6a039fd700
|
Merge branch '2.12'
|
2012-04-11 12:58:06 +02:00 |
|
Frederic Junod
|
1a59e47737
|
Move handlerOptions to the Control prototype.
|
2012-04-11 12:46:20 +02:00 |
|
Bart van den Eijnden
|
344e2124c9
|
Merge pull request #400 from bartvde/bing
fix Bing attribution issue caused by reverse axis order (r=@elemoine). Thanks Eric Blasenheim for the detailed report.
|
2012-04-10 06:02:30 -07:00 |
|
Bart van den Eijnden
|
59cc18d85b
|
fix Bing attribution issue reported by PitneyBowes
|
2012-04-10 14:31:20 +02:00 |
|
Éric Lemoine
|
ae75fdacd7
|
Revert "Merge pull request #116 from elemoine/redraw"
This reverts commit 7a5b469192, reversing
changes made to a719de7e93.
Conflicts:
tests/Tile/Image.html
|
2012-04-07 21:07:03 +02:00 |
|
Éric Lemoine
|
58e86a37f5
|
Revert "Declare zoomChanged."
This reverts commit b910a5f4d0.
|
2012-04-07 21:02:24 +02:00 |
|
Éric Lemoine
|
4df1104b7a
|
Revert "Merge pull request #312 from elemoine/redraw"
This reverts commit 7f94945244, reversing
changes made to dfa70fafac.
Conflicts:
lib/OpenLayers/Layer/Vector.js
|
2012-04-07 21:01:52 +02:00 |
|
Éric Lemoine
|
685eae7c04
|
Merge pull request #390 from elemoine/scriptlocation
_getScriptLocation regexp not robust enough
|
2012-04-04 21:43:08 -07:00 |
|
Tim Schaub
|
24d421a449
|
Merge branch '2.12' of git://github.com/openlayers/openlayers
|
2012-04-04 14:50:53 -10:00 |
|
Tim Schaub
|
0554637c56
|
Merge pull request #388 from tschaub/offline
Make cache writing work when cross-origin.
|
2012-04-04 17:49:24 -07:00 |
|
Éric Lemoine
|
b1b4736315
|
make _getScriptLocation RegExp more robust, p=jpfiset, t,r=me
|
2012-04-04 20:30:50 +02:00 |
|
Tim Schaub
|
2582e762b7
|
Avoid undefined url.
|
2012-04-03 16:49:23 -10:00 |
|
Marc Jansen
|
326598a75c
|
Merge pull request #361 from sdikiy/patch-1
accurate calculation of the centroid for small objects with large coordinates (p=sdikiy,r=marcjansen,sbrunner)
|
2012-04-03 11:58:57 -07:00 |
|
Éric Lemoine
|
5c597de900
|
Merge pull request #384 from elemoine/gridclass
renaming from olLayerGridTile to olLayerGrid
|
2012-04-03 08:55:49 -07:00 |
|
ahocevar
|
96e5241507
|
Vector layer should not be a base layer any more.
|
2012-04-03 17:16:20 +02:00 |
|
ahocevar
|
fef8b98f32
|
Merge branch 'master' of github.com:openlayers/openlayers
|
2012-04-03 17:16:06 +02:00 |
|
ahocevar
|
530952551f
|
Merge pull request #382 from ahocevar/wps
WPS example and improvements. r=@marcjansen,@bartvde
|
2012-04-03 06:30:15 -07:00 |
|