Gregers Gram Rygg
1ba6aa75d7
Removed Prefix from method names, since now it's part of the module name
2012-06-27 13:33:47 +02:00
Gregers Gram Rygg
7f32342ec3
Moved OpenLayers.Vendor to OpenLayers.Util.vendorPrefix
2012-06-27 13:28:43 +02:00
Gregers Gram Rygg
58a83b0d17
Refactored vendor methods to it's own module
2012-06-25 13:44:35 +02:00
Gregers Gram Rygg
da3495beac
Merge branch 'master' of https://github.com/openlayers/openlayers into vendor-prefixes
2012-06-24 02:38:05 +02:00
Gregers Gram Rygg
b9670a292b
Added support to detect vendor-prefixes for non-style objects
2012-06-23 21:48:44 +02:00
ahocevar
78d07c8d8a
Merge pull request #524 from ahocevar/panzoombar
...
Zoom level restriction improvements. r=@bartvde
2012-06-22 16:59:13 -07:00
ahocevar
032df4b90a
Adding a getMinZoom API method.
...
This can be used by zoom slider controls, e.g. the GeoExt.ZoomSlider. Note that adjustZoom now also respects the map's fractionalZoom setting.
2012-06-13 21:37:59 +02:00
ahocevar
7141d237d9
Create a new reliable updatesize event.
...
The resize event is not fired in all browsers. What we actually need is an event that is called every time the updateSize method is called.
2012-06-13 21:36:17 +02:00
Tim Schaub
704f36639b
Merge pull request #529 from adv-isu/ControlSplitDeactivateFix
...
OpenLayers.Control.Split.deactivate event unregistration fix.
2012-06-13 09:11:45 -07:00
ahocevar
1d680df6d0
Respect zoom level restriction.
2012-06-12 23:39:29 +02:00
ahocevar
958544f2a7
New zoomOnClick option for ZoomBox control.
...
This change also finally adds tests for the ZoomBox control.
2012-06-11 19:07:17 +02:00
Andrew Vardeman
cbba98279b
unsubscribe from events on the proper layer
2012-06-04 15:47:43 -05:00
Éric Lemoine
976554fc82
make SelectControl.unselectAll safer, use @ahocevar's implementation
2012-05-31 18:27:55 +02:00
Éric Lemoine
e603b06715
make SelectControl.unselectAll safer
2012-05-31 18:27:54 +02:00
Gregers Gram Rygg
5c7b99373e
Merged with upstream master
2012-05-30 15:31:37 +02:00
Frederic Junod
c696b34a84
Add new maximizeTitle and minimizeTitle options to Control.OverviewMap
2012-05-29 09:04:00 +02:00
Gregers Gram Rygg
a18ce5adf6
Rewrite PinchZoom to detect vendor-prefix, so it works in more browsers
2012-05-22 17:06:03 +02:00
Gregers Gram Rygg
7bc54e1517
Don't round wheel change zoom for maps with fractional zoom
2012-05-21 15:08:31 +02:00
John Lien
ab87c33670
Applied patch from ticket #3381 to Permalink tests and updated Permalink
...
control to pass tests by maintaining anchors.
All tests continue to pass.
2012-04-22 14:48:12 -04:00
Frederic Junod
1a59e47737
Move handlerOptions to the Control prototype.
2012-04-11 12:46:20 +02:00
Tim Schaub
24d421a449
Merge branch '2.12' of git://github.com/openlayers/openlayers
2012-04-04 14:50:53 -10:00
Tim Schaub
2582e762b7
Avoid undefined url.
2012-04-03 16:49:23 -10:00
Paul Spencer
943efd66b0
Merge pull request #370 from pagameba/overviewmap
...
OverviewMap custom div bug.
2012-03-30 05:18:05 -07:00
Éric Lemoine
e0b93c2e45
The OpenLayers code is published under the 2-clause BSD license
2012-03-30 08:33:55 +02:00
Éric Lemoine
650df2a8f1
change copyright header in every OpenLayers js file
2012-03-29 22:14:56 +02:00
Paul Spencer
175423b3ba
In the case of an overview map rendered into a user-provided div, the minimize and maximize divs are not created so we need to test for existence of them in the showToggle method.
2012-03-28 11:40:14 -04:00
Éric Lemoine
d680cb45a0
force a reflow after pinch
2012-03-23 22:10:16 +01:00
ahocevar
8d42f33a28
Fixing typo which causes CacheRead to fail when CacheWrite is active
2012-03-21 23:21:24 +01:00
Frederic Junod
5557693df1
Confusing use of '!'.
2012-03-19 09:13:01 +01:00
Frederic Junod
2de2fe2563
Unnecessary and missing semicolon.
2012-03-19 09:13:01 +01:00
Marc Jansen
0cc81202a1
Add missing requires directive for OpenLayers.Format.WMSGetFeatureInfo.
2012-03-15 08:20:11 +01:00
Tim Schaub
a462be52a8
Removing unused bind var.
...
Thanks @jorix for catching this.
2012-03-13 23:08:28 -06: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
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
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
ahocevar
3d8a9168f0
Always set the tile url.
...
This avoids false positives in the url check in CacheWrite::cache when the CacheRead control is also active.
2012-03-09 19:07:54 +01:00
Tim Schaub
1a444589e0
Merge pull request #274 from tschaub/utfgrid
...
UTFGrid Tile, Layer, and Control. This adds support for responsive handling of interactions with large numbers of features represented by UTFGrids.
2012-03-09 08:49:30 -08:00
Emanuele Ziglioli
197c8053fa
Added extra dependencies: StyleMap.js and Layer/Vector.js. See:
...
https://github.com/openlayers/openlayers/pull/303#issuecomment-4401757
2012-03-09 09:51:24 +13:00
Emanuele Ziglioli
46191897cb
Added missing dependency
2012-03-09 08:54:51 +13:00
ahocevar
e366722375
Note about terms of service.
2012-03-08 18:37:45 +01:00
ahocevar
f18ac9911b
Adding CacheRead and CacheWrite controls.
...
These controls read from and write to the browser's offline storage. Example with a seeding tool included.
2012-03-08 14:18:44 +01:00
Éric Lemoine
3b860ca4d7
Merge pull request #168 from jorix/Docs-issues3
...
Some problems in the documentation
2012-03-06 00:05:52 -08:00
Tim Schaub
cf30e71b9f
Merge branch 'master' of github.com:openlayers/openlayers into utfgrid
2012-03-06 00:06:15 -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
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
ejn
fbc3b5475d
Improved regex, added tests
2012-03-05 12:14:56 +01:00
Xavier Mamano
bfb379f349
Fix some problems in the documentation.
2012-03-05 11:43:09 +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
Éric Lemoine
ba7e820adb
Merge pull request #278 from elemoine/revert-camelize-removal
...
Revert camelize removal
2012-03-05 00:37:32 -08:00
Éric Lemoine
c58f093615
Revert "Removing camelize method."
...
This reverts commit 43ef0920c2 .
2012-03-04 23:22:21 +01:00