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 |
|
Frederic Junod
|
55a8f9a5ec
|
Remove duplicate files
|
2014-03-10 17:06:48 +01:00 |
|
Frederic Junod
|
5fba2dd7d5
|
Move src/ol/parser/* and tests into old directory
|
2014-03-10 17:06:48 +01:00 |
|
Frédéric Junod
|
68f5adc284
|
Merge pull request #1687 from fredj/ol.layer.Heatmap
Add ol.layer.heatmap
|
2014-03-06 15:00:13 +01:00 |
|
Frédéric Junod
|
6fb98851d9
|
Merge pull request #1806 from fredj/overlays-events
Set map in 'add' and 'remove' event handler
|
2014-03-06 13:33:47 +01:00 |
|
Frederic Junod
|
3bc0a6e6f0
|
Don't use Uint32Array for IE compatibility
|
2014-03-06 13:28:18 +01:00 |
|
Frederic Junod
|
c32d8a2e53
|
Add ol.layer.Heatmap class and example
|
2014-03-06 09:14:03 +01:00 |
|
Frederic Junod
|
9d05e08b49
|
Dispatch 'render' event in renderer.canvas.VectorLayer
The context property of the event only contains the vector rendering.
|
2014-03-06 09:14:03 +01:00 |
|
Frederic Junod
|
f0f2a2d2b0
|
Set control map in 'add' and 'remove' event handler
|
2014-03-06 09:03:38 +01:00 |
|
Frederic Junod
|
3dc9d296eb
|
Set interaction map in 'add' and 'remove' event handler
|
2014-03-06 09:01:50 +01:00 |
|
Frederic Junod
|
9d8243a772
|
Set overlay map in 'add' and 'remove' event handler
|
2014-03-06 09:00:00 +01:00 |
|
Frédéric Junod
|
e0d7470dac
|
Merge pull request #1804 from fredj/box-text
Fix ol.render.Box text
|
2014-03-05 13:58:05 +01:00 |
|
Frederic Junod
|
db01363c10
|
Set text style in ol.render.Box
|
2014-03-05 10:33:34 +01:00 |
|
Frederic Junod
|
08d6e060fa
|
Fix coding style
|
2014-03-05 10:33:07 +01:00 |
|
Frédéric Junod
|
d7297795ee
|
Merge pull request #1799 from fredj/mapquest-logo
Use protocol relative logo in ol.source.MapQuest
|
2014-03-04 11:45:18 +01:00 |
|
Frederic Junod
|
39427cf691
|
Use protocol relative logo in ol.source.MapQuest
|
2014-03-04 10:28:05 +01:00 |
|
Frédéric Junod
|
7fd3e2dc7e
|
Merge pull request #1794 from fredj/osmxml-format
Add ol.format.OSMXML and ol.source.OSMXML
|
2014-03-03 14:39:56 +01:00 |
|
Frederic Junod
|
6ab3f6e175
|
Add ol.format.OSMXML and ol.source.OSMXML
|
2014-03-03 14:28:13 +01:00 |
|
Frederic Junod
|
bca9512478
|
Use ol.geom.LineString#getCoordinateAtM in igc example
|
2014-02-28 16:33:02 +01:00 |
|
Frédéric Junod
|
56c45217df
|
Merge pull request #1780 from fredj/unused-require
Remove unused ol.FeatureOverlay require
|
2014-02-28 10:42:46 +01:00 |
|
Frédéric Junod
|
88ea2bebbd
|
Merge pull request #1777 from fredj/polyline-cleanup
ol.format.Polyline cleanup
|
2014-02-28 10:40:11 +01:00 |
|
Frederic Junod
|
01288618cf
|
Remove unused ol.FeatureOverlay require
|
2014-02-28 10:35:10 +01:00 |
|
Frederic Junod
|
7f8d4937f5
|
Remove unused ol.format.Polyline.decodeUnsignedInteger function
|
2014-02-27 13:36:08 +01:00 |
|
Frederic Junod
|
c31f70bf08
|
Remove unused ol.format.Polyline.encodeSignedInteger function
|
2014-02-27 13:36:08 +01:00 |
|
Frederic Junod
|
040b954e15
|
Remove unused ol.format.Polyline.encodeFloat function
|
2014-02-27 13:36:08 +01:00 |
|
Frederic Junod
|
11f718ab22
|
Remove unused ol.format.Polyline.decodeSignedInteger function
|
2014-02-27 13:36:08 +01:00 |
|
Frederic Junod
|
b2b5e60f87
|
Remove unused ol.format.Polyline.decodeFloat function
|
2014-02-27 13:36:08 +01:00 |
|
Frederic Junod
|
6ad63b113d
|
Improve code and apidoc formating
|
2014-02-27 13:36:08 +01:00 |
|
Frédéric Junod
|
99a00b1986
|
Merge pull request #1767 from fredj/ie11-fullscreen
Add fullscreen API support to IE11
|
2014-02-27 12:12:36 +01:00 |
|
Frédéric Junod
|
b8d7bc93b2
|
Merge pull request #1772 from fredj/doc
Minor doc updates
|
2014-02-27 10:57:49 +01:00 |
|
Frederic Junod
|
ac9fe664e0
|
Add fullscreen API support to IE11
|
2014-02-27 09:31:42 +01:00 |
|
Frederic Junod
|
5a940c207a
|
Add ol.BrowserFeature.HAS_FULLSCREEN constant
|
2014-02-27 09:30:05 +01:00 |
|
Frederic Junod
|
2f50fcc56c
|
Better ol.Geolocation documentation
|
2014-02-27 09:25:50 +01:00 |
|
Frederic Junod
|
431ef6ef07
|
Add newline in quick start doc
|
2014-02-27 09:23:23 +01:00 |
|
Frederic Junod
|
2f73816916
|
Fix path to ol.css
|
2014-02-27 09:23:00 +01:00 |
|
Frédéric Junod
|
74dd99485a
|
Merge pull request #1751 from elemoine/vectorlayer
Fix type error in ol.layer.Vector
|
2014-02-26 17:24:04 +01:00 |
|
Frederic Junod
|
69749dee55
|
Fix type error in ol.layer.Vector
|
2014-02-26 16:39:21 +01:00 |
|
Frédéric Junod
|
3b79e2f4c7
|
Merge pull request #1727 from fredj/drop-fontawesome
Remove Font Awesome
|
2014-02-20 09:04:30 +01:00 |
|
Frederic Junod
|
c02920be8f
|
Remove Font Awesome
Everything that we need (icon-arrow-left, icon-arrow-right, icon-plus,
icon-minus, icon-download and icon-flag) is already provided by Bootstrap.
|
2014-02-19 18:04:08 +01:00 |
|
Frédéric Junod
|
f88703053a
|
Merge pull request #1724 from fredj/ol.dom.input
ol.dom.Input cleanups
|
2014-02-19 15:14:11 +01:00 |
|
Frédéric Junod
|
d178e29565
|
Merge pull request #1696 from fredj/ol.style.image-opacity
Add new opacity property to ol.style.Image
|
2014-02-19 11:48:20 +01:00 |
|
Frederic Junod
|
0e73ffa9d9
|
Set ol.style.Icon opacity
|
2014-02-19 11:40:40 +01:00 |
|
Frederic Junod
|
a445e81115
|
Handle image opacity in ol.render.canvas.Immediate
|
2014-02-19 11:40:40 +01:00 |
|
Frederic Junod
|
fca0942c30
|
Handle image opacity in ol.render.canvas.ImageReplay
|
2014-02-19 11:40:40 +01:00 |
|
Frederic Junod
|
430ff9c850
|
Add opacity property to ol.style.Image
|
2014-02-19 11:40:40 +01:00 |
|
Frederic Junod
|
03b979c30a
|
Listen to 'input' and 'change' events
|
2014-02-19 11:37:05 +01:00 |
|
Frederic Junod
|
4e7d697273
|
Add missing function arguments
|
2014-02-19 11:37:05 +01:00 |
|
Frederic Junod
|
c9e9cbc7c8
|
Change ol.dom.Input target param from Element to HTMLInputElement
|
2014-02-19 11:37:05 +01:00 |
|
Frederic Junod
|
1e0ce96e9f
|
Remove 'valueAsNumber' property from observable list
The property was removed in a0bea641d1
|
2014-02-19 09:53:46 +01:00 |
|
Frédéric Junod
|
497a71ca6e
|
Merge pull request #1715 from fredj/apidoc
Minor jsdoc fixes
|
2014-02-17 14:46:58 +01:00 |
|
Frederic Junod
|
d2c2ba3921
|
Add geom.jsdoc
|
2014-02-17 14:31:28 +01:00 |
|
Frederic Junod
|
bef5b0debe
|
Minor api fixes
|
2014-02-17 14:25:34 +01:00 |
|
Frédéric Junod
|
0007b5e3ec
|
Merge pull request #1692 from fredj/osm-tiles
Use protocol relative URL for OSM tiles
|
2014-02-13 12:14:59 +01:00 |
|
Frederic Junod
|
4cb4ab89db
|
Use protocol relative URL for OSM tiles
|
2014-02-13 11:21:27 +01:00 |
|
Frédéric Junod
|
b0698443ab
|
Merge pull request #1679 from fredj/layer-swipe
Use 'input' event for HTML input range
|
2014-02-11 15:41:43 +01:00 |
|
Frederic Junod
|
cd8977fca1
|
Use 'input' event for HTML input range
|
2014-02-11 15:20:21 +01:00 |
|
Frédéric Junod
|
8536bb3d8f
|
Merge pull request #1677 from fredj/xsd-from-string
Add ol.format.XSD.read*String functions
|
2014-02-10 16:34:46 +01:00 |
|
Frederic Junod
|
f06adff56c
|
Add ol.format.XSD.readNonNegativeIntegerString function
|
2014-02-10 16:19:08 +01:00 |
|
Frederic Junod
|
f6629fae6c
|
Add ol.format.XSD.readDecimalString function
|
2014-02-10 16:19:08 +01:00 |
|
Frederic Junod
|
e3deb03e71
|
Add ol.format.XSD.readBooleanString function
|
2014-02-10 16:19:08 +01:00 |
|
Frederic Junod
|
c94b78144f
|
Fix test description
|
2014-02-06 12:48:51 +01:00 |
|