ahocevar
48a2d023f5
Merge branch '2.12' of github.com:openlayers/openlayers
2012-03-27 12:47:46 -07:00
Éric Lemoine
11395e7e84
Merge pull request #363 from probins/projex2.12
...
Improve proj4js examples docs 2.12
2012-03-27 08:30:53 -07:00
Peter Robins
1a59ade32a
Improve proj4js examples docs
2012-03-27 15:53:01 +01:00
Frédéric Junod
31c2d183f6
Merge pull request #359 from fredj/projdocs
...
Improvements for projection docs. p=probins
2012-03-27 06:13:12 -07:00
sdikiy
8c93d477ba
accurate calculation of the centroid for small objects with large coordinates
2012-03-27 16:12:31 +03:00
Peter Robins
720a815479
Improvements for projection docs
2012-03-27 14:07:58 +02:00
Frederic Junod
d1d5ab9930
Merge branch '2.12'
2012-03-27 09:31:53 +02:00
Antoine Abt
eb74d93d48
Merge pull request #355 from tonio/blue
...
Zoom control, back to blue
2012-03-27 00:03:25 -07:00
Antoine Abt
935c56961b
Merge pull request #356 from tonio/transition
...
Add css transitions to mobile example stylesheet
2012-03-26 23:50:25 -07:00
Antoine Abt
87763af644
add css transition for mobile examples
2012-03-26 22:19:00 +02:00
Antoine Abt
8f3f5d1366
blue’s back — Zoom control refresh
2012-03-26 21:53:11 +02:00
Éric Lemoine
fb1a49e87e
Merge pull request #349 from elemoine/releasesh
...
release.sh updates
2012-03-23 14:28:49 -07:00
Tim Schaub
febf048d9d
Merge pull request #351 from elemoine/pinch2
...
After great sleuthing from @elemoine, we have a solution closer to the heart of the problem. In a funny twist, the excessive call to `updateSize` ended up hinting at the solution. Thanks to `git bisect` for making things a bit easier.
release-2.12-rc1
2012-03-23 14:19:49 -07:00
Éric Lemoine
d680cb45a0
force a reflow after pinch
2012-03-23 22:10:16 +01:00
Bart van den Eijnden
0dce0b9a5b
Merge pull request #348 from bartvde/getcentroid
...
getCentroid should just return the first point if a linear ring only has less than three components (r=@tschaub)
2012-03-23 04:41:12 -07:00
Éric Lemoine
fda512f904
minor changes to the release.sh script
2012-03-22 22:16:35 +01:00
Éric Lemoine
863011b2b7
set VERSION_NUMBER to Release 2.12-rc1
2012-03-22 18:59:14 +01:00
Bart van den Eijnden
955c83baa9
getCentroid should just return the first point if a linear ring only has less than three components
2012-03-22 12:59:55 +01:00
Bart van den Eijnden
965e269cfd
minor change to Protocol.CSW to deal with the situation where the GeoExt ProtocolProxy is configured with setParamsAsOptions true
2012-03-22 11:09:38 +01:00
Éric Lemoine
1febb44376
Merge pull request #342 from mpriour/multiple-builds
...
Add specific light build example and tag eligible 'light' build examples
2012-03-22 02:13:32 -07:00
Matt Priour
a38e4ecc9a
Remove light tag from wms-long-url example
2012-03-22 04:01:28 -05:00
Éric Lemoine
067a11f1d9
Merge branch '2.12'
2012-03-22 07:05:02 +01:00
Éric Lemoine
d563084745
fix the layerLoadMonitoring.html example, refs #342
2012-03-22 07:04:13 +01:00
ahocevar
f84a2d0bc9
Merge branch '2.12'
2012-03-21 23:35:51 +01:00
ahocevar
9db42f6747
Merge pull request #343 from ahocevar/cache-map
...
Fixing typo which causes CacheRead to fail when CacheWrite is active. r=@tschaub
2012-03-21 23:35:02 +01:00
ahocevar
8d42f33a28
Fixing typo which causes CacheRead to fail when CacheWrite is active
2012-03-21 23:21:24 +01:00
tschaub
a28a9d2121
Merge branch '2.12' of github.com:openlayers/openlayers
2012-03-21 16:11:30 -06:00
Tim Schaub
97582d637f
Merge pull request #341 from tschaub/script
...
Correcting the callback for the script protocol.
2012-03-21 15:07:31 -07:00
tschaub
609e5f7f09
Taking brackets out of the callback.
...
The Yahoo API doesn't accept quotes in the callback (e.g. foo['bar']). Since the callback registry is an object and all identifiers are prefixed with "c" now, we can use dot notation.
2012-03-21 09:18:23 -06:00
Bart van den Eijnden
6b8c7a8ca5
Merge pull request #334 from bartvde/sldwhitespace
...
ignore whitespace in filter values (r=@marcjansen,@ahocevar)
2012-03-21 05:16:45 -07:00
Bart van den Eijnden
221292436a
add expectWithTrim to all test cases and protect numericIf against failure
2012-03-21 13:15:16 +01:00
Bart van den Eijnden
430d09eb55
incorporate review by @marcjansen
2012-03-21 12:17:44 +01:00
ahocevar
5e9104a2a2
Revert "Merge pull request #304 from mpriour/singleTile"
...
This reverts commit 84fb15e1d2 , reversing
changes made to d0d116efdf .
2012-03-21 10:05:22 +01:00
Matt Priour
2ba9c5ffda
Remove 'light' tag from some examples it doesn't work for
2012-03-20 23:18:41 -05:00
Matt Priour
6eee5025f2
Add light tag to examples that could use the light build
2012-03-20 22:29:58 -05:00
Matt Priour
386dacffb3
Add a specific example which uses the OpenLayers.light.debug.js library, instead of the normal full multi-file debug version used for most examples
2012-03-20 20:16:03 -05:00
tschaub
127abf8782
Correcting the callback for the script protocol.
...
In f08119b01e , the default syntax for the script protocol's callback made it so the callbacks looked like `OpenLayers.Protocol.Script.registry[c1]`. This essentially breaks the script protocol everywhere except where `c1` is defined and equals "c1" (the string).
Tests with this change demonstrate that default callbacks will now look like `OpenLayers.Protocol.Script.registry['c1']` (properly accessing the `c1` property of the registry object).
2012-03-20 17:07:52 -06:00
tschaub
0feefaa4bc
Moving attribution from the middle of the map.
...
I believe this should be the default. In rare cases where people want it somewhere in the middle of the map, they should provide custom css.
2012-03-20 16:43:33 -06:00
tschaub
c02d5a4dbf
Correct URL for sencha css and js.
2012-03-20 16:42:56 -06:00
Éric Lemoine
86de06517f
Merge pull request #337 from ahocevar/337
...
controls.html example broken
2012-03-20 02:22:23 -07:00
ahocevar
90c9b525ed
Nullifying more properties - previous change did not fix the issue.
2012-03-20 10:13:14 +01:00
ahocevar
8bd6de0fae
Merge pull request #337 from ahocevar/337
...
controls.html example broken. r=@elemoine
2012-03-19 16:06:24 -07:00
ahocevar
d31a8da839
Clone needs a fresh backBuffer and tileQueue.
2012-03-19 21:09:43 +01:00
Éric Lemoine
acd11005b6
Merge pull request #333 from elemoine/patch-1
...
Tiles@Home has been discontinued so it should be removed from the doc as well
2012-03-19 09:21:58 -07:00
Antoine Abt
f90c3503e2
Merge pull request #336 from tonio/examples
...
fixes mobile examples which were using ZoomPanel
2012-03-19 06:51:54 -07:00
Antoine Abt
ffa71c0d1a
update doc in mobile navigation
2012-03-19 14:47:02 +01:00
Antoine Abt
d81f0796d4
fixes mobile examples which were using ZoomPanel
2012-03-19 14:42:34 +01:00
Bart van den Eijnden
94bd37031d
instead, add a trimWhitespace option to OpenLayers.String.numericIf as discussed with @ahocevar
2012-03-19 13:07:49 +01:00
ahocevar
ed45ab66e3
Merge pull request #331 from ahocevar/331
...
gutter and maxGetUrlLength broken. r=@elemoine
2012-03-19 03:23:44 -07:00
Bart van den Eijnden
7a769830fe
ignore whitespace in filter values
2012-03-19 11:13:27 +01:00