Frederic Junod
5a3c06aa7e
Move OpenLayers.Popup.AnchoredBubble to deprecated.js
2013-04-25 10:25:03 +02:00
ahocevar
18d548f979
Merge pull request #702 from ahocevar/smart-queue
...
New tile image cache and tile queue improvements. r=@bartvde,@elemoine
2013-01-07 06:38:07 -08:00
Bart van den Eijnden
bec34f2d3d
Merge pull request #814 from eykamp/wcsdev
...
Add WCS GetCapabilities parsing for WCS 1.0.0 and 1.1.0 (r=@bartvde)
2013-01-02 08:40:34 -08:00
Tobias Bieniek
63a9567858
Format: Added EncodedPolyline class
...
This class is able to convert an encoded polyline string into a LineString embedded in a Vector Feature.
See https://developers.google.com/maps/documentation/utilities/polylinealgorithm for more information.
2012-12-26 18:25:04 +01:00
ahocevar
80fa251649
New TileManager
...
This removes all tile queueing/loading specific code from Layer.Grid
and creates a new class that manages tile loading and caching.
2012-12-23 17:00:45 +01:00
Christopher Eykamp
6c5119455d
Basic WCS testing in place. Tests are basically meaningless at this point.
2012-12-19 18:11:14 +01:00
ahocevar
c64621f510
Adding unit tests.
2012-08-11 19:32:17 +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
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
Marc Jansen
a0d0180e03
Readd tests for the now deprecated window.$
2012-04-25 09:29:52 +02:00
Frederic Junod
2ddca7f8cd
Remove Layer.MultiMap tests and code.
...
The API code from http://developer.multimap.com is no longer available.
2012-03-16 14:59:10 +01:00
fredj
420a6f4dd2
Move SVG2 renderer to deprecated.js
2012-03-14 09:17:42 +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
645e2f4016
add tests for SingleFile._getScriptLocation
2012-03-12 09:06:27 +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
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
Éric Lemoine
55a52008d6
Revert "Moving camelize and its tests to deprecated"
...
This reverts commit 5875b50a51 .
2012-03-04 23:21:54 +01:00
Tim Schaub
268b84286b
Tests for UTFGrid layer and control.
2012-03-03 17:29:38 -07:00
Tim Schaub
f45043967b
Zoom control tests.
2012-03-02 22:52:18 -07:00
ahocevar
c2b8f9cdb5
Merge pull request #64 from tmcw/no-camel
...
Removing camelize method.
2012-02-28 00:05:58 -08:00
Tim Schaub
faeb691f3a
Tests for UTFGrid tiles.
2012-02-25 23:07:31 -07:00
Bart van den Eijnden
050f72b443
start on a GeoServer profile for SLD
2012-02-22 09:55:45 +01:00
ahocevar
05de2b5109
Don't let button controls interfer with handlers.
...
This change involves removal of the map's eventsDiv and introduces an OpenLayers.Events.buttonclick component that adds a buttonclick event which makes sure that only events that are not related to clicking a button propagate. This allows button controls to be on the map's viewPortDiv again.
2012-01-20 03:37:11 +01:00
Tim Schaub
d34d8f22a3
Merge pull request #128 from tschaub/animation
...
Use requestAnimationFrame where available.
2012-01-17 11:56:59 -08:00
Éric Lemoine
2f700bd894
Merge branch 'master' into osm
...
Conflicts:
apidoc_config/Menu.txt
2012-01-12 21:27:39 +01:00
Éric Lemoine
3cbd7b4b40
move Layer.OSM in its own script file
2012-01-12 21:22:58 +01:00
Bart van den Eijnden
849189d136
Merge branch 'master' of github.com:bartvde/openlayers into csw
2012-01-09 09:41:59 +01:00
Bart van den Eijnden
a6be4a4b6c
start with the patch from OL Trac ticket 2133
2012-01-09 09:29:15 +01:00
tschaub
3556af9cb2
Moving animation methods out of Util.js.
...
Animation methods get their own module, giving methods more sensible names:
* `OpenLayers.Animation.requestFrame` (was `OpenLayers.Util.requestAnimationFrame`)
* `OpenLayers.Animation.start` (was `OpenLayers.Util.startAnimation`)
* `OpenLayers.Animation.stop` (was `OpenLayers.Util.stopAnimation`)
2012-01-03 09:43:50 -07:00
tschaub
958221d5f4
Moving Rectangle geometries to deprecated.js.
...
The VML and SVG renderers still have support for drawing rectangles. This can be safely removed in 3.0.
2011-12-29 14:14:49 -07:00
ahocevar
6e39c3e3e0
Moving test for reproject option to deprecated tests.
...
Also re-adding accidently removed ```reproject: true``` option to test.
2011-12-23 18:32:28 +01:00
fredj
dc991e6f85
Remove Geometry.Surface
2011-11-28 12:41:47 +01:00
Tom MacWright
5875b50a51
Moving camelize and its tests to deprecated
2011-11-21 15:42:46 -05:00
Frederic Junod
7f2c06c5b7
move Protocol.SQL into deprecated.js
2011-11-21 19:10:26 +01:00
Frederic Junod
8360ddefe3
Merge branch 'upstream-master' into gears
2011-11-21 18:54:48 +01:00
fredj
735f49cca0
move Protocol.SQL.Gears into deprecated.js
2011-11-21 12:23:05 +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
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
Tim Schaub
ab225e36b9
Remove extra tests.
2011-11-08 22:42:46 -07:00
tschaub
b7c826e796
Remove MouseDefaults and MouseToolbar.
2011-11-08 18:32:55 -07:00
tschaub
dd5d7c9f07
Remove deprecated methods from Element.js.
2011-11-08 16:37:31 -07:00