Stéphane Brunner
a662f82a1b
improve createLayer from WMTS Capabilities
2012-06-11 13:21:35 +02:00
Matt Priour
77cf56a4b6
Add required OpenLayers.Filter deps to OpenLayers.Format.CQL
2012-04-24 22:52:19 -05:00
Tim Schaub
2b5b59bea5
Merge pull request #416 from tschaub/dotless
...
Use dotless identifiers.
2012-04-23 16:27:11 -07:00
Björn Harrtell
3b91e41690
Mark context property as part of API. It's very useful and is used in examples (at least strategy-cluster-threshold)
2012-04-23 12:01:55 +03: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
Marc Jansen
1691d4a71f
Minor API doc enhancement
2012-04-21 00:23:41 +03:00
Marc Jansen
e690f28517
replace tab with spaces
2012-04-21 00:14:24 +03:00
Éric Lemoine
a57738e817
Merge branch '2.12'
2012-04-20 15:29:46 +02:00
Éric Lemoine
f36fd5f0d1
Merge pull request #393 from elemoine/393
...
grid layers may be misplaced
2012-04-20 06:27:27 -07:00
ahocevar
bd4c092943
Merge pull request #419 from ahocevar/bing-attribution
...
Incorrect Bing attribution when custom maxResolution is set. r=@elemoine
2012-04-20 06:11:31 -07:00
ahocevar
9ab6d08fb0
Calculate zoom level from serverResolutions.
...
The previous way of hard-coding an offset of 1 causes an incorrect attribution for layers with a custom maxResolution.
2012-04-20 15:08:45 +02:00
ahocevar
a73d9e3804
Merge pull request #407 from ahocevar/alwaysInRange
...
alwaysInRange not updated when using addOptions. r=@elemoine,@bartvde
2012-04-19 09:00:26 -07:00
ahocevar
551f509b49
Make sure tiles are loaded for Bing overlays.
...
Previously, Bing overlays that were added to an existing map had empty tiles, because tiles are added before the layer url is set in initLayer. This change makes sure tiles are only rendered when the layer url is available, by not processing the tile queue before the layer url is set.
2012-04-19 16:02:23 +02:00
ahocevar
ef33f01504
Respect alwaysInRange from prototype, but allow changes in addOptions.
2012-04-19 12:02:18 +02:00
Tim Schaub
faaa2cec1f
Using compiled regexp to replace dots.
...
Though split and join appear to be more efficient in Chrome, a compiled regexp looks to be a safer bet across the board. See http://jsperf.com/dotless (and http://jsperf.com/dotless-nop for the NOP).
2012-04-18 09:46:24 -04:00
Tim Schaub
163caf0e8d
Underscore in canvas hit detection.
2012-04-18 09:40:27 -04:00
Tim Schaub
8533edd19b
Toward dotless identifiers.
2012-04-18 09:39:58 -04:00
Bart van den Eijnden
a96d32d284
rename to dateRegEx and provide default value in api docs
2012-04-17 17:39:37 +02:00
Bart van den Eijnden
f07660e8c5
implement @ahocevar's suggestion instead
2012-04-17 15:57:51 +02:00
Bart van den Eijnden
90a8ac9c71
allow for negative years in dates
2012-04-17 14:23:56 +02:00
Éric Lemoine
bfd6be634f
if maxResolution is "auto" calculate maxResolution based on maxExtent and map size, else calculate maxResolution based on maxExtent and tile size
2012-04-11 17:45:34 +02:00
Frédéric Junod
6adac12fab
Merge pull request #405 from fredj/handler-options
...
Move handlerOptions to the Control prototype.
2012-04-11 05:08:54 -07:00
Éric Lemoine
6a039fd700
Merge branch '2.12'
2012-04-11 12:58:06 +02:00
Frederic Junod
1a59e47737
Move handlerOptions to the Control prototype.
2012-04-11 12:46:20 +02:00
Bart van den Eijnden
59cc18d85b
fix Bing attribution issue reported by PitneyBowes
2012-04-10 14:31:20 +02:00
Éric Lemoine
ae75fdacd7
Revert "Merge pull request #116 from elemoine/redraw"
...
This reverts commit 7a5b469192 , reversing
changes made to a719de7e93 .
Conflicts:
tests/Tile/Image.html
2012-04-07 21:07:03 +02:00
Éric Lemoine
58e86a37f5
Revert "Declare zoomChanged."
...
This reverts commit b910a5f4d0 .
2012-04-07 21:02:24 +02:00
Éric Lemoine
4df1104b7a
Revert "Merge pull request #312 from elemoine/redraw"
...
This reverts commit 7f94945244 , reversing
changes made to dfa70fafac .
Conflicts:
lib/OpenLayers/Layer/Vector.js
2012-04-07 21:01:52 +02:00
Éric Lemoine
685eae7c04
Merge pull request #390 from elemoine/scriptlocation
...
_getScriptLocation regexp not robust enough
2012-04-04 21:43:08 -07:00
Tim Schaub
24d421a449
Merge branch '2.12' of git://github.com/openlayers/openlayers
2012-04-04 14:50:53 -10:00
Éric Lemoine
b1b4736315
make _getScriptLocation RegExp more robust, p=jpfiset, t,r=me
2012-04-04 20:30:50 +02:00
Tim Schaub
2582e762b7
Avoid undefined url.
2012-04-03 16:49:23 -10:00
Marc Jansen
326598a75c
Merge pull request #361 from sdikiy/patch-1
...
accurate calculation of the centroid for small objects with large coordinates (p=sdikiy,r=marcjansen,sbrunner)
2012-04-03 11:58:57 -07:00
ahocevar
530952551f
Merge pull request #382 from ahocevar/wps
...
WPS example and improvements. r=@marcjansen,@bartvde
2012-04-03 06:30:15 -07:00
Éric Lemoine
f870417a30
class name olLayerGridTile renamed olLayerGrid
2012-04-03 06:28:06 +02:00
Éric Lemoine
160ccef8d3
Merge branch '2.12'
2012-04-02 21:10:19 +02:00
Éric Lemoine
d650ba20d9
Layer.Grid - better docs for transitionEffect, removeBackBufferDelay, and className
2012-04-02 20:59:16 +02:00
Éric Lemoine
d8473f9249
make Layer.Grid.prototype.className an API property
2012-04-02 17:57:37 +02:00
Éric Lemoine
8c6466bf2a
move transitionEffect to Layer.Grid.prototype, and discourage the use of transitionEffect:"resize" on non-opaque layers
2012-03-31 21:32:49 +02:00
Éric Lemoine
1e5f83593c
removeBackBufferDelay defaults to 0 for singleTile layers
2012-03-31 21:23:21 +02:00
Éric Lemoine
86cd9c7bf7
add class to Layer.Grid layer div
2012-03-31 21:22:36 +02:00
ahocevar
c3fe359fa6
WPS example; support for BoundingBox in WPS format
2012-03-30 18:02:24 -07:00
Bart van den Eijnden
a00b565fcc
Merge pull request #372 from bartvde/graphictext
...
setting graphic to false by default when reading a TextSymbolizer (r=@ahocevar)
2012-03-30 17:00:27 -07:00
Bart van den Eijnden
4b22a1e2d2
move logic into GeoServer profile as suggested by @ahocevar
2012-03-31 01:26:37 +02:00
sdikiy
0460bd2ae8
change getCentroid
2012-03-30 23:20:21 +03:00
Bart van den Eijnden
9a5364f309
add missing requires
2012-03-30 20:37:15 +02:00
Paul Spencer
943efd66b0
Merge pull request #370 from pagameba/overviewmap
...
OverviewMap custom div bug.
2012-03-30 05:18:05 -07:00
unknown
ecbf9966ba
Merge branch 'master' into patch-1
2012-03-30 12:25:12 +03:00
Éric Lemoine
e35dfe1a5a
Merge branch '2.12'
2012-03-30 08:44:59 +02:00
Éric Lemoine
e0b93c2e45
The OpenLayers code is published under the 2-clause BSD license
2012-03-30 08:33:55 +02:00