Frédéric Junod
|
52b4a8f71f
|
Merge pull request #551 from fredj/ol.interaction.Keyboard
Remove ol.interaction.Keyboard
|
2013-04-15 22:47:28 -07:00 |
|
Éric Lemoine
|
96690845eb
|
Merge pull request #548 from elemoine/zoom-css
Bigger + and - zoom buttons on touch devices
|
2013-04-15 03:44:47 -07:00 |
|
Éric Lemoine
|
7351ef038f
|
Merge pull request #549 from elemoine/pan-interaction-fix
Pan interaction fix
|
2013-04-15 03:44:20 -07:00 |
|
Frederic Junod
|
a5e0f06a8e
|
Remove ol.interaction.Keyboard
|
2013-04-15 12:33:09 +02:00 |
|
Éric Lemoine
|
49bf204c13
|
pan interactions call requestRenderFrame on dragend
|
2013-04-15 10:46:55 +02:00 |
|
Éric Lemoine
|
61204d10d8
|
setHint returns new hint value
|
2013-04-15 10:46:30 +02:00 |
|
Éric Lemoine
|
ca8d033fb0
|
Merge pull request #547 from elemoine/touch-anchor
Anchors are incorrect in touch interactions
|
2013-04-14 14:54:10 -07:00 |
|
Éric Lemoine
|
b501230164
|
Bigger + and - zoom buttons on touch devices
|
2013-04-14 23:28:45 +02:00 |
|
Éric Lemoine
|
71fb6087fe
|
Merge pull request #546 from elemoine/view2d
View2D - more consistency and configuration flexibility
|
2013-04-14 13:50:10 -07:00 |
|
Éric Lemoine
|
74feabb4c4
|
Fix rotation anchor for touch rotate interation
|
2013-04-14 22:47:52 +02:00 |
|
Éric Lemoine
|
4b395c72fa
|
Fix zoom anchor for touch zoom interaction
|
2013-04-14 22:47:05 +02:00 |
|
Éric Lemoine
|
48f0e7e2ec
|
More View2D configuration flexibility
|
2013-04-14 22:12:12 +02:00 |
|
Éric Lemoine
|
778aec45d8
|
View2D option "numZoomLevels" changed to "maxZoom"
This is to be consistent with ol.source.XYZ and ol.tilegrid.XYZ.
|
2013-04-14 22:00:09 +02:00 |
|
Éric Lemoine
|
1fe3091f43
|
Fix bug in canvas.TileLayer comments
|
2013-04-12 17:40:28 +02:00 |
|
Éric Lemoine
|
6cc019c031
|
Add comments to ol.renderer.canvas.TileLayer
|
2013-04-12 17:27:40 +02:00 |
|
Tom Payne
|
7c9a1acc2a
|
Merge pull request #535 from twpayne/renderer-clean-ups
Renderer clean-ups
|
2013-04-12 02:49:56 -07:00 |
|
Bart van den Eijnden
|
d1d18ad325
|
Merge pull request #517 from bartvde/kmlfresh3
Add a parser for reading and writing KML (r=@tschaub,@fredj,@twpayne)
|
2013-04-11 23:50:44 -07:00 |
|
Tom Payne
|
be629a7ed8
|
Sort jsdoc comments alphabetically
|
2013-04-12 00:48:55 +02:00 |
|
Tom Payne
|
0371b891a6
|
Tighten up permission on layer renderers
|
2013-04-12 00:48:35 +02:00 |
|
Tom Payne
|
d855a35446
|
Make renderer layer management private
|
2013-04-12 00:33:37 +02:00 |
|
Tom Payne
|
f0106f391a
|
Make ol.renderer.Map.map property private
|
2013-04-12 00:33:37 +02:00 |
|
Tom Payne
|
ee817ba4a2
|
Clean up ol.renderer.webgl.Map.createLayerRenderer
|
2013-04-12 00:33:37 +02:00 |
|
Tom Payne
|
df6e13bdc0
|
Clean up ol.renderer.dom.Map.createLayerRenderer
|
2013-04-12 00:33:33 +02:00 |
|
Frederic Junod
|
7b0e036b83
|
Hide the control if the Fullscreen API is not supported
|
2013-04-11 18:25:31 +02:00 |
|
Frederic Junod
|
8206cf111f
|
Fix full screen button state
|
2013-04-11 18:25:31 +02:00 |
|
Tim Schaub
|
93041becbe
|
Toggle css class and use css content for anchor
|
2013-04-11 18:25:31 +02:00 |
|
Tom Payne
|
cef6fe4930
|
Add full screen control
|
2013-04-11 18:25:31 +02:00 |
|
Tom Payne
|
ac40769155
|
Clear tiles that are not fully covered
|
2013-04-11 15:50:32 +02:00 |
|
Éric Lemoine
|
d1021b6ee0
|
Refactor and fix canvas tile layer renderer
|
2013-04-11 09:26:57 +02:00 |
|
Éric Lemoine
|
a344e4af8c
|
Merge pull request #528 from elemoine/touch
Touch interactions should use requestRenderFrame
|
2013-04-10 22:44:27 -07:00 |
|
ahocevar
|
37ca407e50
|
Merge pull request #529 from ahocevar/global
Don't use window and document
|
2013-04-10 13:56:05 -07:00 |
|
Tim Schaub
|
b499f71d97
|
Add an updateSize method
We need a non-private/protected method to call when the map viewport size changes.
|
2013-04-10 12:47:06 -06:00 |
|
ahocevar
|
a437bea61f
|
Use no browser globals at all
|
2013-04-10 16:53:45 +02:00 |
|
Éric Lemoine
|
b6a6ba95cc
|
Touch zoom interaction requests render frames
|
2013-04-10 16:15:58 +02:00 |
|
Éric Lemoine
|
703842a021
|
Touch rotate interaction requests render frames
|
2013-04-10 16:15:58 +02:00 |
|
Éric Lemoine
|
1e3e7fb0c1
|
Touch pan interaction request render frames
|
2013-04-10 16:15:58 +02:00 |
|
Éric Lemoine
|
ce985ba272
|
Remove extra /**
|
2013-04-10 16:15:58 +02:00 |
|
Éric Lemoine
|
38914bc95b
|
addPreRenderFunction calls requestRenderFrame
So there's no need to call requestRenderFrame prior to calling addPreRenderFunction.
|
2013-04-10 16:15:58 +02:00 |
|
ahocevar
|
dc1d7a1aba
|
Don't use window and document
With this change, our JavaScript can also be executed by
non-brower engines.
|
2013-04-10 15:48:17 +02:00 |
|
ahocevar
|
ae5d1cee1e
|
Merge pull request #527 from ahocevar/jsdoc-filtered
Only document the exported API, not every symbol. r=@elemoint
|
2013-04-10 06:28:25 -07:00 |
|
Éric Lemoine
|
3bb476e752
|
Merge pull request #526 from elemoine/OSM
OpenStreetMap to OSM renaming
|
2013-04-10 06:27:04 -07:00 |
|
Éric Lemoine
|
091cc10f08
|
Merge pull request #520 from elemoine/view2d
The view does not know about the map
|
2013-04-10 05:12:36 -07:00 |
|
ahocevar
|
1e0e30a9ed
|
Use a public return type for a public function
|
2013-04-10 11:34:03 +02:00 |
|
ahocevar
|
8acfa08766
|
Making the linter happy
Although *.jsdoc files are none of the linter's business...
|
2013-04-10 11:24:27 +02:00 |
|
ahocevar
|
9cb85ea9a9
|
Adding the projection namespace
|
2013-04-10 11:18:23 +02:00 |
|
Bart van den Eijnden
|
8cc70f35d9
|
use goog.global, restructure to have ol.parser.KML instead of ol.parser.ogc.KML
|
2013-04-10 10:17:28 +02:00 |
|
Éric Lemoine
|
a694661793
|
OpenStreetMap to OSM renaming
OSM is a well-known name, and is shorter than OpenStreetMap.
|
2013-04-10 10:07:49 +02:00 |
|
Éric Lemoine
|
2d5381ae41
|
Move zoom from View2D to Interaction
|
2013-04-10 08:52:07 +02:00 |
|
Éric Lemoine
|
dbca68650c
|
Move rotate from View2D to Interaction
|
2013-04-10 08:52:06 +02:00 |
|
Éric Lemoine
|
51094139a8
|
Move pan function from View2D to Interaction
|
2013-04-10 08:27:47 +02:00 |
|