Frédéric Junod
debbba6454
Merge pull request #497 from fredj/coding-style
...
coding style: declare new arrays using []
2012-05-30 02:59:37 -07:00
Frederic Junod
99f6e65e7b
coding style: declare new arrays using []
2012-05-30 09:56:06 +02:00
Marc Jansen
5794502f98
Replace tabs in example with spaces. No functional change.
2012-05-29 22:03:25 +02:00
Marc Jansen
366faf6871
Merge pull request #423 from marcjansen/no-$
...
Remove the aliasing of OpenLayers.Util.getElement to window.$
2012-05-29 12:52:27 -07:00
Marc Jansen
acb9f950df
Use document.getElementById in examples.
...
Previously examples would either use the now deprecated `window.$` or the
non-API-method `OpenLayers.Util.getElement`. This was well caught by @probins
and @elemoine.
2012-05-29 21:47:22 +02:00
Gregers Gram Rygg
51c7f12486
Avoid logic change from existing code
2012-05-29 18:18:24 +02:00
Gregers Gram Rygg
2da16a0b69
Removed caching of the analog wheel detection for users switching between mouse/touchpad
2012-05-29 17:54:02 +02:00
Gregers Gram Rygg
dd410dcd7e
Fixed indentation
2012-05-29 17:08:01 +02:00
Gregers Gram Rygg
dc082c3442
Added note that chrome was added to the BROWSER_NAME test
2012-05-29 17:03:33 +02:00
Gregers Gram Rygg
f5a9b4446a
Added analog scroll wheel improvements to 2.13 changelog
2012-05-29 16:11:30 +02:00
Gregers Gram Rygg
8f38ba5bd0
Chagned APIProperty to Property for isAnalogScrollWheel
2012-05-29 16:08:15 +02:00
Gregers Gram Rygg
1a25a0704f
Changed to test for WebKit instead of safari because chrome was added to the OpenLayers.BROWSER_NAME test
2012-05-29 14:21:49 +02:00
Gregers Gram Rygg
50d24d7756
Improve analog mouse wheel detection and normalize event.wheelDelta for Safari
2012-05-29 13:26:27 +02:00
Gregers Gram Rygg
a1dff8ad9b
Changed OpenLayers.BROWSER_NAME to be 'chrome' for Google Chrome instead of 'safari'. Added OpenLayers.IS_WEBKIT and changed tests where necessary.
2012-05-29 13:23:40 +02:00
Frédéric Junod
989259c87f
Merge pull request #477 from fredj/overviewmap-title
...
Add new maximizeDivTitle and minimizeDivTitle options to Control.OverviewMap
2012-05-29 00:16:02 -07:00
Frederic Junod
c696b34a84
Add new maximizeTitle and minimizeTitle options to Control.OverviewMap
2012-05-29 09:04:00 +02:00
ahocevar
5c42aa6fce
Merge pull request #491 from probins/kmlname
...
KML createPlacemark should use attributes.name
2012-05-28 04:58:58 -07:00
Peter Robins
082a1f38f4
KML createPlacemark should use attributes.name
2012-05-27 14:26:15 +01:00
Éric Lemoine
0accbb77a7
Merge pull request #489 from probins/kmlstyle
...
Format/KML: correct parseStyles docs
2012-05-26 11:46:43 -07:00
Éric Lemoine
12b8166743
Merge pull request #410 from probins/fixzoom
...
Fix Map so zoomChanged when zoom is constructor option
2012-05-26 09:32:26 -07:00
Peter Robins
9a7b4bd06e
Format/KML: correct parseStyles docs
2012-05-26 16:34:01 +01:00
ahocevar
ff1f99a03f
Don't reuse tile images unless we have a new url to load.
...
Without this change, some browsers don't cache the images. See #454 for a discussion about this issue.
2012-05-25 18:47:57 +02:00
ahocevar
88fd8038c8
Simplifying configuration.
2012-05-25 18:37:12 +02:00
ahocevar
440b9fb6d3
Using updated URLs.
2012-05-25 17:30:27 +02:00
Éric Lemoine
2141cb9c0a
Merge branch '2.12'
2012-05-25 15:08:58 +02:00
Éric Lemoine
f5c43d6506
set VERSION_NUMBER to Release 2.12-rc5
release-2.12-rc5
2012-05-25 14:55:14 +02:00
ahocevar
df44a79e1b
URL switching for all REST encoded WMTS layers.
2012-05-25 14:54:06 +02:00
Éric Lemoine
ba4a68d0e3
Merge pull request #481 from elemoine/481
...
2.12-rc4 Tile.js script error (Firefox)
2012-05-25 05:49:16 -07:00
ahocevar
5879a71f9c
Don't use fade effect on labels.
2012-05-25 13:54:31 +02:00
tschaub
1108433465
Clarifying names.
2012-05-24 16:42:54 -06:00
tschaub
f5e49fa82e
One fewer use of rsync.
2012-05-24 16:40:56 -06:00
tschaub
f7e0edca12
Fewer uses of rsync.
2012-05-24 16:34:15 -06:00
Éric Lemoine
d289aa327e
Grid.removeExcessTiles removes more tiles than it should, refs #481
2012-05-24 22:55:43 +02:00
Éric Lemoine
65cd2bcb88
Merge pull request #480 from elemoine/googleexamples
...
Use nightly version of Google Maps API in examples
2012-05-24 06:14:07 -07:00
Frederic Junod
05162a7f9d
Use map.getLonLatFromPixel instead of map.getLonLatFromViewPortPx
...
The former is the API method.
2012-05-24 14:00:25 +02:00
Tim Schaub
97983db785
Adding dependencies where they are used.
2012-05-22 22:28:51 -06:00
Gregers Gram Rygg
12931612ea
Don't affect digital mouse wheels (a.k.a. step-scroll)
2012-05-22 17:43:52 +02:00
Gregers Gram Rygg
f377d0387f
Adjusted delta in MouseWheel test
2012-05-22 17:29:12 +02:00
Gregers Gram Rygg
2b8b8807ff
Merge branch 'master' of https://github.com/openlayers/openlayers
2012-05-22 17:11:40 +02:00
Antoine Abt
dc3414d6dd
Merge pull request #482 from nachouve/master
...
Just a small spelling corrections in the documentation.
2012-05-22 05:05:51 -07:00
Nacho Uve
57f4d42de0
Small spelling corrections in the documentation.
2012-05-22 13:36:08 +02:00
Éric Lemoine
2cd979d34c
use the nightly version of Google Maps API in the examples, and provide some information about Google Maps API versioning in the google-v3 example
2012-05-22 10:07:18 +02:00
Gregers Gram Rygg
95bc51ce3d
Make analog mouse wheel adjustments configurable and reduce sensitivity
2012-05-21 15:11:05 +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
Pierre GIRAUD
88d927a827
Merge pull request #478 from pgiraud/metaKey
...
Adding support support for metaKey (Mac Cmd key)
2012-05-21 04:33:48 -07:00
Éric Lemoine
c34b111b38
Merge pull request #476 from probins/googledoc
...
Document issues with Google v3 layers
2012-05-21 04:20:54 -07:00
Pierre GIRAUD
a997334816
Adding support support for metaKey (Mac Cmd key)
2012-05-21 11:13:48 +02: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
tschaub
348dffcda6
Merge branch '2.12' of git://github.com/openlayers/openlayers
2012-05-18 13:30:37 -06:00