Frédéric Junod
|
551dd94494
|
Merge pull request #1996 from probins/measure
Measure example: correct source link
|
2014-04-17 21:00:52 +02:00 |
|
Frédéric Junod
|
cb1edd262d
|
Merge pull request #1985 from fredj/named-color
Handle ol.color.ENABLE_NAMED_COLORS = false
|
2014-04-16 16:28:26 +02:00 |
|
Frédéric Junod
|
b5873ff866
|
Merge pull request #1984 from fredj/export-circle
Export ol.Sphere.WGS84.circle function
|
2014-04-16 07:20:13 +02:00 |
|
Frederic Junod
|
251996f789
|
Use ol.color.ENABLE_NAMED_COLORS in tests
|
2014-04-15 17:22:58 +02:00 |
|
Frederic Junod
|
1da879ef06
|
Don't use a named color for defaultFillStyle
Named color support is optional (see ol.color.ENABLE_NAMED_COLORS)
|
2014-04-15 16:58:06 +02:00 |
|
Frederic Junod
|
4d548d99a7
|
Add Tissot indicatrix example
|
2014-04-15 14:35:27 +02:00 |
|
Frederic Junod
|
38f8774cc4
|
Export ol.Sphere#circle function
|
2014-04-15 14:35:20 +02:00 |
|
Frédéric Junod
|
ce2b52d4fc
|
Merge pull request #1983 from fredj/osgeo-url
Allow '{-y}' placeholder
|
2014-04-14 15:23:05 +02:00 |
|
Frederic Junod
|
9b5512c065
|
Allow '{-y}' placeholder
|
2014-04-14 14:27:18 +02:00 |
|
Frédéric Junod
|
738fe65268
|
Merge pull request #1982 from fredj/dnd-event
Add file propery to ol.interaction.DragAndDropEvent
|
2014-04-14 13:50:03 +02:00 |
|
Frederic Junod
|
ef27f14376
|
Remove undefined type from opt_target and opt_file
|
2014-04-14 12:01:48 +02:00 |
|
Frederic Junod
|
756f407ef4
|
Add file propery to ol.interaction.DragAndDropEvent
|
2014-04-14 10:47:57 +02:00 |
|
Frédéric Junod
|
c2bd829a5f
|
Merge pull request #1975 from fredj/rotation-anchor
Rotate around arbitrary coordinate
|
2014-04-10 14:22:08 +02:00 |
|
Frédéric Junod
|
3946b92595
|
Merge pull request #1942 from elemoine/export-tileimage
Export ol.source.TileImage
|
2014-04-10 14:16:13 +02:00 |
|
Frederic Junod
|
5248bb7a4b
|
Export ol.source.TileImage
|
2014-04-10 12:27:53 +02:00 |
|
Frédéric Junod
|
21d9aa2115
|
Merge pull request #1967 from fredj/tileUrlFunction-this
Don't use 'this' keyword in tileUrlFunction
|
2014-04-09 10:21:06 +02:00 |
|
Frederic Junod
|
6b1a4dc88b
|
Use WMTS server from services.arcgisonline.com
|
2014-04-09 09:22:20 +02:00 |
|
Frederic Junod
|
bbb3527ac7
|
Don't use 'this' keyword in tileUrlFunction
See a31ad69ec4
Fixes #1965
|
2014-04-09 09:00:25 +02:00 |
|
Frédéric Junod
|
03cc1c5a01
|
Merge pull request #1966 from fredj/coding-style
Fix coding style
|
2014-04-08 19:37:41 +02:00 |
|
Frederic Junod
|
17ed43d230
|
Fix coding style
Use `goog.isDef(x) ? x : {}` instead of `x || {}`
|
2014-04-08 11:40:04 +02:00 |
|
Frédéric Junod
|
aa6c188da6
|
Merge pull request #1962 from fredj/1961
Define ol.pointer.PointerEvent.createMouseEvent before using it
|
2014-04-07 18:18:21 +02:00 |
|
Frederic Junod
|
ffb61b49d0
|
Define ol.pointer.PointerEvent.createMouseEvent before using it
Fixes #1961
|
2014-04-07 17:48:14 +02:00 |
|
Frédéric Junod
|
de60b15e36
|
Merge pull request #1958 from fredj/renderer-order
Change renderer order in getRendererFromQueryString
|
2014-04-07 15:21:58 +02:00 |
|
Frederic Junod
|
1da40b6d02
|
Change renderer order in getRendererFromQueryString
To order should be the same as ol.DEFAULT_RENDERER_HINTS.
See #887
|
2014-04-07 14:56:56 +02:00 |
|
Frederic Junod
|
fe216e3da1
|
Better vector style in tile-vector example
|
2014-04-03 15:12:23 +02:00 |
|
Frédéric Junod
|
72e5a347b9
|
Merge pull request #1937 from fredj/heatmap-render-order
Set render order to null in ol.layer.Heatmap
|
2014-04-02 12:06:26 +02:00 |
|
Frederic Junod
|
6469b6c889
|
Set render order to null in ol.layer.Heatmap
For performance reasons: the render order is not relevant for a
heatmap representation and this avoids to sort the features each frame.
|
2014-04-02 10:53:04 +02:00 |
|
Frédéric Junod
|
3c32f8b9e4
|
Merge pull request #1934 from fredj/ol.dom.createCanvasContext
Add ol.dom.createCanvasContext function
|
2014-04-02 10:52:29 +02:00 |
|
Frederic Junod
|
55de0a54b9
|
Add ol.dom.createCanvasContext2D function
|
2014-04-02 09:37:41 +02:00 |
|
Frédéric Junod
|
e5d59fd7f1
|
Merge pull request #1933 from fredj/null-renderOrder
Don't sort the features when renderOrder is null
|
2014-04-01 14:47:44 +02:00 |
|
Frederic Junod
|
ea28b3716c
|
Don't sort the features when renderOrder is null
|
2014-04-01 14:11:51 +02:00 |
|
Frédéric Junod
|
bbb39fc930
|
Merge pull request #1931 from fredj/popup-scroll
Stop 'mouseweel' events in ol-overlaycontainer-stopevent div
|
2014-04-01 12:31:58 +02:00 |
|
Frederic Junod
|
849b534159
|
Stop 'mouseweel' events in ol-overlaycontainer-stopevent div
|
2014-04-01 09:42:08 +02:00 |
|
Frederic Junod
|
13224fd479
|
Use ol.MapBrowserEvent.EventType.POINTERDOWN
Instaed of a hardcoded string
|
2014-04-01 09:35:34 +02:00 |
|
Frédéric Junod
|
ac25c3ad57
|
Merge pull request #1930 from fredj/export
Export ol.coordinate.add
|
2014-03-31 23:24:38 +02:00 |
|
Frederic Junod
|
ef74d8c5dc
|
Export ol.coordinate.add
|
2014-03-31 17:03:58 +02:00 |
|
Frédéric Junod
|
b2e4c4bc1a
|
Merge pull request #1921 from fredj/text-offset
Scale the text offset by the device's pixel ratio
|
2014-03-28 15:37:12 +01:00 |
|
Frederic Junod
|
e0278e0e9c
|
Scale the text offset by the device's pixel ratio
Fixes #1918
|
2014-03-28 12:22:12 +01:00 |
|
Frédéric Junod
|
16054cb753
|
Merge pull request #1913 from fredj/heatmap-clamp
Optimize opacity clamping
|
2014-03-27 19:58:08 +01:00 |
|
Frederic Junod
|
a5a7550930
|
Optimize opacity clamping
|
2014-03-27 19:31:30 +01:00 |
|
Frédéric Junod
|
f4af416aa8
|
Merge pull request #1894 from fredj/heatmap-weight
Take the feature's weight into account
|
2014-03-27 17:57:46 +01:00 |
|
Frédéric Junod
|
00bae6a962
|
Merge pull request #1910 from fredj/api-links
Update links to W3C specs in doc
|
2014-03-27 14:16:36 +01:00 |
|
Frederic Junod
|
4886c1dcab
|
Update links to W3C specs
|
2014-03-27 13:56:59 +01:00 |
|
Frédéric Junod
|
07775ae1ca
|
Merge pull request #1909 from fredj/extern
Remove unneeded json.js extern
|
2014-03-27 11:48:09 +01:00 |
|
Frederic Junod
|
f60854e63f
|
Remove unneeded json.js extern
|
2014-03-27 11:21:20 +01:00 |
|
Frédéric Junod
|
e1b05ca4ca
|
Merge pull request #1902 from fredj/native-json
Use native JSON.parse function
|
2014-03-27 11:07:46 +01:00 |
|
Frederic Junod
|
d36536b935
|
Better documentation for weight option
|
2014-03-27 10:53:11 +01:00 |
|
Frederic Junod
|
0043e39ee3
|
Clamp opacity value to (0, 1)
|
2014-03-27 10:53:05 +01:00 |
|
Frederic Junod
|
0461901a86
|
Add new 'weight' option to ol.layer.Heatmap
|
2014-03-27 10:52:48 +01:00 |
|
Frederic Junod
|
0c131ba931
|
Take the feature's weight into account
|
2014-03-27 10:52:35 +01:00 |
|
Frederic Junod
|
0062759f75
|
Use native JSON.parse function
|
2014-03-26 16:40:13 +01:00 |
|
Frédéric Junod
|
36305f7efe
|
Merge pull request #1900 from fredj/topojson
ol.format.TopoJSON issues
|
2014-03-26 15:12:45 +01:00 |
|
Frederic Junod
|
5c4adebb7d
|
Add more topojson tests
|
2014-03-26 14:59:08 +01:00 |
|
Frederic Junod
|
429a256fff
|
Fix 'scale' and 'translate' tests
|
2014-03-26 14:59:08 +01:00 |
|
Frédéric Junod
|
185a655cdd
|
Merge pull request #1881 from fredj/pointerevents-cleanups
Miscellaneous pointer events cleanups
|
2014-03-20 16:36:35 +01:00 |
|
Frederic Junod
|
764d7aaaa4
|
Remove unused ol.pointer.PointerEvent#originalEvent
|
2014-03-20 12:38:14 +01:00 |
|
Frederic Junod
|
6af2d5ae47
|
Remove trailing newlines
|
2014-03-20 12:38:14 +01:00 |
|
Frederic Junod
|
6d4552c783
|
Cache the result of goog.object.getCount
|
2014-03-20 12:38:14 +01:00 |
|
Frederic Junod
|
a2375d58b6
|
Store touch coordinates as ol.Pixel instead of goog.math.Coordinate
|
2014-03-20 12:38:14 +01:00 |
|
Frederic Junod
|
395fdf9bbf
|
Move function declaration out of the constructor
|
2014-03-20 12:38:13 +01:00 |
|
Frédéric Junod
|
f50451698a
|
Merge pull request #1872 from fredj/vbarray
Fix vbarray extern
|
2014-03-18 09:01:43 +01:00 |
|
Frederic Junod
|
b04639ccc5
|
Fix vbarray extern
dimension argument is optional.
See http://msdn.microsoft.com/en-us/library/3kk8f869(v=vs.94).aspx
and http://msdn.microsoft.com/en-us/library/0kbz883e(v=vs.94).aspx
|
2014-03-18 08:14:34 +01:00 |
|
Frédéric Junod
|
1b6f0a3fd1
|
Merge pull request #1870 from fredj/has-touch
Fix ol.BrowserFeature.HAS_TOUCH detection code
|
2014-03-18 08:00:56 +01:00 |
|
Frederic Junod
|
f2d8ad34fa
|
Fix ol.BrowserFeature.HAS_TOUCH detection code
Use goog.global instead goog.global.document.documentElement to avoid
false negative results when using the chrome development tools (Touch
Events emulation).
Code borrowed from https://github.com/Modernizr/Modernizr/blob/master/feature-detects/touchevents.js
except for the DocumentTouch part which is deprecated (https://developer.mozilla.org/en-US/docs/Web/API/DocumentTouch)
Fixes #1869
|
2014-03-17 15:04:55 +01:00 |
|
Frédéric Junod
|
38009e1984
|
Merge pull request #1866 from fredj/pointerevents-tests
Fix simulated touch event in tests
|
2014-03-17 12:18:36 +01:00 |
|
Frederic Junod
|
9a51557dec
|
Increase simulated clientY value
The the difference in position must be greater than
ol.pointer.MouseSource.DEDUP_DIST
|
2014-03-17 12:04:10 +01:00 |
|
Frederic Junod
|
391f81f838
|
Fix simulated touch event in tests
|
2014-03-17 10:35:13 +01:00 |
|
Frédéric Junod
|
593bb46708
|
Merge pull request #1865 from fredj/device-orientation
Make ol.DeviceOrientation dispatch change events
|
2014-03-17 09:34:29 +01:00 |
|
Frederic Junod
|
2e390794ed
|
Use change event in device-orientation example
|
2014-03-17 09:06:25 +01:00 |
|
Frederic Junod
|
6df7d5afda
|
Make ol.DeviceOrientation dispatch change events
|
2014-03-17 09:05:52 +01:00 |
|
Frederic Junod
|
ee80238ed2
|
Use 'undefined' for undefined numbers
Conflicts:
src/ol/pointer/touchsource.js
|
2014-03-14 10:16:27 +01:00 |
|
Frederic Junod
|
f5b15f737f
|
Move DEDUP_TIMEOUT and CLICK_COUNT_TIMEOUT constants out of the instance
|
2014-03-14 10:16:27 +01:00 |
|
Frederic Junod
|
028a183d11
|
Pass the mapping object to the ol.pointer.EventSource constructor
Conflicts:
src/ol/pointer/mssource.js
|
2014-03-14 10:16:27 +01:00 |
|
Frederic Junod
|
aee76c989d
|
Change ol.BrowserFeature.HAS_POINTER feature detection
Because navigator.pointerEnabled will not be part of the final spec.
See https://www.w3.org/Bugs/Public/show_bug.cgi?id=22890
|
2014-03-14 10:16:27 +01:00 |
|
Frederic Junod
|
a13ade90ad
|
Simplify pointerType string conversion
|
2014-03-14 10:16:27 +01:00 |
|
Frederic Junod
|
08b297e628
|
Use goog.object.get instead of ol.pointer.PointerEvent#getValue_
|
2014-03-14 10:16:27 +01:00 |
|
Frederic Junod
|
b2e946794f
|
Set ol.pointer.*Source#mapping_ properties to private
|
2014-03-14 10:16:27 +01:00 |
|
Frederic Junod
|
a916e2500b
|
Add ol.pointer.TouchSource.POINTER_TYPE constant
|
2014-03-14 10:16:26 +01:00 |
|
Frederic Junod
|
a74ad0e459
|
Remove ol.pointer.*Source#events properties
|
2014-03-14 10:16:26 +01:00 |
|
Frederic Junod
|
6b4b62dd3a
|
Use goog.object.get instead of ol.pointer.PointerEvent#getValueOr_
|
2014-03-14 10:16:26 +01:00 |
|
Frederic Junod
|
cbb875e504
|
Add extern for Navigator.prototype.pointerEnabled
|
2014-03-14 10:16:26 +01:00 |
|
Frédéric Junod
|
457d5635eb
|
Merge pull request #1857 from fredj/doc
Add missing options in olx.layer.HeatmapOptions
|
2014-03-13 15:57:29 +01:00 |
|
Frederic Junod
|
9a4892bff3
|
Wrap long lines
|
2014-03-13 15:39:46 +01:00 |
|
Frederic Junod
|
d1111bacf3
|
Add missing options in olx.layer.HeatmapOptions
|
2014-03-13 15:38:42 +01:00 |
|
Frédéric Junod
|
9f1b695747
|
Merge pull request #1855 from fredj/const
Add '@const' to ol.BrowserFeature.HAS_ARRAY_BUFFER
|
2014-03-13 11:24:11 +01:00 |
|
Frederic Junod
|
5f43fe6da0
|
Add '@const' to ol.BrowserFeature.HAS_ARRAY_BUFFER
|
2014-03-13 10:54:43 +01:00 |
|
Frédéric Junod
|
7b7bc78f57
|
Merge pull request #1610 from fredj/wms-capabilities
Add ol.format.WMSCapabilities format
|
2014-03-11 17:04:26 +01:00 |
|
Frédéric Junod
|
2ed3b93f34
|
Merge pull request #1553 from fredj/geolocation-geom
Add new 'accuracyGeometry' property to ol.Geolocation
|
2014-03-11 16:40:24 +01:00 |
|
Frederic Junod
|
a267ed4e52
|
Use ol.Sphere#circle to create the accuracy 'circle'
|
2014-03-11 15:42:08 +01:00 |
|
Frederic Junod
|
e62842464c
|
Use accuracyGeometry in geolocation example
|
2014-03-11 15:14:55 +01:00 |
|
Frederic Junod
|
962ed06717
|
Add new 'accuracyGeometry' property to ol.Geolocation
|
2014-03-11 15:13:54 +01:00 |
|
Frédéric Junod
|
7f46a293d2
|
Merge pull request #1839 from fredj/text-offset
Add offsetX and offsetY properties to ol.style.Text
|
2014-03-11 14:35:38 +01:00 |
|
Frederic Junod
|
4a893f7837
|
Add offsetX and offsetY properties to ol.style.Text
|
2014-03-11 14:06:51 +01:00 |
|
Frederic Junod
|
924ecba95c
|
Fix coding style
|
2014-03-10 17:22:35 +01:00 |
|
Frederic Junod
|
2fdae368c2
|
Check if the EX_GeographicBoundingBox is correctly parsed
|
2014-03-10 17:18:04 +01:00 |
|
Frederic Junod
|
ea8c004c76
|
Remove unneeded type cast
|
2014-03-10 17:13:16 +01:00 |
|
Frederic Junod
|
1c13d6ed69
|
Add ol.format.WMSCapabilities
|
2014-03-10 17:06:48 +01:00 |
|
Frederic Junod
|
d7d2b3353d
|
Add ol.xml.makeObjectPropertyPusher
|
2014-03-10 17:06:48 +01:00 |
|
Frederic Junod
|
2f53c4a3ad
|
Add ol.format.XLink
|
2014-03-10 17:06:48 +01:00 |
|
Frederic Junod
|
13698d0d06
|
Add ol.format.XML
|
2014-03-10 17:06:48 +01:00 |
|