Commit Graph

13130 Commits

Author SHA1 Message Date
Frederic Junod d894422b2d Center the clipping region
Use the real canvas size to center the heart. Only visible when
devicePixelRatio is greater than 1.0.
2014-01-06 10:13:45 +01:00
Tom Payne 1499af397d Use assertInstanceof instead of getVectorSource 2014-01-06 09:36:43 +01:00
Tom Payne c97588c1e2 Use assertInstanceof instead of getVectorLayer 2014-01-06 09:36:43 +01:00
Tom Payne 7ee2747948 Always use goog.vec.Mat4.Number instead of goog.vec.Mat.AnyType 2014-01-06 09:29:36 +01:00
Tom Payne 8ed6d760f7 Improve type checking in ol.color.fromString 2014-01-06 09:29:36 +01:00
Tom Payne 58b4d73f3b Improve type checking in ol.geom.simplify 2014-01-06 09:29:35 +01:00
Tom Payne 2a47bf0775 Improve type checking in ol.geom.flat 2014-01-06 09:29:35 +01:00
Frederic Junod 2d971ed58f Add a ol.source.ImageStatic example 2014-01-06 09:11:49 +01:00
Tom Payne f4ab0cbac0 Merge remote-tracking branch 'openlayers/master' into vector-api 2014-01-04 15:02:56 +01:00
Tom Payne c599ceb43d Merge pull request #1458 from Intermedix/bug-insert-valueExtent
Fix bug in ol.structs.RBush#update
2014-01-04 05:46:41 -08:00
Austin Hyde 6ea1482ecf Fix issue with valueExtent_ being cleared while updating extents, but never being repopulated 2014-01-03 15:54:26 -05:00
Tom Payne b049094391 Merge pull request #1456 from twpayne/vector-api-style-function
[vector-api] Add StyleFunction types
2014-01-03 08:30:24 -08:00
Tom Payne 061fed50b7 Move all styleFunction types into ol.feature 2014-01-03 17:23:11 +01:00
Antoine Abt fec4fd6d2f Merge pull request #1452 from tonio/vector-api-dragbox-webgl
[vector-api] Re-enable dragzoom for every renderer
2014-01-03 07:46:14 -08:00
Antoine Abt 2ebfba2235 add Immediate renderer to webgl layer postcompose event 2014-01-03 16:38:25 +01:00
Antoine Abt 6dd504dcb2 Animate DragZoom 2014-01-03 16:38:25 +01:00
Éric Lemoine 975dd31012 Merge pull request #1457 from elemoine/vector-api-extent
[vector-api] Only hit-detect visible features
2014-01-03 07:17:14 -08:00
Tom Payne b5b3e22db9 Merge pull request #1453 from twpayne/clean-ups
Miscellaneous clean-ups
2014-01-03 07:04:20 -08:00
Éric Lemoine 1e54947ebb Only hit-detect visible features 2014-01-03 15:48:23 +01:00
Tom Payne 6da95e49d2 Sort externs files alphabetically 2014-01-03 14:55:02 +01:00
Tom Payne 0e7a545871 Add missing dependency for build/ol-all.js 2014-01-03 14:55:02 +01:00
Tom Payne c6a1967cce Move layer.jsdoc into src/ol/layer 2014-01-03 14:55:02 +01:00
Tom Payne da396039ce Move proj.exports and proj.jsdoc into proj directory 2014-01-03 14:55:02 +01:00
Tom Payne 46267a9059 Use toString() instead of + '' 2014-01-03 14:55:02 +01:00
Antoine Abt 3461b026b6 Do not draw a rotated box, in dragbox/dragzoom
Use pixels to draw a straight box, perserving rotation while zooming
2014-01-03 11:55:28 +01:00
Antoine Abt 47d9fd354b Remove dragzoom example
Since it has been re-added to default controls
2014-01-03 11:55:28 +01:00
Antoine Abt 39cf993b39 Revert "Remove DragZoom from default interactions"
This reverts commit c2330b9786.
2014-01-03 11:55:27 +01:00
Antoine Abt 1142d55565 Add skeleton for webgl immediate renderer 2014-01-03 11:55:27 +01:00
Tom Payne d25ee8df0a Use urls option in igc example 2014-01-02 22:41:21 +01:00
Tom Payne 699cfb3e31 Add urls option to ol.source.KML 2014-01-02 22:40:44 +01:00
Tom Payne c1ceb60f50 Add urls option to ol.source.KML 2014-01-02 22:40:29 +01:00
Tom Payne 8c0e2d3c1a Add urls option to ol.source.GeoJSON 2014-01-02 22:40:09 +01:00
Tom Payne 3769d220d9 Add urls option to ol.source.VectorFile 2014-01-02 22:39:46 +01:00
Tom Payne 310d0dc792 Rename replayes to replays 2014-01-02 22:13:37 +01:00
Tom Payne 752a2acd11 Use toString() instead of + '' 2014-01-02 22:12:34 +01:00
Tom Payne 2342f83a48 Merge remote-tracking branch 'openlayers/master' into vector-api 2014-01-02 18:28:30 +01:00
Tom Payne 94c22055be Merge pull request #1394 from twpayne/zoomify
Zoomify (updated)
2014-01-02 09:19:53 -08:00
Tom Payne 6006d24232 Add comment about fake projection in zoomify example 2014-01-02 18:05:51 +01:00
Tom Payne 8fb44e024b Merge pull request #1437 from twpayne/vector-api-circle
[vector-api] Correct calculation of ol.style.Circle canvas size
2014-01-02 08:45:25 -08:00
Tom Payne 4f312f65f0 Merge pull request #1451 from twpayne/get-content-box-size
Use goog.style.getContentBoxSize to calculate map size
2014-01-02 08:44:30 -08:00
Tom Payne 50b41f93f3 Correct calculation of ol.style.Circle canvas size 2014-01-02 17:27:52 +01:00
Éric Lemoine 2d4b0cfc47 Merge pull request #1450 from elemoine/observable
Export ol.Observable
2014-01-02 07:57:55 -08:00
Tom Payne 9ea44d10ce Use goog.style.getContentBoxSize to calculate map size
This takes into account any border.
2014-01-02 16:49:09 +01:00
Éric Lemoine 78504831e6 Export ol.Observable
This is so on, un and friends appear in the api docs.
2014-01-02 16:40:43 +01:00
Tom Payne b1bc7317c7 Enable WebGL and DOM renderers in zoomify example 2014-01-02 16:39:12 +01:00
Tom Payne e99075a452 Use a server that supports CORS in zoomify example 2014-01-02 16:38:52 +01:00
Tom Payne 588846fa44 Use tileClass option to ol.source.Zoomify 2014-01-02 15:53:22 +01:00
Tom Payne c85fe457a7 Add tileClass option to ol.source.TileImage 2014-01-02 15:53:16 +01:00
Tom Payne 969c32a883 Re-enable checking of Zoomify example 2014-01-02 15:34:09 +01:00
Tom Payne 541fb17773 Use prettier image in zoomify example 2014-01-02 15:26:56 +01:00