Marc Jansen
3cee434199
Also add the declaration of ImgPath to SingleFile.js.
2012-03-06 08:08:09 +01:00
Tim Schaub
cf30e71b9f
Merge branch 'master' of github.com:openlayers/openlayers into utfgrid
2012-03-06 00:06:15 -07:00
Tim Schaub
83fe251ef6
Merge pull request #291 from tschaub/zoom
...
Zoom Control
2012-03-05 23:02:55 -08:00
Tim Schaub
28687257d6
Use existing methods on XYZ layer.
2012-03-05 23:07:28 -07:00
Tim Schaub
8d6bddf0ac
A simple zoom control with zoom in/out links.
...
The zoom control allows for zoom in/out links that can be styled with CSS.
Note: This change was originally captured in #269 . It involves nice additions thanks @ahocevar. The changes were unintentionally merged and then reverted with fb3caf1561 , so the history of commits is not immediately apparent (though still likely there somewhere due to the magic of git).
2012-03-05 22:11:36 -07:00
Matt Priour
405a2225e8
Make the getScriptLocation function work with mobile & light builds and any other extended OpenLayers script naming convention
2012-03-05 19:53:35 -06:00
Éric Lemoine
d5da1130b5
Merge pull request #207 from probins/script
...
Change Protocol/Script registry to object
2012-03-05 13:52:44 -08:00
Marc Jansen
25bba1c937
Remove not needed document.getElementById in test.
2012-03-05 21:41:39 +01:00
Marc Jansen
8f0280e8bd
Add two trivial tests for the presence and default
...
value of OpenLayers.ImgPath.
2012-03-05 21:23:40 +01:00
Marc Jansen
768ad0108d
Move the declaration of OpenLayers.ImgPath from Util.js to OpenLayers.js.
2012-03-05 21:00:05 +01:00
ahocevar
fb3caf1561
Revert "Merge branch 'master' of github.com:openlayers/openlayers"
...
This reverts commit 12f191a690 , reversing
changes made to 49b3dc85c2 . See #269 .
2012-03-05 18:56:50 +01:00
Éric Lemoine
c8f0dfd728
Merge pull request #261 from mpriour/multiple-builds
...
Package OpenLayers with 3 pre-built versions (Full, light, & mobile)
2012-03-05 09:02:52 -08:00
Éric Lemoine
44cb6a404b
Merge pull request #254 from mpriour/light-build
...
Initial light build config file
2012-03-05 09:01:21 -08:00
Matt Priour
b8f396f44d
Remove GML, KML, & WmsGFI for vector shapes on non-interactive tiles use case
2012-03-05 10:48:49 -06:00
Matt Priour
ba5f638120
Merge branch 'master' into light-build
2012-03-05 10:46:04 -06:00
ahocevar
abbf679ab6
Fixing typo in docs
2012-03-05 16:46:45 +01:00
ahocevar
d6ffd60199
Merge pull request #283 from ahocevar/tileerror
...
New events: loaderror for Tile, tileerror for Layer.Grid. r=@bartvde
2012-03-05 06:10:22 -08:00
ahocevar
fe63d0aa63
New events: loaderror for Tile, tileerror for Layer.Grid.
2012-03-05 14:20:01 +01:00
Éric Lemoine
8c0d6880df
Merge pull request #282 from probins/img
...
OpenLayers.ImgPath should be API property
2012-03-05 05:19:08 -08:00
Peter Robins
eb4bf5d438
OpenLayers.ImgPath should be API property
2012-03-05 13:13:51 +00:00
ejn
fbc3b5475d
Improved regex, added tests
2012-03-05 12:14:56 +01:00
ahocevar
d7533096e9
Fixing Renderer/SVG.html tests for IE9 (see #277 ).
2012-03-05 12:00:18 +01:00
ahocevar
5674d440c8
Fixing IFrame test for IE9 (see #277 ).
2012-03-05 11:49:07 +01:00
Xavier Mamano
bfb379f349
Fix some problems in the documentation.
2012-03-05 11:43:09 +01:00
Bart van den Eijnden
d3a4275136
Merge pull request #279 from bartvde/gfi_exceptions
...
GetFeatureInfo requests should take EXCEPTIONS parameter from the WMS layer (r=@ahocevar)
2012-03-05 01:07:17 -08:00
Bart van den Eijnden
17f7b2feab
use separate testcase as suggested by @ahocevar
2012-03-05 10:04:15 +01:00
Bart van den Eijnden
6204fe50c6
GetFeatureInfo requests should take EXCEPTIONS parameter from the WMS layer
2012-03-05 09:56:31 +01:00
Bart van den Eijnden
cf9cc27279
fix typo
2012-03-05 09:47:37 +01:00
Éric Lemoine
ba7e820adb
Merge pull request #278 from elemoine/revert-camelize-removal
...
Revert camelize removal
2012-03-05 00:37:32 -08:00
Tim Schaub
938cd65116
Merge pull request #275 from probins/newex
...
New example using YQL for cross-origin xml (thanks @probins).
2012-03-04 20:28:46 -08:00
Tim Schaub
80ab5d5161
Resize on zoom (would that it were the default).
2012-03-04 20:45:42 -07:00
Tim Schaub
6345e87f04
Merge pull request #276 from jorix/remove_unused_code
...
Remove unused snappingOptions.
2012-03-04 19:10:41 -08:00
Tim Schaub
55d14698aa
Reverting the doc menu changes.
...
While these were legitimate changes, I'm reverting the API doc menu changes to separate concerns.
2012-03-04 20:01:35 -07:00
Éric Lemoine
c58f093615
Revert "Removing camelize method."
...
This reverts commit 43ef0920c2 .
2012-03-04 23:22:21 +01:00
Éric Lemoine
55a52008d6
Revert "Moving camelize and its tests to deprecated"
...
This reverts commit 5875b50a51 .
2012-03-04 23:21:54 +01:00
Éric Lemoine
526ff5f6ed
Revert "indicate that String.camelize is deprecated in the 2.12 release notes, refs #64 , no functional change"
...
This reverts commit acf6a8a97d .
2012-03-04 23:21:41 +01:00
ahocevar
1072511be7
Fixing tests - popup only needed in Firefox.
...
See #249 .
2012-03-04 22:45:38 +01:00
Éric Lemoine
9f06a17647
fix the Protocol/CSW tests in IE, refs #249
2012-03-04 22:18:07 +01:00
Éric Lemoine
dc9dd219fc
fix the "too much recursion" exceptions in the Grid.html tests
2012-03-04 21:15:04 +01:00
ahocevar
ffac63045e
Removing duplicate setCanvasStyle method.
...
Thanks @jorix for catching this (see #238 ).
2012-03-04 19:56:41 +01:00
Xavier Mamano
af8a483f10
"snappingOptions" option is not used neither in lib examples and evidence.
2012-03-04 17:01:06 +01:00
Éric Lemoine
e409b77caa
fix deprecated/WMS and deprecated/MapServer tests
2012-03-04 15:56:15 +01:00
Peter Robins
e267c3a53d
Example for cross-origin xml
2012-03-04 12:52:58 +00:00
ahocevar
1b746a6461
Fixing Tween tests.
...
Thanks @tschaub for the requestAnimationFrame hint. See #249
2012-03-04 11:36:28 +01:00
ahocevar
12f191a690
Merge branch 'master' of github.com:openlayers/openlayers
2012-03-04 11:25:10 +01:00
Tim Schaub
c6aa996d2a
UTFGrid geography class example.
2012-03-04 01:58:22 -07:00
Tim Schaub
32db586fba
Provide map and pixel location to callback.
2012-03-04 01:56:26 -07:00
Éric Lemoine
49b3dc85c2
Merge pull request #56 from jorix/3576-MeasureImm
...
#3576 Incorrect geometry passed to measurePartial
2012-03-03 23:59:54 -08:00
Tim Schaub
268b84286b
Tests for UTFGrid layer and control.
2012-03-03 17:29:38 -07:00
Tim Schaub
dc4df928ed
Doc cleanup for UTFGrid layer.
2012-03-03 17:28:55 -07:00