Frederic Junod
|
552e345fbf
|
Fix ol.events.condition.mouseOnly parameter type
From `ol.MapBrowserEvent` to `ol.MapBrowserPointerEvent` and remove the
instanceof assert.
|
2015-10-15 11:43:30 +02:00 |
|
Frédéric Junod
|
4d43fe3346
|
Merge pull request #4261 from fredj/mouseOnly
ol.events.condition.mouseOnly may be wrong
|
2015-10-15 10:42:46 +02:00 |
|
Andreas Hocevar
|
6ec5e9a07d
|
Merge pull request #4269 from adube/fix-zoomcontrol-duration
Fix Zoom control duration option - allow `0` as value
|
2015-10-14 22:43:05 +02:00 |
|
Andreas Hocevar
|
ee82fde184
|
Merge pull request #4268 from jonataswalker/get-overlay-by-id
Add method for retrieving ol.Overlay by id
|
2015-10-14 22:12:59 +02:00 |
|
jonataswalker
|
5dbaeb9ee5
|
Add method for retrieving ol.Overlay by id
|
2015-10-14 16:55:39 -03:00 |
|
Marc Jansen
|
cd99d44704
|
Use Math.cosh of ES6/2015 if available
|
2015-10-14 21:54:45 +02:00 |
|
Marc Jansen
|
449131a516
|
Use MDN polyfill for Math.cosh
This commit replaces the current implementation of ol.math.cosh with the
reference implementation of the Mozilla developer network. This method
only has one call to the Math.exp-function compared to two in the original
implementation.
See also: https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Math/cosh
|
2015-10-14 21:54:45 +02:00 |
|
Marc Jansen
|
93f371ab9f
|
Merge pull request #4257 from marcjansen/remove-unused-math
Remove unused ol.math-methods
|
2015-10-14 21:50:07 +02:00 |
|
Marc Jansen
|
2f5ccbd54d
|
Remove unused ol.math-methods
|
2015-10-14 21:40:42 +02:00 |
|
Alexandre Dubé
|
718f32b177
|
Fix Zoom control duration option - allow 0 as value
|
2015-10-14 15:19:16 -04:00 |
|
Andreas Hocevar
|
1f8ee3a5ae
|
Merge pull request #4270 from adube/fix-keyboardinteraction-options
Fix Keyboard zoom interation options
|
2015-10-14 21:08:57 +02:00 |
|
Andreas Hocevar
|
16b3893166
|
Merge pull request #4272 from adube/fix-interactiondefaults-zoomduration
Allow the DragZoom interaction created in defaults to use zoomDuration option.
|
2015-10-14 21:08:38 +02:00 |
|
jonataswalker
|
fce065e185
|
Add method for retrieving ol.Overlay by id
|
2015-10-14 16:01:48 -03:00 |
|
Alexandre Dubé
|
b54bc6cd42
|
Fix KeyboardZoom interation duration option, allow 0 value.
|
2015-10-14 14:43:04 -04:00 |
|
Andreas Hocevar
|
257313969c
|
Merge pull request #4271 from adube/fix-dragzoominteraction-duration
Fix DragZoom interaction duration, allow `0` value
|
2015-10-14 20:19:04 +02:00 |
|
Alexandre Dubé
|
657b9dc018
|
Fix 'Shift' DragZoom in default interactions, use zoomDuration
This fix allows the DragZoom interaction created in the default
interactions to use the zoom duration defined in the options, if
set.
|
2015-10-14 13:46:30 -04:00 |
|
Alexandre Dubé
|
bd4b7a890d
|
Fix DragZoom interaction duration, allow 0 value
|
2015-10-14 13:39:10 -04:00 |
|
jonataswalker
|
d29e5eaef1
|
Add method for retrieving ol.Overlay by id
|
2015-10-14 12:15:53 -03:00 |
|
Andreas Hocevar
|
a639291ea7
|
Merge pull request #4267 from ahocevar/example-improvements
Example usability improvements
|
2015-10-14 14:57:38 +02:00 |
|
Andreas Hocevar
|
53704379fa
|
Make relative urls work for jsfiddle
|
2015-10-14 14:46:33 +02:00 |
|
Andreas Hocevar
|
3d82da1c7e
|
Allow cloaking of API keys and apply to Bing keys
|
2015-10-14 14:31:42 +02:00 |
|
Frédéric Junod
|
b4061e7b35
|
Merge pull request #4263 from fredj/touchAction_extern
Add back CSSProperties.prototype.touchAction extern
|
2015-10-13 15:48:55 +02:00 |
|
Frederic Junod
|
00a6357c4d
|
Add back CSSProperties.prototype.touchAction extern
See #4262
|
2015-10-13 15:38:55 +02:00 |
|
Frederic Junod
|
0a76145a93
|
Relay on the pointerType property in ol.events.condition.mouseOnly
|
2015-10-13 14:37:52 +02:00 |
|
Marc Jansen
|
b75ef3ae18
|
Merge pull request #4259 from marcjansen/math-radians-degrees
Remove use of toDegrees/toRadians util functions
|
2015-10-12 23:27:20 +02:00 |
|
Marc Jansen
|
f2df971eb0
|
Merge pull request #4258 from marcjansen/no-tagname-enum
Remove usage of goog.dom.TagName enum
|
2015-10-12 21:18:11 +02:00 |
|
Marc Jansen
|
47a7b03e0e
|
Remove use of toDegrees/toRadians util functions
Instead of goog.math.toRadians and goog.math.toDegrees, we now use
our own implementations of these basic conversion functions.
|
2015-10-12 21:16:03 +02:00 |
|
Marc Jansen
|
9386415633
|
Remove usage of goog.dom.TagName enum
|
2015-10-12 20:45:49 +02:00 |
|
Andreas Hocevar
|
e111e30f33
|
Merge pull request #4255 from ahocevar/zoomslider-width
Fix zoom slider width for retina displays
|
2015-10-12 20:19:29 +02:00 |
|
Andreas Hocevar
|
61ce463cf9
|
Fix zoom slider width for retina displays
This also simplifies the css by using a button for the slider, like for other
controls.
|
2015-10-12 19:24:00 +02:00 |
|
Andreas Hocevar
|
758bab8e30
|
Merge pull request #4249 from ahocevar/tap-example
Make whole example box clickable
|
2015-10-12 11:04:17 +02:00 |
|
Andreas Hocevar
|
dea723bac3
|
Make whole example box clickable
|
2015-10-11 23:16:12 +02:00 |
|
Éric Lemoine
|
dcfeff11bf
|
Merge pull request #4045 from Jenselme/wmts-capabilities-parser
Add parser for dimension property from WMTS Capabilities.xml
|
2015-10-09 18:59:22 +02:00 |
|
Julien Enselme
|
475504cd85
|
Add parser for dimension property from WMTS Capabilities.xml
- Correct parsing of dimension in ol.source.WMTS.optionsFromCapabilities
|
2015-10-09 18:43:26 +02:00 |
|
Éric Lemoine
|
936118955f
|
Merge pull request #4161 from jonataswalker/translate-events
Add `translatestart`, `translateend` and `translating` events to `ol.interaction.Translate`
|
2015-10-09 18:16:17 +02:00 |
|
Éric Lemoine
|
d5ec75a643
|
Merge pull request #4186 from elemoine/webgl-context
Do not export ol.webgl.Context
|
2015-10-09 17:59:07 +02:00 |
|
Andreas Hocevar
|
d0f5585157
|
Merge pull request #4246 from openlayers/release-v3.10.1
Release v3.10.1
|
2015-10-09 17:40:29 +02:00 |
|
Andreas Hocevar
|
db0c8c3c3a
|
Update package version to 3.10.1
v3.10.1
|
2015-10-09 17:38:41 +02:00 |
|
Andreas Hocevar
|
1941be9995
|
Changelog for v3.10.1
|
2015-10-09 17:37:52 +02:00 |
|
Marc Jansen
|
313bff7aff
|
Merge pull request #4242 from marcjansen/fix-drawtext-regression
Fix a drawText regression introduced with 31a68e2
|
2015-10-09 17:32:51 +02:00 |
|
Marc Jansen
|
2cd64d33ec
|
Merge pull request #4242 from marcjansen/fix-drawtext-regression
Fix a drawText regression introduced with 31a68e2
|
2015-10-09 16:07:46 +02:00 |
|
Éric Lemoine
|
ba3e65c919
|
Merge pull request #4239 from austinkeeley/master
Changing highlighted to highlight
|
2015-10-09 15:40:55 +02:00 |
|
Marc Jansen
|
03ed8085b9
|
Fix a drawText regression introduced with 31a68e21
|
2015-10-09 11:49:45 +02:00 |
|
Austin Keeley
|
fa91748741
|
Changing highlighted to highlight
|
2015-10-08 18:38:57 -04:00 |
|
Andreas Hocevar
|
c067f40ecf
|
Merge pull request #3727 from bogdanvaduva/overview_map
Added getOverviewMap getter method in overviewmapcontrol.js
|
2015-10-08 19:54:16 +02:00 |
|
Andreas Hocevar
|
c9c845394f
|
Merge pull request #4238 from openlayers/release-v3.10.0
Release v3.10.0
v3.10.0
|
2015-10-08 19:17:58 +02:00 |
|
Andreas Hocevar
|
63bc9459d9
|
Update package version to 3.10.0
|
2015-10-08 19:16:23 +02:00 |
|
Andreas Hocevar
|
f6d40faa3d
|
Changelog for v3.10.0
|
2015-10-08 19:15:48 +02:00 |
|
Andreas Hocevar
|
c475902e19
|
Merge pull request #4237 from awaterme/master
#3328: GML3 - Writing features with multiple geometries
|
2015-10-08 18:11:53 +02:00 |
|
Bogdan Vaduva
|
1f7bdd10f8
|
Changed @api experimental to @api
|
2015-10-08 19:11:23 +03:00 |
|