fredj
9cfa5f562e
Don't update the map size on 'movestart'
2011-12-07 09:40:54 +01:00
Frédéric Junod
63cdcaeaac
Merge pull request #86 from fredj/addLayer-exception
...
Instead of throwing an exception, return false if the layer can't be added to the map. r=bbinet,tschaub
2011-12-07 00:33:26 -08:00
ahocevar
beb322fbab
Use buffer of 4instead of tileLoadingDelay of 0, to make panning smoother on iOS.
2011-12-06 15:30:52 +01:00
Éric Lemoine
736ebab680
Merge remote branch 'upstream/master'
2011-12-06 08:31:47 +01:00
Éric Lemoine
3b2cdfeee0
remove double declaration
2011-12-06 08:31:12 +01:00
Xavier Mamano
7169eba788
build.py -c closure: Show file name and line number of errors and warnings.
2011-12-05 20:11:00 +01:00
Éric Lemoine
acaf67b01c
Merge pull request #88 from jorix/3594-CC_no-undefined-vars
...
build.py -c closure: generate an error of undefined variables
2011-12-05 08:20:22 -08:00
Frédéric Junod
6f2f0c47b0
Merge pull request #90 from fredj/2971
...
Remove undefined variables, r=elemoine
2011-12-05 01:56:18 -08:00
fredj
8c74e616df
Remove undefined variables
2011-12-05 09:39:30 +01:00
Éric Lemoine
faee5aead9
Merge pull request #89 from jorix/3593
...
Fix bug in XMLHttpRequest.js where oRequest is undefined. Fix comes from upstream. Patch from @jorix.
2011-12-03 10:29:44 -08:00
Xavier Mamano
9ed75efad1
don't use errors-pending-to-fix.js
2011-12-03 18:32:26 +01:00
Xavier Mamano
fb8a7a5adc
Apply the patch:
...
9f1d0fd49b
2011-12-03 18:13:40 +01:00
Xavier Mamano
5aba9061b2
Add ticket #3593 in errors-pending
2011-12-03 17:24:57 +01:00
Xavier Mamano
1a5e57a32f
build.py -c closure: generate an error of undefined variables
2011-12-03 17:07:10 +01:00
ahocevar
d83a96b169
Merge pull request #87 from ahocevar/retile
...
getTilesBounds fixes and no unnecessary retiling. r=@bartvde
2011-12-02 16:43:46 -08:00
ahocevar
7aa7b98285
fixing indentation
2011-12-03 01:37:42 +01:00
ahocevar
d20e6f7c7a
removing console.log
2011-12-03 01:36:11 +01:00
ahocevar
08af94cf84
We never need to retile when the zoom didn't change.
2011-12-03 00:13:44 +01:00
ahocevar
b70ea9e8c1
Use valid tile bounds and test grid crossing the dateline.
2011-12-03 00:07:04 +01:00
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
ahocevar
88c203074f
whitespace change
2011-12-01 19:10:28 +01:00
ahocevar
0560bfa09a
Educational addition to the mobile-wmts-vienna example.
...
It now explains in the source code how to create the layers directly, without requesting the Capabilities document first.
2011-12-01 18:59:32 +01:00
fredj
1135c771b7
Instead of throwing an exception, return false if the layer can't be added to the map.
2011-12-01 16:13:35 +01:00
Tim Schaub
3844b91cd6
Avoiding closure compiler warnings.
...
These comments are not parsed by Natural Docs and result in unnecessary warnings from closure compiler.
2011-11-30 22:25:38 -08:00
Bart van den Eijnden
2d5a770ab5
remove startbounds in argiscache_jsonp example
2011-11-30 22:33:27 +01:00
ahocevar
47a02f57bc
Merge pull request #84 from ahocevar/wait-move
...
Default pixel tolerance of 2. r=@bartvde
2011-11-30 12:31:57 -08:00
ahocevar
c311aa69ea
Default pixel tolerance of 2.
...
This avoids requests to be aborted during hover due to the cursor change caused in some browsers by applying the olCursorWait class.
2011-11-30 20:36:54 +01:00
ahocevar
92cfa0e4ed
use proxy url for openlayers.org
2011-11-30 17:48:07 +01:00
ahocevar
d418369e93
Updating WMS url.
...
And while we're at it, use the nicer single argument map constructor so we can reduce the overall amount of code.
2011-11-30 17:32:20 +01:00
fredj
efdd9d0eb2
don't create div for image tile when no gutter is used
2011-11-30 14:19:36 +01:00
aabt
5011fb8b96
Merge pull request #78 from fredj/addEventType
...
Remove call to deprecated events.addEventType function
2011-11-30 01:48:40 -08:00
fredj
6f78dc4c8f
Remove call to deprecated events.addEventType function
2011-11-30 09:29:24 +01:00
ahocevar
09f470fa34
Merge pull request #77 from jorix/docs-bug
...
Documentation errata in Layer.Vector: before instead of after. r=me
2011-11-29 10:10:47 -08:00
Xavier Mamano
ec1a44a9f2
before instead of after
2011-11-29 18:29:47 +01:00
Frédéric Junod
e960c1929d
Merge pull request #76 from fredj/surface-removal
...
Remove Geometry.Surface, r=tschaub
2011-11-28 07:50:56 -08:00
ahocevar
1db5ac3cbe
Merge pull request #75 from ahocevar/filter-tostring
...
toString implementation for Filter. r=@fredj
2011-11-28 07:00:47 -08:00
fredj
dc991e6f85
Remove Geometry.Surface
2011-11-28 12:41:47 +01:00
ahocevar
c3fa0875dc
toString implementation for Filter.
...
If Format.CQL is not included in the build, toString from Object will be used.
2011-11-28 12:25:28 +01:00
ahocevar
6f341b1fb5
Use Navigation control for mousewheel zoom on desktop devices
2011-11-25 20:53:15 +01:00
Frédéric Junod
cdd1b756df
Merge pull request #73 from fredj/cleanup-kamap
...
Layer.KaMap cleanup, r=ahocevar
2011-11-25 01:25:45 -08:00
fredj
250e686375
Layer.KaMap cleanup
...
Remove unused units and resolution properties
Simplify Grid.initialize call
2011-11-24 16:21:49 +01:00
Frédéric Junod
c3b7c06118
Merge pull request #72 from fredj/unneeded-initialize
...
Remove unneeded initialize functions, r=elemoine
2011-11-24 02:28:36 -08:00
fredj
44f1cc465e
Add missing google api script include
2011-11-24 11:22:31 +01:00
Frédéric Junod
d0fbab5b1d
Merge pull request #71 from fredj/unneeded-requires
...
Remove unneeded requires, r=elemoine
2011-11-24 00:22:09 -08:00
fredj
3252fb134d
Remove unneeded initialize functions
2011-11-24 09:17:27 +01:00
fredj
4cab9139f2
Remove unneeded requires
2011-11-24 08:59:55 +01:00
tschaub
598ef62cea
Remove requires for missing file (see #66 ).
2011-11-23 17:17:16 -07:00
tschaub
197dcc5a23
Updating readme format to test website update.
2011-11-23 17:14:24 -07:00
Frédéric Junod
23b94f4eef
Merge pull request #66 from fredj/gears
...
move Protocol.SQL.Gears into deprecated.js. r=tschaub,elemoine
2011-11-21 23:55:10 -08:00