Frederic Junod
|
aa823e2b28
|
Better user notification if WebGL is not supported
|
2013-09-06 22:36:39 +02:00 |
|
Frederic Junod
|
393566155d
|
Export ol.*.SUPPORTED symbols
|
2013-09-06 22:34:32 +02:00 |
|
Frédéric Junod
|
48bf1702d4
|
Merge pull request #981 from fredj/side-by-side
Side-by-side example broken
|
2013-09-06 12:51:43 -07:00 |
|
Frederic Junod
|
169e66835d
|
Bind to layergroup instead of layers
|
2013-09-06 18:17:12 +02:00 |
|
Frédéric Junod
|
cd11ebbc8a
|
Merge pull request #976 from fredj/focus_touchend
Reset the map focus on 'mouseout' and 'touchend'
|
2013-09-04 07:06:22 -07:00 |
|
Frederic Junod
|
ae314916cf
|
Reset the map focus on 'mouseout' and 'touchend'
|
2013-09-04 13:21:06 +02:00 |
|
Frédéric Junod
|
25b99d5997
|
Merge pull request #925 from fredj/ms_pointer_events
MSPointer events fixes
|
2013-09-03 22:34:14 -07:00 |
|
Frederic Junod
|
f994c4f8a1
|
Only dispatch touchmove events after a touchstart
|
2013-09-03 09:35:30 +02:00 |
|
Frederic Junod
|
77f6b4ff59
|
Only consider touch events to compute ol.interaction.Touch.targetTouches
|
2013-09-03 09:35:30 +02:00 |
|
Frederic Junod
|
2b5e0c2c31
|
Change touchmove and touchstart listened element to 'document'
As for the mouse events, this allows to drag, zoom or rotate the map
with pointer(s) who moved outside of the viewport.
|
2013-09-03 09:35:30 +02:00 |
|
Frédéric Junod
|
4483725185
|
Merge pull request #933 from fredj/focus
Move focus_ position update into handleMapBrowserEvent
|
2013-09-02 08:16:55 -07:00 |
|
Frédéric Junod
|
7b3a95288e
|
Merge pull request #966 from fredj/geolocation_example
Reduce the width of the div to better see the error messages
|
2013-09-02 05:53:20 -07:00 |
|
Frederic Junod
|
19f8ba75bc
|
Reduce the width of the div to better see the error messages
|
2013-09-02 14:40:34 +02:00 |
|
Frédéric Junod
|
fdc70f3c30
|
Merge pull request #962 from fredj/lint
Reorder goog.require
|
2013-09-02 02:17:55 -07:00 |
|
Frederic Junod
|
34f6ba4ee8
|
Reorder goog.require
|
2013-09-02 11:01:31 +02:00 |
|
Frederic Junod
|
89bdd3bc2c
|
Use a ol.interaction.condition in ol.interaction.Select
|
2013-08-29 16:50:54 +02:00 |
|
Frédéric Junod
|
7298cbd119
|
Merge pull request #926 from fredj/mapbrowserevent_clanup
ol.MapBrowserEvent cleanup
|
2013-08-28 22:08:34 -07:00 |
|
Frederic Junod
|
d091cfd508
|
Move focus_ position update into handleMapBrowserEvent
Otherwise, the position is only updated on keyboard or mouse wheel events.
|
2013-08-28 12:39:25 +02:00 |
|
Frédéric Junod
|
377f031860
|
Merge pull request #932 from fredj/unclosed_div
Fix unclosed div in examples/icon.html
|
2013-08-28 03:36:04 -07:00 |
|
Frederic Junod
|
010eda74df
|
Fix unclosed div in examples/icon.html
|
2013-08-28 11:58:33 +02:00 |
|
Frederic Junod
|
ecf953a125
|
Remove pressed_ variable and rely on down_ to check if a mouse button is pressed
|
2013-08-28 11:28:50 +02:00 |
|
Frederic Junod
|
dc5b209f7f
|
Change previous_ local variable type to boolean
And rename it to pressed_ for clarity; the variable represents whether
the mouse button is pressed
|
2013-08-28 11:16:45 +02:00 |
|
Frederic Junod
|
9306704c1d
|
Add documentation in mapbrowserevent.js
|
2013-08-28 11:16:44 +02:00 |
|
Frédéric Junod
|
637bbeb2a7
|
Merge pull request #903 from fredj/keyboard
Don't react to keyboard events when the focus is on editable inputs
|
2013-08-22 23:40:42 -07:00 |
|
Frederic Junod
|
9e8d559c1b
|
Don't react to keyboard events when the focus is on editable inputs
|
2013-08-20 14:44:40 +02:00 |
|
Frédéric Junod
|
6a276a408d
|
Merge pull request #905 from fredj/css_classes_fixup
IE10 compatibility: full-screen-drag-rotate-and-zoom.html
|
2013-08-19 01:03:01 -07:00 |
|
Frédéric Junod
|
a12d41b1bc
|
Merge pull request #908 from fredj/bing_key
Fix BingMaps API key in example
|
2013-08-15 06:11:19 -07:00 |
|
Frederic Junod
|
c793b18c44
|
Fix BingMaps API key in example
|
2013-08-15 14:10:29 +02:00 |
|
Frederic Junod
|
4afe025c75
|
Add missing space between CSS classes
|
2013-08-15 13:58:58 +02:00 |
|
Frédéric Junod
|
e732b744b7
|
Merge pull request #864 from fredj/upgrade_font-awesome
Upgrade Font Awesome to version 3.2.1
|
2013-07-31 09:21:53 -07:00 |
|
Frédéric Junod
|
d30efdaa71
|
Merge pull request #881 from fredj/examples_css
examples: don't inject ol.css from loader.js
|
2013-07-25 04:48:14 -07:00 |
|
Frederic Junod
|
e13075f6ff
|
Don't inject ol.css from loader.js
|
2013-07-25 11:40:35 +02:00 |
|
Frederic Junod
|
d43581719b
|
IE pointer events names are now defined in goog.events.EventType
|
2013-07-23 08:50:57 +02:00 |
|
Frédéric Junod
|
58d3314f7a
|
Merge pull request #868 from fredj/apidoc
Add basic ol.animation api doc
|
2013-07-19 11:10:16 -07:00 |
|
Frédéric Junod
|
fecda5b094
|
Merge pull request #866 from fredj/object.setOptions
Api docs does not list Object#setValues
|
2013-07-17 23:56:24 -07:00 |
|
Frederic Junod
|
a965d9ee9f
|
Remove unused ol.Object#setOptions function
|
2013-07-17 13:50:43 +02:00 |
|
Frederic Junod
|
2565e00e1d
|
Add basic ol.animation api doc
|
2013-07-17 10:56:19 +02:00 |
|
Frédéric Junod
|
2121a7dc9e
|
Merge pull request #865 from fredj/xyztilegrid_grid_init
tilejson example error
|
2013-07-16 22:40:59 -07:00 |
|
Frederic Junod
|
ad42496948
|
Initialize all the items in tileRangeByZ
|
2013-07-16 15:31:05 +02:00 |
|
Frederic Junod
|
bebac2011b
|
Upgrade Font Awesome to version 3.2.1
|
2013-07-15 10:16:42 +02:00 |
|
Frédéric Junod
|
66a167b4ed
|
Merge pull request #861 from fredj/layer-options
Preserve unexpected items in options object passed to the constructor
|
2013-07-12 14:10:30 -07:00 |
|
Frederic Junod
|
17f0d01e9f
|
Add ol.control.Zoom#zoomByDelta function
To replace ol.control.Zoom#handleIn_ and ol.control.Zoom#handleOut_ callbacks.
|
2013-07-09 14:21:46 +02:00 |
|
Frédéric Junod
|
a071c3521c
|
Merge pull request #848 from fredj/geolocation-example
Update geolocation example to display all the properties
|
2013-07-01 07:28:06 -07:00 |
|
Frédéric Junod
|
6ae4b28db8
|
Merge pull request #847 from fredj/apidoc
API doc update.
|
2013-07-01 07:01:35 -07:00 |
|
Frederic Junod
|
e1f8863bd2
|
Update geolocation example to display all the properties
|
2013-07-01 15:48:50 +02:00 |
|
Frederic Junod
|
1c3369a3f6
|
Add className parameter documentation
|
2013-07-01 15:04:14 +02:00 |
|
Frédéric Junod
|
07d790260c
|
Merge pull request #690 from fredj/layer-options
ol.layer.Layer: default values
|
2013-06-27 04:35:02 -07:00 |
|
Frédéric Junod
|
3800676e97
|
Merge pull request #812 from fredj/812
INTERACTION view hint ever growing on pinch zoom
|
2013-06-26 06:42:25 -07:00 |
|
Frederic Junod
|
87dda95b18
|
Handle ol.ViewHint.INTERACTING in ol.interaction.Touch
|
2013-06-26 09:27:44 +02:00 |
|
Frederic Junod
|
ae7b342ee9
|
Handle ol.ViewHint.INTERACTING in ol.interaction.Drag
|
2013-06-26 09:27:44 +02:00 |
|
Frederic Junod
|
cd13e700ac
|
Pass options to the base class
|
2013-06-25 13:13:41 +02:00 |
|
Frédéric Junod
|
8fe0027d98
|
Merge pull request #805 from fredj/cleanup
ol.Geolocation and ol.DeviceOrientation cleanup
|
2013-06-21 08:07:03 -07:00 |
|
Frédéric Junod
|
2a7b9381bc
|
Merge pull request #807 from fredj/mouse-position
Don't attempt to display the mouse position if the frameState is null
|
2013-06-21 04:51:57 -07:00 |
|
Frederic Junod
|
23f09937bc
|
Don't attempt to display the mouse position if the frameState is null
|
2013-06-21 12:27:39 +02:00 |
|
Frederic Junod
|
9cac8a92df
|
Set default 'tracking' property to false
|
2013-06-21 09:21:48 +02:00 |
|
Frederic Junod
|
c4ce85c847
|
Add missing 'undefined' in type cast
|
2013-06-21 09:14:41 +02:00 |
|
Frédéric Junod
|
f83fe424fb
|
Merge pull request #800 from fredj/control_object
Make ol.control.Control extends ol.Object
|
2013-06-20 22:44:10 -07:00 |
|
Frederic Junod
|
4217c5e47a
|
Meaningful variable names
|
2013-06-20 16:56:59 +02:00 |
|
Frederic Junod
|
22adf354e2
|
Add 'projection' and 'coordinateFormat' to ol.control.MousePosition
|
2013-06-20 16:50:43 +02:00 |
|
Frederic Junod
|
9d63217778
|
Add 'units' property to ol.control.ScaleLine
|
2013-06-20 14:50:32 +02:00 |
|
Frederic Junod
|
cbf0402471
|
Make ol.control.Control extends ol.Object
|
2013-06-19 16:43:59 +02:00 |
|
Frédéric Junod
|
79980bc7be
|
Merge pull request #795 from fredj/pan_actionbutton
Right click pan
|
2013-06-18 22:18:57 -07:00 |
|
Frederic Junod
|
6adedacaf8
|
Only pan the map when the mouse action button is pressed
|
2013-06-18 16:53:03 +02:00 |
|
Frédéric Junod
|
81a167ef01
|
Merge pull request #791 from fredj/mapbrowserevent
ol.MapBrowserEvent: call browserEvent.{preventDefault|stopPropagation}
|
2013-06-18 06:25:43 -07:00 |
|
Frédéric Junod
|
517b4b27d7
|
Merge pull request #688 from fredj/mouse-position
Add ol.control.MousePosition.setProjection
|
2013-06-18 06:04:08 -07:00 |
|
Frederic Junod
|
fd5f4f3dd8
|
API doc strings for preventDefault and stopPropagation
thanks @elemoine
|
2013-06-18 15:02:42 +02:00 |
|
Frederic Junod
|
bed44dd82c
|
Add ol.MapBrowserEvent.stopOtherInteractions
When called, stops the interaction chain.
|
2013-06-18 13:02:17 +02:00 |
|
Frederic Junod
|
2bd87313cd
|
ol.MapBrowserEvent: call browserEvent.{preventDefault|stopPropagation}
|
2013-06-18 11:31:44 +02:00 |
|
Frederic Junod
|
f99fd26386
|
Add ol.control.MousePosition.getProjection
|
2013-06-18 11:20:19 +02:00 |
|
Frederic Junod
|
916dde0045
|
Add ol.control.MousePosition.setProjection
|
2013-06-18 11:12:20 +02:00 |
|
Frédéric Junod
|
153fea538a
|
Merge pull request #788 from fredj/mapevent
Remove defaultPrevented attribut from ol.MapEvent
|
2013-06-17 09:24:12 -07:00 |
|
Frederic Junod
|
ba8684b585
|
Remove defaultPrevented attribut from ol.MapEvent
already defined in parent class: http://docs.closure-library.googlecode.com/git/class_goog_events_Event.html
|
2013-06-12 16:50:12 +02:00 |
|
Frédéric Junod
|
3fab93fc4a
|
Merge pull request #786 from fredj/contextmenu-events
Relay contextmenu browser event
|
2013-06-12 06:06:53 -07:00 |
|
Frederic Junod
|
1de3ffe57e
|
Relay contextmenu browser event
|
2013-06-12 14:14:25 +02:00 |
|
Frédéric Junod
|
55b3cbaf17
|
Merge pull request #552 from fredj/deviceorientation
Add ol.DeviceOrientation
|
2013-06-11 02:09:38 -07:00 |
|
Frédéric Junod
|
526c38a698
|
Merge pull request #769 from fredj/export-supported
Export ol.Geolocation.SUPPORTED
|
2013-06-10 01:37:23 -07:00 |
|
Frederic Junod
|
4d4a654a8e
|
Export ol.DeviceOrientation.SUPPORTED
|
2013-06-08 09:53:06 +02:00 |
|
Frederic Junod
|
79f99485c1
|
Export ol.Geolocation.SUPPORTED
|
2013-06-08 09:32:39 +02:00 |
|
Frederic Junod
|
ea8c970d6e
|
Better device orientation example
|
2013-06-07 16:26:45 +02:00 |
|
Frederic Junod
|
9b00967df0
|
Replace 'changed' with 'change' (see #694)
|
2013-06-07 16:16:02 +02:00 |
|
Frederic Junod
|
b66b0be8b4
|
Add options to ol.DeviceOrientation constructor
|
2013-06-07 16:16:02 +02:00 |
|
Frederic Junod
|
15e5242611
|
Add 'heading' property to ol.DeviceOrientation
|
2013-06-07 16:16:02 +02:00 |
|
Frederic Junod
|
c431cc7f63
|
Add 'tracking' property to ol.DeviceOrientation
|
2013-06-07 16:16:02 +02:00 |
|
Frederic Junod
|
448e300a03
|
Add ol.DeviceOrientation
|
2013-06-07 16:16:02 +02:00 |
|
Frédéric Junod
|
34becd6871
|
Merge pull request #768 from fredj/mouseout
Relay mouseout browser event
|
2013-06-07 01:18:23 -07:00 |
|
Frederic Junod
|
d05bb872f3
|
Relay mouseout browser event
|
2013-06-07 09:48:15 +02:00 |
|
Frédéric Junod
|
286438ae0e
|
Merge pull request #766 from fredj/cleanup
Cleanup
|
2013-06-06 05:12:17 -07:00 |
|
Frederic Junod
|
ece2a4b64c
|
Store listener keys into an array instead of individual variables
|
2013-06-06 12:08:32 +02:00 |
|
Frédéric Junod
|
fd62963ad2
|
Merge pull request #760 from fredj/issue-758
Fix viewportPosition attributes access (closes #758)
|
2013-06-03 02:28:11 -07:00 |
|
Frederic Junod
|
4f0e09c00e
|
Fix viewportPosition attributes access (closes #758)
|
2013-06-03 10:40:13 +02:00 |
|
Frédéric Junod
|
07694c52b0
|
Merge pull request #753 from fredj/size-as-array
Redefine ol.Size to be Array.<number>
|
2013-06-01 08:40:35 -07:00 |
|
Frederic Junod
|
a1a7e21f92
|
Redefine ol.Size to be Array.<number>
|
2013-06-01 10:22:06 +02:00 |
|
Frédéric Junod
|
1d7ca27e61
|
Merge pull request #478 from fredj/pixel-as-array
Redefine ol.Pixel to be Array.<number>
|
2013-05-31 07:26:54 -07:00 |
|
Frederic Junod
|
be081fd44e
|
Redefine ol.Pixel to be Array.<number>
|
2013-05-31 15:53:04 +02:00 |
|
Frédéric Junod
|
e9adc06bee
|
Merge pull request #694 from fredj/backbone-model
Change ol.Object event name syntax
|
2013-05-31 04:33:51 -07:00 |
|
Frederic Junod
|
984002a7ec
|
Change ol.Object event name syntax
'changed' to 'change' and '<attribute>_changed' to 'change:<attribute>'.
|
2013-05-31 12:38:37 +02:00 |
|
Frédéric Junod
|
c28f64efde
|
Merge pull request #742 from fredj/geolocation
Dispatch an error on Geolocation failure
|
2013-05-27 04:36:42 -07:00 |
|
Frederic Junod
|
82d2fa373a
|
Dispatch an error on Geolocation failure
|
2013-05-27 12:46:36 +02:00 |
|
Frédéric Junod
|
e2fa562326
|
Merge pull request #741 from fredj/export-view-constraints
Export constrainResolution and constrainRotation from ol.View2D
|
2013-05-26 23:47:59 -07:00 |
|
Frederic Junod
|
dab8c8dcd0
|
Export constrainResolution and constrainRotation from ol.View2D
|
2013-05-26 08:56:06 +02:00 |
|