Éric Lemoine
c34b111b38
Merge pull request #476 from probins/googledoc
...
Document issues with Google v3 layers
2012-05-21 04:20:54 -07:00
Peter Robins
1193e17266
Google v3 docs amendment
2012-05-21 10:06:27 +01:00
Peter Robins
95164d8cc0
Document issues with Google v3 layers
2012-05-20 14:01:12 +01:00
Tim Schaub
ae89452936
Merge pull request #473 from ahocevar/svg-block
...
Using display:block instead of position:absolute.
2012-05-18 12:29:26 -07:00
ahocevar
120cc0680d
Using display:block instead of position:absolute.
...
This fixes a regression that can be seen e.g. when using the FeatureRenderer in GeoExt, causing an incorrect alignment of the renderer.
2012-05-18 12:38:34 +02:00
ahocevar
92f04a7a42
Merge pull request #472 from probins/goopop
...
Fix Google terms/poweredby/popup. Thanks @probins for the quick fix.
2012-05-17 11:31:51 -07:00
Peter Robins
f435a98a2a
Fix Google terms/poweredby/popup
2012-05-17 16:48:43 +01:00
Éric Lemoine
2624ea089e
set VERSION_NUMBER to 2.12-rc4
release-2.12-rc4
2012-05-16 21:10:08 +02:00
Éric Lemoine
24b1fa1b08
Merge pull request #467 from jorix/392
...
Add style = "position: absolute;" on the SVG to skip the bug of Chrome 18
2012-05-16 12:04:41 -07:00
Éric Lemoine
af3615f1ee
Merge pull request #469 from elemoine/indexof
...
Use Util.indexOf in Layer.Bing
2012-05-16 00:19:42 -07:00
Éric Lemoine
62bd06f465
use Util.indexOf in Layer.Bing, for compatibility with IE < 9
2012-05-16 08:24:55 +02:00
Bart van den Eijnden
adcf5bb20a
Merge pull request #468 from bartvde/bboxstrategy
...
Fix visibility and inRange issues with the BBOX strategy (r=@elemoine)
2012-05-15 08:13:55 -07:00
Bart van den Eijnden
44f9b81085
also check for visibility of the layer in the central place: the update function
2012-05-15 12:26:21 +02:00
Bart van den Eijnden
bca3e45940
BBOX strategy should not request data if its layer is out of range when changing layer visibility
2012-05-15 12:18:42 +02:00
Éric Lemoine
4e42dec4ab
Merge pull request #465 from probins/gpxwrite
...
Fix GPX write Point transform
2012-05-15 01:03:35 -07:00
Peter Robins
359bd3d598
Merge pull request #16 from elemoine/gpxwrite
...
use t.geom_eq in GPX read test
2012-05-15 00:45:20 -07:00
Éric Lemoine
114541d0b7
use t.geom_eq in GPX tests
2012-05-15 08:58:23 +02:00
Xavier Mamano
05672deefa
Add style = "position: absolute;" on the SVG to skip the bug of Chrome 18
2012-05-14 23:02:53 +02:00
Peter Robins
9ea3c2f121
Fix GPX write Point transform
2012-05-14 14:21:23 +01:00
Tim Schaub
44e526a0e8
Merge pull request #439 from tschaub/439
...
Changing/fixing the meaning of getServerZoom
2012-05-11 00:16:09 -07:00
ahocevar
72d1b54956
Also taking into account zoomOffset.
...
Now the meaning of getServerZoom is fully clarified, and we can get rid of some code again as well.
2012-05-11 00:26:09 -06:00
ahocevar
40b4cc49e0
Using OpenLayers.Util.indexOf.
...
Thanks @jorix for catching this.
2012-05-11 00:26:09 -06:00
ahocevar
9585341d9c
Changing/fixing the meaning of getServerZoom.
...
If a layer is configured with serverResolutions, then getServerZoom should return the zoom level as index of the current resolution in the serverResolutions array.
2012-05-11 00:26:08 -06:00
Éric Lemoine
293ad9b32a
Merge pull request #460 from elemoine/460
...
Fixing issue of calculating maxResolution of layer again
2012-05-10 06:44:14 -07:00
Éric Lemoine
4ad6bacc5d
when calculating maxResolution from maxExtent and tileSize we dont want to the actual tile size for single layers
2012-05-10 15:42:59 +02:00
Éric Lemoine
98fb795f97
set VERSION_NUMBER to 2.12-rc3
release-2.12-rc3
2012-05-05 14:27:12 +02:00
Éric Lemoine
23d8057222
Merge pull request #449 from elemoine/449
...
Issues with window resize in IE9 for OL 2.12RC2
2012-05-05 04:49:55 -07:00
Éric Lemoine
2608a0ebe7
fix resize handling in IE 9 and better (refs #449 )
2012-05-04 14:28:12 +02:00
Éric Lemoine
ac3d361778
Merge pull request #441 from elemoine/gutter
...
Tiles with gutters are shifted
2012-05-02 02:35:32 -07:00
Éric Lemoine
612401a644
fix bug where tiles with gutters are shifted (refs #441 )
2012-04-28 21:23:55 +02:00
Frederic Junod
5f1651a30f
Add missing hover option to the SelectFeature control.
...
Thanks Arnie Shore.
2012-04-25 10:34:40 +02:00
Éric Lemoine
1ace4df160
set OpenLayers.VERSION_NUMBER to Release 2.12-rc2
release-2.12-rc2
2012-04-24 21:55:49 +02:00
ahocevar
f4a77cad06
Merge pull request #432 from ahocevar/iframe-opacity
...
Long URLs messing up Opacity. r=@elemoine,@lewinmadrid
2012-04-24 12:32:48 -07:00
ahocevar
fc0b15ad45
Overriding onImageLoad to set the opacity on the correct element.
2012-04-24 08:08:41 -04:00
Éric Lemoine
07533fcdcb
Merge pull request #426 from elemoine/moveend-bug
...
pan() triggers moveend event twice
2012-04-24 04:02:36 -07:00
ahocevar
179433da2f
For IFrame tiles, we need to set opacity on the IFrame's parent.
2012-04-23 18:46:28 -04:00
ahocevar
a57c56ed96
Revert "Merge pull request #432 from ahocevar/iframe-opacity"
...
This reverts commit af046b9af8 , reversing
changes made to f36fd5f0d1 . The reason for reverting this is that the change breaks the select-feature-multilayer.html example.
2012-04-23 18:03:39 -04:00
Éric Lemoine
c6c1bf1f77
fix movestart, move, moveend sequence on pan with animate:false
2012-04-23 23:57:48 +02:00
ahocevar
af046b9af8
Merge pull request #432 from ahocevar/iframe-opacity
...
Long URLs messing up Opacity. r=@elemoine
2012-04-23 14:14:08 -07:00
ahocevar
11cc960be5
Setting opacity on the IFrame's parent, like we used to do in 2.11.
2012-04-23 10:36:51 -04:00
ahocevar
07114fc894
Setting opacity on the last child.
...
This is required for IFrame tiles, so we don't set the opacity on the event pane. To make this work with vector layers, the defs node needs to be inserted before the root group element instead of after it.
2012-04-23 10:17:20 -04: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
Éric Lemoine
e998335718
Merge pull request #399 from elemoine/399
...
adding an OverviewMap to an OSM map no longer just works
2012-04-20 05:10:34 -07:00
Frédéric Junod
7ec0071823
Merge pull request #403 from fredj/403
...
Util.html test fail with Chrome and Chromium. r=elemoine
2012-04-17 06:53:43 -07:00
Frederic Junod
e14d7d686e
Fix Util.html test for Chrome/Chromium browsers.
2012-04-16 10:41:07 +02:00
Éric Lemoine
c88a610f21
Merge pull request #406 from elemoine/406
...
TMS zoomOffset test sets NaN maxResolution values in the map
2012-04-14 05:25:07 -07: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
Éric Lemoine
ebfbb354ed
fix the TMS zoomOffset test
2012-04-11 17:43:17 +02:00