Commit Graph

823 Commits

Author SHA1 Message Date
ahocevar b151304630 Prevent default on mousedown and touchstart for all renderers
By doing this on the map renderer, we do not need to duplicate code for the webgl and dom renderers.
2012-09-25 17:28:01 +02:00
Tom Payne 8369924511 Remove debug code 2012-09-25 14:00:19 +02:00
Tom Payne 06ea619989 Avoid re-rendering framebuffer in simple cases 2012-09-25 13:54:15 +02:00
Tom Payne c2e08861e5 Correct order of transformations 2012-09-25 12:23:11 +02:00
Tom Payne 88fd7729e2 Add missing dependency 2012-09-25 12:18:49 +02:00
Tim Schaub 900eead7c6 Correct type for imagesToLoad. Add note about shorter path. 2012-09-25 12:08:02 +02:00
Éric Lemoine 3e01ca97c3 remove the jsunit tests 2012-09-25 12:03:36 +02:00
Tom Payne b435ccc026 Satisfy gjslint 2012-09-25 10:26:10 +02:00
ahocevar 6b8e14c623 Don't trigger extra drag events on touch devices. 2012-09-25 08:30:57 +02:00
Tom Payne 424dbd7582 Remove problematic (and unused) clone methods, move contains out of ol.Rectangle 2012-09-25 00:04:45 +02:00
Tom Payne c43e04ea77 Refactor to support stricter new compiler 2012-09-25 00:03:53 +02:00
Tom Payne 2d7a21eaa0 More gjslint fixes 2012-09-25 00:03:53 +02:00
Tom Payne 8394147df1 Satisfy gjslint 2012-09-24 21:25:29 +02:00
Tom Payne 6006d43656 Remove ol.Rectangle.clone 2012-09-24 18:25:19 +02:00
ahocevar 002e23cb74 Satisfy latest Closure library/tools. 2012-09-24 17:59:34 +02:00
Tim Schaub d51cd1c395 Interaction in ol.interaction namespace. 2012-09-24 17:18:21 +02:00
Tim Schaub ed754fbfdf Control in the ol.control namespace. 2012-09-24 17:15:30 +02:00
Tim Schaub 1f9e2aa3c4 Move Layer into ol.layer namespace. 2012-09-24 17:08:36 +02:00
Tim Schaub c3a41c967e Removing file overviews for now. 2012-09-24 16:58:55 +02:00
Tom Payne a416d1f601 s/TileBounds/TileRange/ 2012-09-24 14:33:24 +02:00
Tom Payne f8c31ba45c s/ol3/ol/ 2012-09-24 14:21:41 +02:00
Tom Payne 6737220b83 Remove ol namespace 2012-09-24 14:07:11 +02:00
Tom Payne 5c76291b74 Remove move dead code 2012-09-19 17:04:12 +02:00
Tom Payne b643cd2fef Merge branch 'exp' 2012-08-30 17:05:32 +02:00
Tom Payne 4aff22e980 ol3 is now internal, ol is now external
As discussed with @ahocevar, @elemoine and @tschaub.
2012-08-29 20:46:42 +02:00
Éric Lemoine cb6c73d99f MapBrowserEvent.getCoordinate may return wrong coords 2012-08-27 11:51:39 +02:00
Éric Lemoine 5998c0a48a Merge pull request #18 from elemoine/domrenderer
DOM renderer changes
2012-08-22 01:34:22 -07:00
Éric Lemoine d0ffc6186d remove FIXMEs 2012-08-22 10:33:30 +02:00
Éric Lemoine 3afe799cf3 dom.LayerRenderer.handleLayerLoad addition 2012-08-21 21:23:45 +02:00
Tom Payne 5d75d42966 Log animation and rendering related actions 2012-08-21 18:33:35 +02:00
Tom Payne 6edc051548 Give each ol.Map instance its own logger 2012-08-21 18:33:02 +02:00
Tom Payne f92d975921 Give each instance its own logger, instead of using a per-class logger 2012-08-21 18:32:22 +02:00
Tom Payne eae8860072 Correct some jsdoc comments 2012-08-21 18:01:02 +02:00
Tom Payne 9fccf439da Don't bother freeing resources when context is lost 2012-08-21 18:00:44 +02:00
Tom Payne 0be2fb6e75 Defer texture loads until post render 2012-08-21 18:00:27 +02:00
Tom Payne f02a0d0471 Fix ol.webgl.MapRenderer.prototype.isImageTextureLoaded 2012-08-21 17:56:57 +02:00
Tom Payne bc22fd9ae4 Add ol.Map.prototype.isAnimating 2012-08-21 17:56:38 +02:00
Tom Payne 1d5cdcb0ac Add Stamen maps support 2012-08-21 15:30:49 +02:00
Tom Payne 7c77b6a88b Respect extent when requesting TileJSON tiles 2012-08-21 15:30:48 +02:00
Éric Lemoine 36b8cb7845 Merge pull request #17 from elemoine/layout
change map HTML layout
2012-08-21 03:09:43 -07:00
Éric Lemoine 95a2b3845c map renderer should call map.render instead of this.render 2012-08-21 06:55:57 +02:00
Éric Lemoine 0fd6629459 map renderer should not render if map is not defined 2012-08-21 06:54:42 +02:00
Éric Lemoine 83994081b5 mouseposition listens to mousemove and mouseout on map viewport 2012-08-20 21:51:23 +02:00
Éric Lemoine d0572c081e webgl canvas element does not need overflow:hidden 2012-08-20 21:50:24 +02:00
Éric Lemoine 21ae6d1be3 DOM map renderer no longer need a viewport 2012-08-20 21:49:40 +02:00
Éric Lemoine a610413811 map renderer target is now map renderer container 2012-08-20 21:48:30 +02:00
Éric Lemoine a9706cd84b Map.handleViewportResize renamed handleBrowserWindowResize 2012-08-20 21:44:57 +02:00
Éric Lemoine 66d4d199b4 map target is now map container 2012-08-20 21:44:29 +02:00
Éric Lemoine ca2b6e4189 map has a viewport 2012-08-20 21:41:44 +02:00
Éric Lemoine 5096964ec2 use setExtent to set extent of TileJSON tile store 2012-08-17 22:07:54 +02:00