Commit Graph

  • 42c4c9d869 No need to pass the element to the constructor. ahocevar 2012-07-12 20:44:32 +02:00
  • 964bbf41bd Add scope to ol.Array.forEach Tom Payne 2012-07-12 19:23:06 +02:00
  • a45cbfdb07 use minus sign Stéphane Brunner 2012-07-12 18:32:30 +02:00
  • f672303f0a New MapHandler base class; better API docs ahocevar 2012-07-12 15:21:15 +02:00
  • 1ad915b428 Shuffling resources; better variable names; better type declarations. ahocevar 2012-07-12 13:43:47 +02:00
  • 8206f11372 be more explicit when calling goog.events.listen and unlisten Éric Lemoine 2012-07-12 08:20:42 +02:00
  • dea307e53a typed objects for map events Éric Lemoine 2012-07-12 08:18:22 +02:00
  • d4106f166d remove reference to ol.control.Navigation from ol.export.js Éric Lemoine 2012-07-12 08:17:23 +02:00
  • 8801542744 add code comments to click and mousewheel handlers Éric Lemoine 2012-07-12 08:14:21 +02:00
  • d517bdc5cd use of goog.events.Event.stopPropagation instead of our own function Éric Lemoine 2012-07-12 07:35:14 +02:00
  • 7ae4fc3eb5 Add initial ol.WebLGLMapRenderer experiments (size not working) Tom Payne 2012-07-11 21:58:18 +02:00
  • e4f729f1b9 Add ol.webglrender.IGLObject Tom Payne 2012-07-11 21:57:01 +02:00
  • 7a4e3aa323 Listen for target resizes in ol.MapRenderer Tom Payne 2012-07-11 21:21:38 +02:00
  • 5c40e1d570 Listen for all camera property changes Tom Payne 2012-07-11 21:20:05 +02:00
  • 9c0ce6e635 Make ol.LayerProperty public Tom Payne 2012-07-11 21:18:47 +02:00
  • 02113f05be Make ol.StoreProperty public Tom Payne 2012-07-11 21:18:34 +02:00
  • 73abd6e8b8 Make ol.CameraProperty public Tom Payne 2012-07-11 21:15:28 +02:00
  • 87853a5f54 Stricter type checking on target Tom Payne 2012-07-11 19:33:17 +02:00
  • a6b37ff83d remove reference to ol.control.Navigation in ol.js Éric Lemoine 2012-07-11 18:00:40 +02:00
  • c6b8a93394 add goog.require for ol.handler.Click in ol.js Éric Lemoine 2012-07-11 17:52:21 +02:00
  • 8194f05ce4 better doc strings for the mousewheel handler Éric Lemoine 2012-07-11 17:49:13 +02:00
  • 62aee1d7ea remove unused function in the mousewheel handler Éric Lemoine 2012-07-11 17:48:48 +02:00
  • d73531bf57 missing goog.require in the mousewheel handler Éric Lemoine 2012-07-11 17:47:16 +02:00
  • 3936c62e77 drag handler constructor should call its parent Éric Lemoine 2012-07-11 17:46:57 +02:00
  • be0f73fb11 better doc strings for the drag handler Éric Lemoine 2012-07-11 17:46:25 +02:00
  • d73410a9b3 add a click handler Éric Lemoine 2012-07-11 17:44:33 +02:00
  • da11a8c34d add ol.ENABLE_DRAG_HANDLER and ol.ENABLE_MOUSEWHEEL_HANDLER @defines, and pass a an object to the handlers for sharing states Éric Lemoine 2012-07-11 17:43:42 +02:00
  • 38f946d944 remove the navigation control and the event target hierarchy Éric Lemoine 2012-07-11 17:38:18 +02:00
  • ae5cdc75b4 the mousewheel handler zooms the map by default Éric Lemoine 2012-07-11 17:35:50 +02:00
  • 00462bb9e4 Move renderers into their own directories Tom Payne 2012-07-10 22:13:18 +02:00
  • 133f6199f7 Fix gjslint errors Tom Payne 2012-07-10 21:01:00 +02:00
  • cf9a41f77e Create camera, layers and projection if not specified Tom Payne 2012-07-10 20:52:32 +02:00
  • a6ea18c4fc Add skeleton HTML Tom Payne 2012-07-10 20:38:28 +02:00
  • 62a25d7242 Add ol.TileLayer.createOpenStreetMap Tom Payne 2012-07-10 20:36:08 +02:00
  • 1485137f7b Add ol.TileStore.createOpenStreetMap Tom Payne 2012-07-10 20:35:49 +02:00
  • b9667c208b Add ol.TileUrlFunction.createFromTemplates Tom Payne 2012-07-10 20:35:19 +02:00
  • d9077f3002 Correct type of opt_values Tom Payne 2012-07-10 20:34:07 +02:00
  • 1298cc3da3 Add ol.Map skeleton Tom Payne 2012-07-10 19:54:15 +02:00
  • 995aa76d1a Add initial ol.DOMMapRenderer skeleton Tom Payne 2012-07-10 19:41:31 +02:00
  • fbefb98026 Add initial ol.WebGLMapRenderer skeleton Tom Payne 2012-07-10 19:41:14 +02:00
  • bcf4d9416c Add initial ol.MapRenderer skeleton Tom Payne 2012-07-10 19:40:48 +02:00
  • 6c1090a2df Add initial ol.LayerRenderer skeleton Tom Payne 2012-07-10 19:40:28 +02:00
  • 06d32b3819 Allow values to be passed to ol.Layer Tom Payne 2012-07-10 19:40:00 +02:00
  • 56de224667 Add missing require Tom Payne 2012-07-10 18:42:50 +02:00
  • 11835b18c9 Remove ol.coord.AccessorInterface Tom Payne 2012-07-10 18:32:17 +02:00
  • b2b9a41be1 Merge tile cache into TileStore Tom Payne 2012-07-10 18:29:55 +02:00
  • 5adbd13705 Add ol.TileCoord.toString Tom Payne 2012-07-10 18:28:56 +02:00
  • e199fbd7f6 Update ol.Tile Tom Payne 2012-07-10 18:21:54 +02:00
  • 01cb568a50 Rename Layer to Store and LayerRendereOptions to Layer Tom Payne 2012-07-10 17:36:20 +02:00
  • 5de1ac3dd6 Don't use typedef for type that is only used once Tom Payne 2012-07-10 17:30:11 +02:00
  • 2dbd9c676b Make name calculations public Tom Payne 2012-07-10 17:25:35 +02:00
  • fc585de50f Cache event types and changed method names Tom Payne 2012-07-10 17:22:50 +02:00
  • 6610496e56 Clean up comments and argument name Tom Payne 2012-07-10 17:03:26 +02:00
  • defffdada8 Allow optional initial values to be passed to ol.Object Tom Payne 2012-07-10 16:56:28 +02:00
  • 5a7c2e72a6 Better type checking in Layer Tom Payne 2012-07-09 15:34:13 +02:00
  • dd3dead3cd Add layer to LayerRendererOptions Tom Payne 2012-07-09 15:29:44 +02:00
  • 1c344ffa9f s/LayerView/LayerRendererOptions/ Tom Payne 2012-07-09 14:26:53 +02:00
  • 10f8f1198b Add ol.TileGrid.createOpenStreetMap Tom Payne 2012-07-09 14:22:25 +02:00
  • 3050268eb0 Add initial ol.TileLayer skeleton Tom Payne 2012-07-08 12:46:30 +02:00
  • 5494c36748 Sort functions alphabetically Tom Payne 2012-07-08 12:44:47 +02:00
  • 40acb70a3c Add ol.TileGrid.getZForResolution Tom Payne 2012-07-08 12:37:22 +02:00
  • 391b5906bc s/getTileResolution/getTileCoordResolution/g Tom Payne 2012-07-08 12:29:23 +02:00
  • d30c30f01d s/TileUrl/TileUrlFunction/ Tom Payne 2012-07-08 12:21:35 +02:00
  • 58e9ba322e Replace corner with xEast/ySouth Tom Payne 2012-07-07 17:13:30 +02:00
  • d444618a11 Add missing @template declaration Tom Payne 2012-07-07 17:12:59 +02:00
  • 24ba87bf92 s/yield/forEach/ Tom Payne 2012-07-07 14:46:01 +02:00
  • 65b0094a78 Test ol.TileGrid.yieldTileCoordParents Tom Payne 2012-07-07 14:44:04 +02:00
  • abb49a899a Add ol.TileBounds.forEachTileCoord Tom Payne 2012-07-07 14:31:14 +02:00
  • 85716afa38 Top should always be greater than or equal to bottom in ol.TileBounds Tom Payne 2012-07-07 13:42:58 +02:00
  • 9a89814896 Store number of resolutions in member variable Tom Payne 2012-07-07 13:27:59 +02:00
  • ff34400d96 Add ol.TileCoord.clone Tom Payne 2012-07-07 14:27:57 +02:00
  • 9712c706ba Test ol.TileGrid.getExtentTileBounds Tom Payne 2012-07-07 13:44:23 +02:00
  • 4ff6f03834 s/getTileBounds/getExtentTileBounds/ Tom Payne 2012-07-07 13:27:19 +02:00
  • 656974090f Pass z when yielding TileCoord parents Tom Payne 2012-07-07 12:55:00 +02:00
  • e63f7d166f Don't crop against TileGrid extent in TileGrid Tom Payne 2012-07-07 12:54:14 +02:00
  • fe38bb694b Re-order functions alphabetically Tom Payne 2012-07-07 12:53:44 +02:00
  • e656597a59 Stricter type checking on ol.TileGrid origins Tom Payne 2012-07-07 12:50:15 +02:00
  • ad30fbe544 Add initial ol.TileGrid tests Tom Payne 2012-07-07 12:49:32 +02:00
  • 896c4c102a Check resolutions are strictly monotonically decreasing Tom Payne 2012-07-07 12:46:53 +02:00
  • 727b2905f7 Suppress gjslint warnings Tom Payne 2012-07-06 20:44:48 +02:00
  • b92a958bcd Add more ol.Array tests Tom Payne 2012-07-06 20:43:29 +02:00
  • 7b6fb0b4ca Enumerate ol.Array properties Tom Payne 2012-07-06 20:40:19 +02:00
  • d70869c702 Rename ol.MVCArray to ol.Array Tom Payne 2012-07-06 20:37:53 +02:00
  • 331ee15ac8 Enumerate ol.Object properties Tom Payne 2012-07-06 20:29:28 +02:00
  • 438d5f2484 Rename ol.MVCObject to ol.Object Tom Payne 2012-07-06 20:25:37 +02:00
  • 4bdaf293b0 Add ol.Extent.transform Tom Payne 2012-07-06 13:24:20 +02:00
  • 9368f05d1c Factor out ol.TransformFunction Tom Payne 2012-07-06 13:23:43 +02:00
  • a2cf655bfa Add ol.Layer Tom Payne 2012-07-06 12:27:31 +02:00
  • 89ec9bf07a Update ol.Projection Tom Payne 2012-07-06 12:16:02 +02:00
  • c56fce2be8 Attempting to clarify. Tim Schaub 2012-07-05 21:45:16 -06:00
  • 94d85d4821 Fix lint warnings Tom Payne 2012-07-05 19:03:54 +02:00
  • 13c8b8b0de Include externs in lint Tom Payne 2012-07-05 19:03:39 +02:00
  • 48cc0bed93 Add externs for Proj4js Tom Payne 2012-07-05 18:15:48 +02:00
  • bd61a0be15 Add ol.LayerView Tom Payne 2012-07-05 16:16:27 +02:00
  • 9900084f46 Add initial ol.TileGrid skeleton Tom Payne 2012-07-05 16:03:54 +02:00
  • afb37035dc Add ol.Extent Tom Payne 2012-07-05 16:02:47 +02:00
  • 8014f68719 Use goog.math.Bounds for extents Tom Payne 2012-07-05 15:55:10 +02:00
  • 25d67e670f Layers should always have an extent Tom Payne 2012-07-05 15:44:48 +02:00
  • dc2993b61d Add ol.Camera Tom Payne 2012-07-05 15:15:34 +02:00
  • c04e3d339f Add ol.TileUrl Tom Payne 2012-07-05 15:03:26 +02:00