Commit Graph

2475 Commits

Author SHA1 Message Date
Tom Payne d30c30f01d s/TileUrl/TileUrlFunction/ 2012-07-11 17:20:07 +02:00
Tom Payne 58e9ba322e Replace corner with xEast/ySouth 2012-07-11 17:20:07 +02:00
Tom Payne d444618a11 Add missing @template declaration 2012-07-11 17:20:07 +02:00
Tom Payne 24ba87bf92 s/yield/forEach/ 2012-07-11 17:20:07 +02:00
Tom Payne 65b0094a78 Test ol.TileGrid.yieldTileCoordParents 2012-07-11 17:20:07 +02:00
Tom Payne abb49a899a Add ol.TileBounds.forEachTileCoord 2012-07-11 17:20:07 +02:00
Tom Payne 85716afa38 Top should always be greater than or equal to bottom in ol.TileBounds 2012-07-11 17:20:07 +02:00
Tom Payne 9a89814896 Store number of resolutions in member variable 2012-07-11 17:20:07 +02:00
Tom Payne ff34400d96 Add ol.TileCoord.clone 2012-07-11 17:20:07 +02:00
Tom Payne 9712c706ba Test ol.TileGrid.getExtentTileBounds 2012-07-11 17:20:07 +02:00
Tom Payne 4ff6f03834 s/getTileBounds/getExtentTileBounds/ 2012-07-11 17:20:07 +02:00
Tom Payne 656974090f Pass z when yielding TileCoord parents 2012-07-11 17:20:07 +02:00
Tom Payne e63f7d166f Don't crop against TileGrid extent in TileGrid 2012-07-11 17:20:07 +02:00
Tom Payne fe38bb694b Re-order functions alphabetically 2012-07-11 17:20:07 +02:00
Tom Payne e656597a59 Stricter type checking on ol.TileGrid origins 2012-07-11 17:20:07 +02:00
Tom Payne ad30fbe544 Add initial ol.TileGrid tests 2012-07-11 17:20:06 +02:00
Tom Payne 896c4c102a Check resolutions are strictly monotonically decreasing 2012-07-11 17:20:06 +02:00
Tom Payne b92a958bcd Add more ol.Array tests 2012-07-11 17:20:06 +02:00
Tom Payne 7b6fb0b4ca Enumerate ol.Array properties 2012-07-11 17:20:06 +02:00
Tom Payne d70869c702 Rename ol.MVCArray to ol.Array 2012-07-11 17:20:06 +02:00
Tom Payne 331ee15ac8 Enumerate ol.Object properties 2012-07-11 17:20:06 +02:00
Tom Payne 438d5f2484 Rename ol.MVCObject to ol.Object 2012-07-11 17:20:06 +02:00
Tom Payne 4bdaf293b0 Add ol.Extent.transform 2012-07-11 17:20:06 +02:00
Tom Payne 9368f05d1c Factor out ol.TransformFunction 2012-07-11 17:20:06 +02:00
Tom Payne a2cf655bfa Add ol.Layer 2012-07-11 17:20:06 +02:00
Tom Payne 89ec9bf07a Update ol.Projection 2012-07-11 17:20:06 +02:00
Tom Payne bd61a0be15 Add ol.LayerView 2012-07-11 17:20:06 +02:00
Tom Payne 9900084f46 Add initial ol.TileGrid skeleton 2012-07-11 17:20:05 +02:00
Tom Payne afb37035dc Add ol.Extent 2012-07-11 17:20:05 +02:00
Tom Payne dc2993b61d Add ol.Camera 2012-07-11 17:20:05 +02:00
Tom Payne c04e3d339f Add ol.TileUrl 2012-07-11 17:20:05 +02:00
Tom Payne 6ced2b5815 Update ol.Bounds, remove referenced/unreferenced bounds distinction 2012-07-11 17:20:05 +02:00
Tom Payne a3322aa9e1 Add ol.TileBounds 2012-07-11 17:20:05 +02:00
Tom Payne 9f0738aa99 Add ol.TileCoord 2012-07-11 17:20:05 +02:00
Tom Payne b4e2e45166 Add ol.MVCArray 2012-07-11 17:20:05 +02:00
Tom Payne 97b062fb73 Add ol.MVCObject 2012-07-11 17:20:05 +02:00
Tom Payne 46b4d96fb0 Add all.js for testing 2012-07-11 17:20:05 +02:00
Tom Payne 61038cde5f Move ol.js and ol.export.js into exports/ol.js 2012-07-11 17:20:05 +02:00
Éric Lemoine 357d08df99 the drag handler moves the map by default 2012-07-11 08:31:38 +02:00
Éric Lemoine 82b5a59647 remove ol.event entirely 2012-07-09 21:34:47 +02:00
Éric Lemoine e4ff1a7574 ol.Tile inherits from goog.events.EventTarget 2012-07-09 21:33:08 +02:00
Éric Lemoine f9cb029a74 ol.control.Zoom no longer require ol.event 2012-07-09 21:32:10 +02:00
Éric Lemoine 77b809bead ol.control.Attribution no longer require ol.event 2012-07-09 21:31:56 +02:00
Éric Lemoine a3387bc673 ol.Map requires ol.handler.MouseWheel 2012-07-09 21:11:13 +02:00
Éric Lemoine 04f87f8f73 ol.Map:destroy is back (api tests pass again) 2012-07-09 21:09:42 +02:00
Éric Lemoine aebfb643ac better type checking 2012-07-09 20:51:28 +02:00
Éric Lemoine 127a2c9606 [ol.handler.Drag] receive mousemove/touchmove events when dragstart and dragend only 2012-07-09 20:50:59 +02:00
Éric Lemoine 32757f2cd5 Merge remote branch 'upstream/master' into event 2012-07-09 19:47:46 +02:00
Éric Lemoine 484d0f8d04 use goog.events.dispatchEvent 2012-07-09 09:33:53 +02:00
Éric Lemoine 1679a59835 reset the map DEFAULT_CONTROLS array 2012-07-09 09:33:32 +02:00