Antoine Abt
e50c44b63c
update doc for control fallback
2012-03-15 10:12:38 +01:00
Éric Lemoine
bb6cf0c2d1
provide links to issues/pull requests in 2.12.md
2012-03-15 09:48:37 +01:00
Tim Schaub
9070c2e3dd
Cosmetic typo fix thanks @probins.
2012-03-15 01:26:00 -06:00
Marc Jansen
0cc81202a1
Add missing requires directive for OpenLayers.Format.WMSGetFeatureInfo.
2012-03-15 08:20:11 +01:00
Antoine Abt
a96c2da6c2
add PanZoom control if Zoom isn’t in build
2012-03-14 22:31:47 +01:00
Antoine Abt
ee7efdeb08
trailing spaces
2012-03-14 20:25:07 +01:00
Antoine Abt
23b0971c2f
update mobile example to use Zoom control. update build config file
2012-03-14 20:25:07 +01:00
Antoine Abt
b2727c88f2
make Zoom default instead of PanZoom
2012-03-14 20:25:07 +01:00
Éric Lemoine
0786a5c532
Merge remote branch 'ahocevar/320' into 2.12
2012-03-14 20:21:25 +01:00
Éric Lemoine
22997b473d
Merge remote branch 'upstream/master' into 2.12
2012-03-14 20:20:12 +01:00
ahocevar
ef3155d6e6
Fixing test.
2012-03-14 18:27:35 +01:00
ahocevar
81b67db101
Patch from http://trac.osgeo.org/openlayers/ticket/3307 .
...
Uses a remote GeoServer now, which is added to the allowed hosts for proxy.cgi.
2012-03-14 17:12:06 +01:00
Frédéric Junod
fe7f7cfc45
Merge pull request #306 from fredj/deprecate-svg2-ng
...
Deprecate SVG2 renderer, r+p=@ahocevar
2012-03-14 08:23:01 -07:00
Frédéric Junod
dbb380b0e1
Merge pull request #3 from ahocevar/deprecate-svg2-ng
...
Monkey-patching Layer.Vector with deprecated Renderer.NG logic
2012-03-14 04:35:25 -07:00
ahocevar
e1fba99c73
Monkey-patching Layer.Vector with deprecated Renderer.NG logic
2012-03-14 10:49:05 +01:00
Frederic Junod
61f01f20e0
Remove Renderer.NG related code
2012-03-14 09:17:42 +01:00
Frederic Junod
42431a4164
Add Renderer.NG and Renderer.SVG2 to the deprecation list in notes/2.12.md
2012-03-14 09:17:42 +01:00
fredj
23380e5d4a
Move NG renderer to deprecated.js
2012-03-14 09:17:42 +01:00
fredj
420a6f4dd2
Move SVG2 renderer to deprecated.js
2012-03-14 09:17:42 +01:00
Tim Schaub
a462be52a8
Removing unused bind var.
...
Thanks @jorix for catching this.
2012-03-13 23:08:28 -06:00
Éric Lemoine
f018887ac2
fix typo in notes/2.12.md
2012-03-13 15:10:34 +01:00
ahocevar
f3fa799a27
Edits to tile related improvements.
2012-03-13 12:39:33 +01:00
ahocevar
0a8db1629d
Merge pull request #319 from ahocevar/console-fix
...
Using OpenLayers.Console if window.console is unavailable.
2012-03-13 04:17:35 -07:00
ahocevar
da3a07fbde
Using OpenLayers.Console if window.console is unavailable.
2012-03-13 11:38:45 +01:00
Éric Lemoine
7833077039
Merge pull request #317 from mpriour/multiple-builds
...
Document alternate builds
2012-03-13 00:50:43 -07: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
Matt Priour
8b3b999a64
correct typo in readme
2012-03-13 00:07:18 -05:00
Matt Priour
a969f46ed5
add multiple build information in readme
2012-03-12 23:08:44 -05:00
Éric Lemoine
f9cda4d9f4
Merge pull request #316 from elemoine/rem-scripts
...
remove outdated shell scripts
2012-03-12 14:42:46 -07:00
Éric Lemoine
fd03c4a8c9
remove outdated shell scripts
2012-03-12 22:23:34 +01: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
Éric Lemoine
c66371ebf8
Merge pull request #288 from mpriour/multiple-builds
...
Make the getScriptLocation function work with mobile & light builds
2012-03-12 07:19:42 -07:00
Matt Priour
9e90af914d
Merge pull request #2 from elemoine/multiple-builds
...
Multiple builds
2012-03-12 06:20:28 -07:00
ahocevar
7693c2480d
Merge pull request #296 from ajkopinga/canvas-edge-hit2
...
added hit detection for symbol edges to canvas renderer with unit tests
2012-03-12 06:12:57 -07:00
Éric Lemoine
56e25fc9fe
Merge pull request #309 from bartvde/ie8doubleclick
...
prevent double click from firing click callback in IE
2012-03-12 02:37:38 -07:00
Bart van den Eijnden
1dba227db4
add comment as to why clearTimer is needed here, and change control flow back to what it was before breakage, i.e. do not call clearTimer if it does not pass the tolerance
2012-03-12 09:59:25 +01:00
Éric Lemoine
645e2f4016
add tests for SingleFile._getScriptLocation
2012-03-12 09:06:27 +01:00
Éric Lemoine
1ea71fd030
use two slashes in RegExp strings for escapement (see http://stackoverflow.com/questions/7735749/fix-jslint-bad-escapement-warning-in-regex )
2012-03-12 09:05:54 +01:00
Matt Priour
ef0da77e06
Merge branch 'master' into multiple-builds
2012-03-11 20:49:47 -05:00
ahocevar
bd262fce41
Addressing @elemoine's review comments.
...
Now the application no longer needs to care about the tile origin, because the CacheWrite control modifies the url if the CORS image loading is disabled and it is from a different origin. This only requires OpenLayers.ProxyHost to be properly configured. Also local storage keys use the original url instead of the proxied url, to make the CacheRead control work without proxy settings.
No deferred exceptions are thrown any more. Instead, OpenLayers.Console is used to show an error message for security exceptions.
We now check for OpenLayers.Tile.Image, because other tile types (e.g. UTFGrid) are not supported (yet).
To make the same origin handling in the CacheWrite control easier, OpenLayers.Request now exposes the same origin logic from request.issue as a separate function, so it can also be used by other components.
2012-03-11 22:15:34 +01:00
Frédéric Junod
f468cbf086
Merge pull request #313 from vmx/patch-1
...
The `loadcancel` event doesn't really exist. p=@vmx
2012-03-11 11:10:08 -07:00
Volker Mische
c02f295836
The loadcancel event doesn't really exist
2012-03-11 17:26:06 +01:00
Éric Lemoine
7f94945244
Merge pull request #312 from elemoine/redraw
...
Vector.Redraw should set zoomChanged to true in moveTo
2012-03-10 00:55:31 -08:00
ahocevar
dfa70fafac
Remove other references to unavailable external resources.
...
For me, several Image.html tests still failed in Firefox without this change (see #311 )
2012-03-10 01:55:57 +01:00
ahocevar
84fb15e1d2
Merge pull request #304 from mpriour/singleTile
...
Modify Grid.js to respect layer's maxExtent in singleTile mode
2012-03-09 16:24:27 -08:00
Éric Lemoine
d0d116efdf
add missing blank.gif file in tests/Tile
2012-03-10 00:34:39 +01:00
Éric Lemoine
0fa9651ee8
fix Tile/Image tests - we should not rely on external resources like http://labs.metacarta.com/wms/vmap0 , refs #311
2012-03-10 00:30:04 +01:00
Matt Priour
9df23e56b1
Merge pull request #1 from ahocevar/singleTile
...
Do not check for layer.maxExtent.
2012-03-09 15:07:41 -08:00
ahocevar
e52c97f741
Don't check based on layer.maxExtent.
...
layer.maxExtent is always set as soon as the layer is added to a map. Instead, making behavior consistent with tiled layers: don't display outside maxExtent except when displayOutsideMaxExtent is set to true or the layer's extent equals the world bounds for maps with a baseLayer that has wrapDateLine set to true.
2012-03-09 23:50:09 +01:00
Éric Lemoine
c693884f5f
redraw on vector layers should set zoomChanged to true in the moveTo call (refs #305 )
2012-03-09 23:40:34 +01:00