Tom Payne
|
37ef03c956
|
Re-enable logging
|
2013-04-29 12:50:37 +02:00 |
|
Tom Payne
|
5bfef2805d
|
Merge pull request #663 from twpayne/render-error-tiles-as-empty
Render error tiles as empty
|
2013-04-28 08:21:51 -07:00 |
|
Tom Payne
|
65a2aef4ed
|
Merge pull request #658 from twpayne/ol-object-events
ol.Object events
|
2013-04-28 08:20:29 -07:00 |
|
Frederic Junod
|
b3e5ac2717
|
Optimize canvas renderer.
Only use setTransform when it's needed (ie. when the view is rotated)
|
2013-04-26 13:32:18 +02:00 |
|
Tom Payne
|
e8109919e9
|
Add ol.Object#onOnce
|
2013-04-25 19:41:03 +02:00 |
|
Tom Payne
|
09fe09e42b
|
Add ol.Object#unByKey
|
2013-04-25 19:41:03 +02:00 |
|
Tom Payne
|
fa2582a2f1
|
Return listener key from ol.Object#on
|
2013-04-25 19:41:02 +02:00 |
|
Tom Payne
|
c576b2a34e
|
Treat image tiles with a zero dimension as empty
|
2013-04-25 15:17:24 +02:00 |
|
Tom Payne
|
d8a4b19b54
|
Render error tiles as empty
|
2013-04-25 14:49:55 +02:00 |
|
Tom Payne
|
e7eb07197e
|
Merge pull request #655 from twpayne/scale-tile-queue
Scale tile queue according to number of sources
|
2013-04-25 05:44:46 -07:00 |
|
Frederic Junod
|
4094ace04b
|
Remove BACKGROUND_COLOR from ol.Map
Let the map be transparent, the background color can be set with CSS.
|
2013-04-24 17:38:25 +02:00 |
|
Frederic Junod
|
6b74dcf75b
|
Update ol.Feature jsdoc
|
2013-04-24 12:35:24 +02:00 |
|
Tom Payne
|
51905b54a2
|
Fix out of scope variables in ol.Map
|
2013-04-23 22:47:22 +02:00 |
|
Tom Payne
|
43f313cb18
|
Scale tile queue according to number of sources
|
2013-04-23 22:18:51 +02:00 |
|
Tom Payne
|
1a72e59c54
|
Fix stray return
|
2013-04-23 16:42:39 +02:00 |
|
Tom Payne
|
ed5433d290
|
Merge pull request #649 from twpayne/fix-canvas-tiles-webgl
Use negative frame index as frame marker
|
2013-04-23 07:16:52 -07:00 |
|
Tom Payne
|
bedfa5e2d3
|
Merge pull request #640 from twpayne/interaction-options
Interaction options
|
2013-04-23 07:11:56 -07:00 |
|
Éric Lemoine
|
5842d771fe
|
Merge pull request #646 from elemoine/target
Make it possible to set map target after map creation
|
2013-04-23 06:33:30 -07:00 |
|
Tom Payne
|
4da61e8ae9
|
Configure ol.interaction.TouchRotate with options
|
2013-04-23 15:31:16 +02:00 |
|
Tom Payne
|
9e8d20aee4
|
Re-use ol.Kinetic object
|
2013-04-23 15:31:16 +02:00 |
|
Tom Payne
|
2dff59a4d4
|
Configure ol.interaction.TouchPan with options
|
2013-04-23 15:31:16 +02:00 |
|
Tom Payne
|
a36b4a0466
|
Configure ol.interaction.DragPan with options
|
2013-04-23 15:31:16 +02:00 |
|
Tom Payne
|
3b9699fbc8
|
Configure ol.interaction.DragZoom with options
|
2013-04-23 15:31:16 +02:00 |
|
Tom Payne
|
48d4554317
|
Configure ol.interaction.KeyboardZoom with options
|
2013-04-23 15:31:16 +02:00 |
|
Tom Payne
|
cc33727fad
|
Configure ol.interaction.KeyboardPan with options
|
2013-04-23 15:31:16 +02:00 |
|
Tom Payne
|
808de79d16
|
Export ol.interaction.DragRotateAndZoom
|
2013-04-23 15:31:15 +02:00 |
|
Tom Payne
|
76a9f80545
|
Update ol.interaction.DragRotateAndZoom
|
2013-04-23 15:31:15 +02:00 |
|
Tom Payne
|
75ac8a4847
|
Export ol.interaction.condition.*
|
2013-04-23 15:31:15 +02:00 |
|
Tom Payne
|
8d29bf3c20
|
Add ol.interaction.condition.always
|
2013-04-23 15:31:15 +02:00 |
|
Tom Payne
|
d90f292c71
|
Initialize all properties in constructor
|
2013-04-23 15:31:15 +02:00 |
|
Tom Payne
|
003ac5536e
|
Configure ol.interaction.DragRotate with options
|
2013-04-23 15:31:15 +02:00 |
|
Tom Payne
|
ef17d4f3b8
|
Rename DblClickZoom to DoubleClickZoom
|
2013-04-23 15:31:15 +02:00 |
|
Tom Payne
|
eb9f6c027b
|
Avoid duplicate property lookup
|
2013-04-23 15:29:17 +02:00 |
|
Tom Payne
|
f2836ea111
|
Configure ol.interaction.DblClickZoom with options
|
2013-04-23 15:29:17 +02:00 |
|
Tom Payne
|
a4d8e1c4d8
|
Correct property in ol.interaction.DefaultsOptions
|
2013-04-23 15:29:17 +02:00 |
|
Tom Payne
|
a85363ac03
|
Use negative frame index as frame marker to avoid conflict with goog.getUid
|
2013-04-23 15:22:49 +02:00 |
|
Éric Lemoine
|
d3d0d1e007
|
Test isElement instead of isDef (thanks @fredj)
|
2013-04-23 14:44:36 +02:00 |
|
Tom Payne
|
b2987d3054
|
Merge pull request #643 from twpayne/fix-dispose
Fix dispose
|
2013-04-23 05:20:05 -07:00 |
|
Frédéric Junod
|
b5076091fa
|
Merge pull request #647 from fredj/wmts.projection
Change ol.source.WMTSOptions.projection type to ol.ProjectionLike
|
2013-04-23 05:15:47 -07:00 |
|
Éric Lemoine
|
11efafffd8
|
Make setTarget accept a string
|
2013-04-23 14:04:46 +02:00 |
|
Frederic Junod
|
29137b5ad1
|
Change ol.source.WMTSOptions.projection type to ol.ProjectionLike
Same type as base class.
|
2013-04-23 13:34:37 +02:00 |
|
Frederic Junod
|
e3bec11d2e
|
Remove unused ol.Object.prototype.changed
|
2013-04-23 11:06:42 +02:00 |
|
Éric Lemoine
|
2dfe36b588
|
Map target may be undefined
|
2013-04-23 10:42:18 +02:00 |
|
Éric Lemoine
|
7547b50bd8
|
Add map property "target"
|
2013-04-23 10:42:18 +02:00 |
|
ahocevar
|
f681a99ce0
|
Merge pull request #638 from ahocevar/kml-options
KML rendering in advanced compilation mode. r=@bartvde
|
2013-04-23 00:09:26 -07:00 |
|
Bart van den Eijnden
|
334b2276cf
|
Merge pull request #641 from bartvde/kmlexample
Add AsyncStringFeatureParser and use plain (r=@ahocevar)
|
2013-04-22 23:35:21 -07:00 |
|
ahocevar
|
8515e30ad8
|
Making the linter happy
... although jsdoc files are none of the linter's business.
|
2013-04-22 22:47:13 +02:00 |
|
ahocevar
|
c16b941909
|
Exporting KML parser options
This is necessary because application developers need to be able
to configure the KML parser.
|
2013-04-22 22:37:20 +02:00 |
|
Tom Payne
|
d8357ae932
|
Fix use of dispose in ol.parser.KML
|
2013-04-22 17:14:31 +02:00 |
|
Frederic Junod
|
abbbe3d41b
|
Fix ol.Geolocation and ol.GeolocationOptions export
|
2013-04-22 16:53:11 +02:00 |
|