Frederic Junod
9d37090e6b
Add new ol.source.WMTS#getFormat api function
2015-03-02 09:40:08 +01:00
Frederic Junod
b42a214252
Add new ol.source.WMTS#getVersion api function
2015-03-02 09:40:08 +01:00
Frederic Junod
61d2506970
Add new ol.source.WMTS#getStyle api function
2015-03-02 09:40:08 +01:00
Frederic Junod
3bfbd47fdb
Add new ol.source.WMTS#getLayer api function
2015-03-02 09:40:08 +01:00
Éric Lemoine
4f5cc22ba0
Merge pull request #3281 from adube/fix-ie-mousemove-condition
...
Fix mouseMove event type comparison for IE10-11, pointermove
2015-03-02 09:15:15 +01:00
Andreas Hocevar
a7205d8aec
Merge pull request #3293 from ahocevar/icon-opacity
...
Add missing opacity option for ol.style.IconOptions
2015-03-01 17:11:02 +01:00
Andreas Hocevar
6d0fb4d74e
Add missing opacity option for ol.style.IconOptions
2015-03-01 12:07:19 +01:00
Alexandre Dubé
d1185da6b1
Replace mouseMove event condition by pointerMove
...
The original browser event was used to catch the mousemove event,
but in IE the 'pointermove' event is returned instead. So, instead
of using the original event, we use the map browser event, which
is always 'pointermove'.
2015-02-27 12:14:13 -05:00
Frédéric Junod
6c4b30fa02
Merge pull request #3284 from fredj/jsdoc
...
Fix jsdoc type for arrays of listening keys
2015-02-26 12:26:17 +01:00
Frederic Junod
e2f8c01c42
Fix jsdoc type for arrays of listening keys
2015-02-26 11:45:15 +01:00
Éric Lemoine
ad7616abb2
Merge pull request #3278 from elemoine/draweventtype
...
Add goog.provide for ol.DrawEventType
2015-02-26 10:46:12 +01:00
Éric Lemoine
56b08adef7
Add goog.provide for ol.DrawEventType
2015-02-25 21:59:57 +01:00
Éric Lemoine
70162d7889
Merge pull request #3272 from acanimal/3267
...
Added getter function to return the wrapped source within the cluster
2015-02-25 21:55:04 +01:00
Frédéric Junod
4c1be5967d
Merge pull request #3275 from fredj/heatmap-properties
...
Add ol.layer.Heatmap#blur getter and setter
2015-02-25 17:29:48 +01:00
Frederic Junod
d12cdc336c
Create the circle only when the blur and radius are set
2015-02-25 09:16:42 +01:00
Frederic Junod
232f4975c4
Add ol.layer.Heatmap#blur getter and setter
2015-02-25 08:57:04 +01:00
Éric Lemoine
45547eefbe
Merge pull request #3142 from sarametz/wmts-getcap
...
WMTS Get Cap document with updated WMTS.optionsFromCapabilities function
2015-02-25 08:29:40 +01:00
acanimal
086202cfdd
Added short description on getSource() method
2015-02-25 07:54:14 +01:00
Frédéric Junod
3079924a3d
Merge pull request #3271 from fredj/jsdoc-fixes
...
[wip] Fix misplaced comment blocks
2015-02-25 07:13:19 +01:00
Tim Schaub
7e812959e7
Merge pull request #3273 from tschaub/unused-function
...
Remove unused createGetTileIfLoadedFunction function.
2015-02-24 15:35:38 -08:00
Tim Schaub
22aeb3612e
Remove unused createGetTileIfLoadedFunction function
2015-02-24 15:06:10 -08:00
Sara Metz
6894bc8444
Add ability to get wmts source from capabilities
...
Added functionality to create a wmts tilegrid and wmts source from the
capabilities object created from ol.format.WMTSCapabilities.read().
Added tests for these functions and an example.
Also altered the REST url template replacement to be case insensitive
and added tests for this. This is because the spec uses both style
and Style and both of these are used by existing WMTS services.
2015-02-25 09:21:45 +13:00
Frederic Junod
1620a11181
Fix misplaced comment blocks
...
Found while testing the new google-closure release (v20150126)
The code still compiles with the older (default) version.
2015-02-24 17:13:35 +01:00
Éric Lemoine
18ec8a487f
Merge pull request #3270 from elemoine/dragpan-false
...
Make ol.Overlay autoPan default to false
2015-02-24 15:42:57 +01:00
Éric Lemoine
329edc4ec6
Make ol.Overlay autoPan default to false
2015-02-24 15:14:10 +01:00
Tobias Sauerwein
7a5ad336c6
Merge pull request #3268 from tsauerwein/fix-example-autoPan
...
Fix autoPan in examples with ol.Overlay on hover
2015-02-24 09:48:22 +01:00
tsauerwein
054dc81485
Disable autoPan in examples
...
To avoid that the map is panned when showing
overlays on hover.
2015-02-24 09:33:40 +01:00
acanimal
eb8a1845a5
Added getter function to return the wrapped source withint the cluster
2015-02-23 22:07:35 +01:00
Tobias Sauerwein
5897cf55aa
Merge pull request #3256 from tsauerwein/overlay-panIntoView
...
Add autoPan option to ol.Overlay
2015-02-23 17:23:00 +01:00
tsauerwein
e46e0f85fb
Add autoPan option to ol.Overlay
2015-02-23 17:01:52 +01:00
Tobias Sauerwein
3fbc6fa361
Merge pull request #3261 from adube/fix-extent-foreachcorner
...
Fix forEachCorner extent, add TopLeft
2015-02-20 16:01:37 +01:00
Alexandre Dubé
e1336e1891
Fix forEachCorner extent, add TopLeft
2015-02-20 08:30:39 -05:00
Frédéric Junod
c30373963e
Merge pull request #3260 from fredj/unused-require
...
Remove unused goog.require
2015-02-20 07:39:56 +01:00
Frederic Junod
96cb3d314f
Remove unused goog.require
2015-02-20 07:32:55 +01:00
Tim Schaub
733167c612
Merge pull request #3246 from tschaub/tile-cache
...
Avoid creating unnecessary images in tile layers.
2015-02-19 10:33:31 -07:00
Frédéric Junod
84cc48a7bf
Merge pull request #3254 from fredj/regular-stroke
...
Use lineCap, lineJoin and miterLimit stroke properties in RegularShape
2015-02-19 13:26:52 +01:00
Frederic Junod
c3d9946924
Use lineCap, lineJoin and miterLimit stroke properties
2015-02-19 12:33:16 +01:00
Frederic Junod
5e712ac88c
Use correct renderOptions type
2015-02-19 12:12:00 +01:00
Tim Schaub
9e94308cdc
Merge pull request #3252 from tschaub/global-spy
...
Avoid leaking global listenerSpy.
2015-02-19 00:09:59 -07:00
Tim Schaub
b8e3deb756
Merge pull request #3248 from tschaub/tile-events
...
Add tile loading events to image tile sources.
2015-02-18 16:16:24 -07:00
Tim Schaub
3e3104bbb1
Avoid leaking global listenerSpy
2015-02-18 16:05:33 -07:00
Tim Schaub
56c5cef3f8
Example style
2015-02-18 15:45:20 -07:00
Tim Schaub
199fcb05e3
Unregister image listeners when disposing of a tile
2015-02-18 15:45:14 -07:00
Tim Schaub
c42af7919e
Example docs
2015-02-17 11:22:44 -07:00
Tim Schaub
77d8d48b57
Progress bar for tile loading
2015-02-17 11:22:39 -07:00
Tim Schaub
5cbae8c8f5
Add tile loading events to image tile sources
2015-02-17 11:09:30 -07:00
Tim Schaub
bf35b40b11
Fire change event every time state changes
2015-02-17 11:09:16 -07:00
Tim Schaub
e5432f7cb5
Avoid creating unnecessary images during rendering
2015-02-16 15:11:16 -07:00
Tim Schaub
2cf1fe5552
Create tile cache for all tile sources
2015-02-16 12:22:15 -07:00
Tim Schaub
eb1a46cf7d
Merge pull request #3240 from openlayers/v3.2.x
...
Changes from the v3.2.x branch.
2015-02-14 09:22:47 -07:00