Commit Graph

6694 Commits

Author SHA1 Message Date
Tom Payne 228547d0fe Add ol.Map.isDef 2012-07-24 20:47:34 +02:00
Tom Payne 042434bc54 Make cross origin 'anonymous' by default 2012-07-24 15:17:35 +02:00
Tom Payne b1012b5b86 Make extent a function rather than a property 2012-07-24 15:17:35 +02:00
Éric Lemoine 8a8a9a8c9a add map FIXMES 2012-07-23 23:27:03 +02:00
Éric Lemoine 6d28ad2740 use goog.fx.Dragger for map drag 2012-07-23 23:26:48 +02:00
Tom Payne 58bd2182a6 Remove some unnecessary parentheses 2012-07-22 22:37:43 +02:00
Tom Payne 269bd9387e Rename freeze/thaw to freezeRendering/unfreezeRendering 2012-07-22 22:37:43 +02:00
Tom Payne a2f24b9d43 Check that values are in range and avoid unnecessary updates 2012-07-22 22:37:43 +02:00
Tom Payne b809bde576 Activate keyboard zoom by default 2012-07-22 14:54:17 +02:00
Tom Payne 5aa01a4b6b Add ol.control.KeyboardZoom 2012-07-22 14:54:17 +02:00
Tom Payne 0edac78bd0 Activate keyboard pan control by default 2012-07-22 14:54:17 +02:00
Tom Payne ce0866dac4 Add ol.control.KeyboardPan 2012-07-22 14:54:17 +02:00
Tom Payne 463084ab3e Handle keyboard events 2012-07-22 14:54:17 +02:00
Tom Payne 7ed71f7149 Make browserEvent property public 2012-07-22 14:54:17 +02:00
Tom Payne 5e2a5dfbc4 Add missing require 2012-07-22 14:54:17 +02:00
Tom Payne 4b433f0c9b Move file missed in earlier clean-up 2012-07-22 14:54:17 +02:00
Éric Lemoine 75c7bee6d9 update readme.md 2012-07-22 13:48:57 +02:00
Tom Payne ea623b7be6 Fix some stupid bugs in ol.TileBounds 2012-07-22 12:18:56 +02:00
Tom Payne 8987dc8607 Improve modularity 2012-07-22 12:17:06 +02:00
Tom Payne cbafc0795d Add another FIXME 2012-07-22 11:40:48 +02:00
Tom Payne 511ca18b23 Tidy up fragment shader 2012-07-22 11:40:47 +02:00
Tom Payne ec2ab8265c Add brightness and contrast controls, thanks @evanw 2012-07-22 11:40:47 +02:00
Tom Payne 883089c3d1 Sort properties 2012-07-22 11:40:47 +02:00
Tom Payne f280faff67 Add hue and saturation controls, thanks @evanw 2012-07-22 11:40:47 +02:00
Tom Payne 21e3f2fe83 Promote opacity/visibility changes into base class 2012-07-22 11:40:47 +02:00
Tom Payne 65b7504c9f Clean up directory structure 2012-07-22 11:40:47 +02:00
Tom Payne 3eefbaa337 Remove merged code 2012-07-22 03:10:33 +02:00
Tom Payne abc1b4ff04 Rename redraw to render 2012-07-22 03:10:33 +02:00
Tom Payne 33449e657a Add various FIXMEs 2012-07-22 03:10:32 +02:00
Tom Payne f859a48033 Enable side-by-side DOM and WebGL demo 2012-07-22 03:10:32 +02:00
Tom Payne 4906bdced5 Add working WebGL renderer 2012-07-22 03:10:32 +02:00
Tom Payne c82bacb762 Add ol.TileBounds.equals 2012-07-22 03:06:26 +02:00
Tom Payne f46c9e12fb Add ol.TileBounds.containsTileBounds 2012-07-22 03:06:25 +02:00
Éric Lemoine 089f069456 finish porting tschaub's infinite zooming work 2012-07-21 23:53:51 +02:00
Éric Lemoine 014c5e8905 refactoring, and renamings in tilegrid.js (related to continous zooming) 2012-07-21 23:52:56 +02:00
Éric Lemoine 753ebab2ad Revert "add TileLayerRenderer.getPreferredZ_ plus tests". As noted by @twpayne, TileGrid.getZForResolution already returns the "preferred" z for an arbitrary resolution.
This reverts commit 8f5d0ac642.
2012-07-21 16:00:45 +02:00
Tom Payne 89efc96dd5 Don't bother making forEachTileCoord abortable 2012-07-21 01:08:44 +02:00
Tom Payne 277c1ea3a6 Use XYZ to indicate OpenStreetMap-style tile grids 2012-07-21 01:05:55 +02:00
Tom Payne 0602942cf8 Add ol.Color 2012-07-21 01:05:55 +02:00
Tom Payne 0d7426e1be Fix bug where forEachVisibleLayer returned invisible layers 2012-07-21 01:05:55 +02:00
Tom Payne e81e857d75 Merge pull request #12 from fredj/plovr-download
Fix plovr download path
2012-07-20 10:25:08 -07:00
Frederic Junod 0b6f4e348c Fix plovr download path 2012-07-20 13:36:21 +02:00
Éric Lemoine c723e719c6 use ol instead of goog.math 2012-07-19 23:36:16 +02:00
Éric Lemoine 8f5d0ac642 add TileLayerRenderer.getPreferredZ_ plus tests 2012-07-19 23:28:35 +02:00
Éric Lemoine 404d123623 add TileGrid getTileCoordForArbitraryResolution and getTileCoordPixelBoundsForArbitraryResolution + tests, based on @tschaub work 2012-07-19 17:48:39 +02:00
Éric Lemoine 45c067dfda add ol.PixelBounds 2012-07-19 17:47:34 +02:00
Tom Payne 1190bc08db Make demo layer more opaque 2012-07-19 15:47:19 +02:00
Tom Payne e2824745d1 Ensure visibility and opacity are set when DOM layer renderer is created 2012-07-19 15:46:02 +02:00
Tom Payne 08b4ef665b Call inherited method, thanks @elemoine 2012-07-19 14:58:02 +02:00
Tom Payne 9ce406c203 Fix type, thanks @elemoine 2012-07-19 10:48:25 +02:00