ahocevar
84b30d3699
Don't rely on the bounds of the top-right tile.
...
When the grid crosses the dateline, the top-right tile is in a different world than the bottom-left one. Instead, use the grid size and tile width/height to calculate the top-right coordinate.
2011-12-03 00:05:26 +01:00
ahocevar
c15631ae3e
Remove code that never gets called.
...
OpenLayers.Map has no wrapDateLine property.
2011-12-02 23:57:39 +01:00
fredj
6f78dc4c8f
Remove call to deprecated events.addEventType function
2011-11-30 09:29:24 +01:00
Xavier Mamano
ec1a44a9f2
before instead of after
2011-11-29 18:29:47 +01:00
fredj
250e686375
Layer.KaMap cleanup
...
Remove unused units and resolution properties
Simplify Grid.initialize call
2011-11-24 16:21:49 +01:00
fredj
4cab9139f2
Remove unneeded requires
2011-11-24 08:59:55 +01:00
fredj
f0d93d1e85
Merge branch 'upstream-master' into deprecated.js
2011-11-18 13:51:19 +01:00
fredj
b630840d83
move Layer.GML into deprecated.js
2011-11-18 13:23:49 +01:00
ahocevar
4f58ff0352
Removing getBoundsFromBaseLayer method.
...
This method is only needed when the deprecated reproject option is set to true.
2011-11-18 13:06:28 +01:00
fredj
8d01fa6fd8
move Layer.Yahoo into deprecated.js
2011-11-18 12:13:41 +01:00
fredj
6836f4dcdf
Remove unneeded requires
2011-11-15 10:11:36 +01:00
fredj
1ed137bd0a
move Layer.Grid.getGridBounds function into deprecated.js
2011-11-15 09:06:44 +01:00
fredj
3d0d2cbc4e
move Layer.VirtualEarth function into deprecated.js
2011-11-14 15:52:39 +01:00
fredj
71f1f4701b
move Layer.MultiMap function into deprecated.js
2011-11-14 15:34:04 +01:00
Frederic Junod
2900823eb2
Move deprecated Layer.WFS and Tile.WFS into deprecated.js.
2011-11-14 15:28:57 +01:00
Tim Schaub
9605c08a11
Remove extra MapServer subclass.
2011-11-08 22:57:28 -07:00
Tim Schaub
7b6887c954
Remove extra WMS subclasses.
2011-11-08 22:45:13 -07:00
ahocevar
3752b0572d
use ResourceURL for WMTS layers for REST encoding. p=fredj,me r=elemoine,me (closes http://trac.osgeo.org/openlayers/ticket/3044 )
2011-11-07 16:56:10 +01:00
Éric Lemoine
db08102fe4
correct bug where the value stored for the top-left corner of the back buffer may be incorrect, thanks @ahocevar for catching the issue
2011-10-30 23:20:42 +01:00
Éric Lemoine
c0d210ef05
just skip tiles that are currently loading when creating the back buffer
2011-10-29 21:11:14 +02:00
Éric Lemoine
8df1ae0e09
comparing backBufferData.resolution and serverResolution to know if backbuffering should be applied is wrong
2011-10-29 21:10:23 +02:00
Éric Lemoine
c80746b890
Tile.Image.cloneMarkup renamed Tile.Image.createBackBuffer
2011-10-29 12:22:08 +02:00
Éric Lemoine
f3e0ac9425
remove double variable declarations, and make jslint happier
2011-10-28 23:00:13 +02:00
Éric Lemoine
2f80d52bfd
in single tile mode with no transition effect remove the back buffer when zooming
2011-10-28 22:57:10 +02:00
Éric Lemoine
46de595f55
Merge branch 'master' into bigbackbuffer
2011-10-28 21:26:59 +02:00
Éric Lemoine
7ad7e4d57c
better comments for Layer.Grid.getServerResolution, no functional change
2011-10-21 09:35:30 +02:00
Éric Lemoine
d33bd6e2db
Merge branch 'master' into bigbackbuffer
2011-10-21 00:14:19 +02:00
Éric Lemoine
abcc74cbc7
give a class to the back buffer
2011-10-21 00:13:16 +02:00
Éric Lemoine
667d21137f
purely cosmetic change
2011-10-20 23:05:34 +02:00
Frédéric Junod
e223eef159
Fix comment, no functional change
2011-10-20 11:14:21 +03:00
Éric Lemoine
76e8a800da
special precautions must be taken in updateBackBufferData
2011-10-19 23:47:25 +02:00
Éric Lemoine
f9ae12f227
minor refactoring in Layer.Grid - add a removeBackBuffer function
2011-10-19 20:42:34 +02:00
Éric Lemoine
475f96db96
back buffer is not correctly repositioned
2011-10-18 08:11:43 +02:00
Éric Lemoine
5ae65d413a
the layer may not be in the map anymore when a tile is received
2011-10-16 22:40:11 +02:00
Éric Lemoine
bea037679f
better back buffer code, and support for singleTile
2011-10-16 22:31:37 +02:00
Éric Lemoine
69d3c76254
a "big back buffer" attempt
2011-10-15 23:48:13 +02:00
tschaub
c2bf717e5c
Merge branch 'master' of github.com:openlayers/openlayers into 3526
2011-10-11 09:42:49 -06:00
fredj
b1ee9d1f95
fix APIProperty formating, thanks Denis Rykov
2011-10-10 16:26:23 +02:00
ahocevar
8c43c4537c
Merge branch 'master' into 3526
2011-10-09 09:54:45 +02:00
Éric Lemoine
fed387804e
base-10 parseInt
2011-10-07 13:43:55 +02:00
Éric Lemoine
85d3e8d5e9
Merge branch 'master' into clientzoom
2011-10-07 13:36:58 +02:00
ahocevar
627f32ff39
Merge branch 'master' into 3526
2011-10-06 18:21:05 -04:00
Frédéric Junod
00e2e1bd59
Merge pull request #7 from fredj/3320
...
Replace OpenLayers.Console.error with exceptions. r=elemoine,bbinet (closes #3320 )
2011-10-06 02:03:48 -07:00
Éric Lemoine
ded64c00d4
apply patch-3531-A0.diff from trac ticket #3531
2011-10-01 21:41:35 +02:00
ahocevar
2e6c9bfdc2
Remove action that is now covered by wrapDateLine.
...
With the changes in wrapDateLine, we don't have to shift the bounds here any more.
2011-09-29 13:53:32 -06:00
ahocevar
949a5db60e
Improved dateline handling for Grid layers. r=bartvde ( closes #3521 )
2011-09-28 07:43:58 -06:00
ahocevar
d48b3e7df4
deprecating OpenLayers.Layer.VirtualEarth. No functional change.
2011-09-27 16:25:41 -06:00
ahocevar
99d012f321
only change bounds when wrapDateLine is true; remove unused variable
2011-09-27 07:38:22 -06:00
ahocevar
61a3c2a072
only change bounds when wrapDateLine is true; remove unused variable
2011-09-27 07:37:08 -06:00
fredj
6e9a3e4c13
don't translate error message and replace console log with exception
2011-09-20 15:21:16 +02:00