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
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
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
É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
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
ahocevar
f21678f55b
Addressing review comments from @bartvde and @marcjansen.
2012-04-03 15:28:44 +02:00
Frederic Junod
f2dd130256
update mapbox example.
...
* use Zoom control instead of ZoomPanel
* wrap date line
* attribution control already at the bottom of the map
* use html entities for the copyright symbol
* layer has 17 levels, update numZoomLevels
2012-04-02 21:13:42 -10:00
Éric Lemoine
f870417a30
class name olLayerGridTile renamed olLayerGrid
2012-04-03 06:28:06 +02:00
Éric Lemoine
160ccef8d3
Merge branch '2.12'
2012-04-02 21:10:19 +02:00
Éric Lemoine
eb2d62dacb
Merge pull request #365 from elemoine/anim2
...
Display issues with backbuffer delay on single tiled transparent layers
2012-04-02 12:02:05 -07:00
Éric Lemoine
9d23b81dae
update 2.12 notes
2012-04-02 21:00:20 +02:00
Éric Lemoine
d650ba20d9
Layer.Grid - better docs for transitionEffect, removeBackBufferDelay, and className
2012-04-02 20:59:16 +02:00
Éric Lemoine
d8473f9249
make Layer.Grid.prototype.className an API property
2012-04-02 17:57:37 +02:00
ahocevar
3385c2b5b1
Code cleanup.
2012-04-02 16:42:33 +02:00
ahocevar
6ce9a36715
Use demo.opengeo.org
2012-04-02 16:42:14 +02:00
Antoine Abt
99da137be0
Merge pull request #381 from gravitystorm/patch-1
...
Fix typo
2012-04-02 06:16:31 -07:00
Andy Allan
c2f517ba18
Fix typo.
2012-04-02 15:08:45 +02:00
Frederic Junod
8c7263f16e
update mapbox example.
...
* use Zoom control instead of ZoomPanel
* wrap date line
* attribution control already at the bottom of the map
* use html entities for the copyright symbol
* layer has 17 levels, update numZoomLevels
2012-04-02 09:30:57 +02:00
Éric Lemoine
8c6466bf2a
move transitionEffect to Layer.Grid.prototype, and discourage the use of transitionEffect:"resize" on non-opaque layers
2012-03-31 21:32:49 +02:00
Éric Lemoine
d252a6156a
add tests for className and removeBackBufferDelay default values
2012-03-31 21:24:45 +02:00
Éric Lemoine
8f20ff8ca0
update 2.12 release notes
2012-03-31 21:24:18 +02:00
Éric Lemoine
5b40ffe474
change CSS accessor for tile transition
2012-03-31 21:24:03 +02:00
Éric Lemoine
1e5f83593c
removeBackBufferDelay defaults to 0 for singleTile layers
2012-03-31 21:23:21 +02:00
Éric Lemoine
86cd9c7bf7
add class to Layer.Grid layer div
2012-03-31 21:22:36 +02:00
ahocevar
46ba55d886
Allow for SLD input.
2012-03-30 19:57:54 -07:00