Commit Graph

  • f4a4522eb4 Giving vector layers the style they deserve ahocevar 2013-03-02 17:38:01 +01:00
  • fcd5804d2d Symbolizer and SymbolizerLiteral as base class, not interface ahocevar 2013-03-02 14:08:52 +01:00
  • da7820121f Renaming the 'evaluate' method to 'applies' ahocevar 2013-03-02 12:50:53 +01:00
  • 4bdf59bc6b Remove extent property from ol.tilegrid.TileGridOptions Bruno Binet 2013-02-20 16:02:44 +01:00
  • 5b98769234 Merge pull request #896 from mosesonline/refresh-bugfix ahocevar 2013-03-01 07:02:35 -08:00
  • 05227d32d0 [New] Tests for deactivation of refresh strategy mosesonline 2013-03-01 12:52:18 +01:00
  • e1e11ab9c6 [BugFix] visibilitychanged listener is not unregistered on deactivation of Strategy/Refresh. mosesonline 2013-03-01 12:44:29 +01:00
  • 8a66d69d3b Merge pull request #235 from fredj/tilejson-externs Frédéric Junod 2013-03-01 01:17:59 -08:00
  • ff27fd33a1 Merge pull request #232 from tschaub/projection-tests Tim Schaub 2013-02-27 21:06:54 -08:00
  • 709b5f2e73 Merge pull request #236 from fredj/exports Frédéric Junod 2013-02-27 12:51:43 -08:00
  • 5ccf94a395 Do not use goog.now() in the examples (see #229) Frederic Junod 2013-02-27 13:58:30 +01:00
  • 90cb0e8fcb Export ol.easing.* Frederic Junod 2013-02-27 13:52:39 +01:00
  • dda4060d84 Export ol.animation.zoom Frederic Junod 2013-02-27 13:35:32 +01:00
  • 7a8b331213 Fix 'grids' type declaration. Frederic Junod 2013-02-27 10:18:16 +01:00
  • a1bf41a4de Merge pull request #886 from rauldobrota/patch-1 Tim Schaub 2013-02-26 10:37:18 -08:00
  • 3b74f72c56 Add optional kinetic parameter. Frederic Junod 2013-02-26 10:52:53 +01:00
  • 20e8eab142 Add missing 'protected' comment for targetTouches prop. Frederic Junod 2013-02-26 09:46:24 +01:00
  • 585c397a0f Reset position on touch end Frederic Junod 2013-02-25 16:01:22 +01:00
  • c0aa50abfc Split TouchRotateAndZoom interaction. Frederic Junod 2013-02-25 10:30:04 +01:00
  • 52da64564c Tests for getting transforms Tim Schaub 2013-02-25 11:40:55 -07:00
  • ca85c26537 Method for removing cached transforms Tim Schaub 2013-02-25 11:28:14 -07:00
  • 940ba8afa7 Stray debugger Tim Schaub 2013-02-25 11:26:04 -07:00
  • 72ba8c4cbd Smoke test for ol.Projection.getTransformFromCodes Tim Schaub 2013-02-25 10:13:04 -07:00
  • 48e69f7559 Unused var Tim Schaub 2013-02-25 10:11:21 -07:00
  • 86262bf17e Space for linter Tim Schaub 2013-02-25 09:52:33 -07:00
  • 6ceae978bf Merge pull request #231 from probins/projfix Tim Schaub 2013-02-25 09:33:10 -08:00
  • 343d52cff1 Fix bug/typo in projection.getTransform Peter Robins 2013-02-25 15:18:51 +00:00
  • d716a2dec1 Merge pull request #228 from elemoine/fixcomments Éric Lemoine 2013-02-22 14:24:20 -08:00
  • 31bcd2832e Update comments in hosted examples loader Éric Lemoine 2013-02-22 23:23:04 +01:00
  • a8bb782e99 Merge pull request #227 from elemoine/removestandalone Éric Lemoine 2013-02-22 14:22:08 -08:00
  • 981c1dcbd7 Remove examples/standalone dir Éric Lemoine 2013-02-22 23:16:36 +01:00
  • 6ce3ebba5b Merge pull request #226 from twpayne/preserve-low-resolution-tiles Tom Payne 2013-02-22 02:14:41 -08:00
  • 7c10331a92 Merge pull request #890 from tschaub/utfgrid-backbuffer Tim Schaub 2013-02-21 14:50:27 -08:00
  • 7c4df5186f Test clean up Tim Schaub 2013-02-21 12:19:34 -07:00
  • 461c5c4328 Test that createBackBuffer doesn't fail Tim Schaub 2013-02-21 12:17:55 -07:00
  • 8e555dee56 Overriding createBackBuffer in UTFGrid layer Tim Schaub 2013-02-21 12:12:12 -07:00
  • f1a79135b4 Chasing tiles Tim Schaub 2013-02-21 11:31:41 -07:00
  • c36de098bd Avoid creating a TileCoord object when marking used tiles Tom Payne 2013-02-21 16:52:52 +01:00
  • 4c9b70fa5c Move useLowResolutionTiles from layer renderer to tile source Tom Payne 2013-02-21 16:47:10 +01:00
  • b139757987 Merge pull request #224 from twpayne/jslint-clean-ups Tom Payne 2013-02-21 07:23:56 -08:00
  • 47e799ced0 Mark all low resolution tiles as used to prevent cache expiration Tom Payne 2013-02-21 16:14:51 +01:00
  • 57b446fa0a Implement useTile for image tile sources with caches Tom Payne 2013-02-21 16:14:15 +01:00
  • e68c1adbae Add ol.source.TileSource.useTile Tom Payne 2013-02-21 16:13:34 +01:00
  • e513b8cc39 Make it explicit that functions operate on tile sources Tom Payne 2013-02-21 16:12:45 +01:00
  • 03e502fba1 Merge pull request #225 from fredj/css-cleanup Frédéric Junod 2013-02-21 06:35:29 -08:00
  • 9eeea82338 Remove CSS color workarounds. Frederic Junod 2013-02-21 15:21:17 +01:00
  • fabcb313f1 Satisfy JSLint Tom Payne 2013-02-21 15:11:09 +01:00
  • 60f0bdb113 Merge pull request #168 from fredj/touch-events Frédéric Junod 2013-02-21 03:29:51 -08:00
  • a11a98ac1d Merge pull request #221 from elemoine/imagelayer Éric Lemoine 2013-02-20 23:06:11 -08:00
  • 22db2a9f61 Update MapQuest tile URL templates Tim Schaub 2013-02-20 13:33:04 -07:00
  • e23ca1655c Confirm that arbitrary attribute names can be used Tim Schaub 2013-02-20 10:34:10 -07:00
  • 7ce89f1fbe Proper getAttributes method Tim Schaub 2013-02-20 10:32:51 -07:00
  • 0f2f26969d Merge branch 'master' of github.com:openlayers/ol3 into vector Tim Schaub 2013-02-20 10:18:09 -07:00
  • a59aa9bb37 Merge pull request #217 from tschaub/safer-object Tim Schaub 2013-02-20 07:56:07 -08:00
  • 367ea0083c Windows users should run build serve Éric Lemoine 2013-02-20 14:26:55 +01:00
  • da825c27da Update Run examples locally readme section Éric Lemoine 2013-02-20 14:22:13 +01:00
  • 528caa08c2 Merge pull request #220 from elemoine/readme Éric Lemoine 2013-02-20 03:56:48 -08:00
  • 2bc8e1a570 Example uses exported properties Éric Lemoine 2013-02-20 11:55:28 +01:00
  • cf6a27fca3 Export ol.Extent.prototype.getHeight and getWidth Éric Lemoine 2013-02-20 11:54:35 +01:00
  • 68844007b8 Add missing goog.require's Éric Lemoine 2013-02-20 11:53:54 +01:00
  • 5d14b9e2d4 Updated Éric Lemoine 2013-02-20 10:38:25 +01:00
  • 689f8c9d9d Merge pull request #206 from tschaub/interim-tiles Tim Schaub 2013-02-20 00:52:49 -08:00
  • efefb2554a Merge pull request #204 from bartvde/wmscapsfixes Bart van den Eijnden 2013-02-20 00:48:30 -08:00
  • 8d24311bc8 Take the resolution constraint into account. Frederic Junod 2013-02-20 09:37:11 +01:00
  • f24b277dde Update readme Add examples section Éric Lemoine 2013-02-20 09:39:15 +01:00
  • 3e4ae0d79d Stop ongoing kinetic animation Frederic Junod 2013-02-19 15:13:29 +01:00
  • 48ff4a95e0 Remove unused variable, coding style Frederic Junod 2013-02-18 16:39:34 +01:00
  • 8c1d42a318 Listen to both mouse and touch events Frederic Junod 2013-02-18 14:37:09 +01:00
  • 735e534095 Add ol.interaction.TouchRotateAndZoom Frederic Junod 2013-02-18 11:49:36 +01:00
  • d9a1c18300 Add ol.interaction.TouchPan Frederic Junod 2013-02-18 11:29:03 +01:00
  • ccd568ca3b Remove unused goog.require Frederic Junod 2013-02-04 15:16:34 +01:00
  • a066b323f2 Move dblclick handling into touch handlers Frederic Junod 2013-01-29 14:45:15 +01:00
  • 942255e177 Listen to IE pointer events Frederic Junod 2013-01-28 15:55:33 +01:00
  • 0d42e08785 Add listeners for touchstart, touchmove and touchend events Frederic Junod 2013-01-28 15:37:48 +01:00
  • dc40ac6831 Remove touch events handling in handleMouse* handlers Frederic Junod 2013-01-28 15:02:28 +01:00
  • 0296380807 Rename MapBrowserEventHandler internal handlers name Frederic Junod 2013-01-28 14:44:41 +01:00
  • 8f578b88b1 Removing the typed arrays Tim Schaub 2013-02-20 01:15:39 -07:00
  • 176f18c937 Merge branch 'master' of github.com:openlayers/ol3 into vector Tim Schaub 2013-02-20 00:38:07 -07:00
  • d642628545 Example syntax Tim Schaub 2013-02-20 00:21:08 -07:00
  • 9cac8ec2f6 Moving GeoJSON into parser package Tim Schaub 2013-02-20 00:09:38 -07:00
  • 735f490f56 Treating geometry as just another attribute Tim Schaub 2013-02-20 00:02:50 -07:00
  • 0015e466dc Allow instanceof checks for geometries Tim Schaub 2013-02-19 23:21:05 -07:00
  • 083404bd58 Provides for tests Tim Schaub 2013-02-19 23:15:45 -07:00
  • 438664a190 Renaming literals Tim Schaub 2013-02-19 22:35:29 -07:00
  • 7141721bb1 Symbolizers with method for creating literals Tim Schaub 2013-02-19 22:24:21 -07:00
  • 1faa6214f1 Expression literal Tim Schaub 2013-02-19 21:38:10 -07:00
  • 360e37146c Rule is filter and symbolizer, style is collection of rules Tim Schaub 2013-02-19 21:37:40 -07:00
  • 2919906ba6 Add method for getting keys Tim Schaub 2013-02-19 14:47:49 -07:00
  • d6ff58305d Using a dedicated object for value storage Tim Schaub 2013-02-19 14:35:11 -07:00
  • 0707deb465 Properties set with set should not be accessed with bracket Tim Schaub 2013-02-19 14:28:59 -07:00
  • 052e995f2e Key in obj check not appropriate for user supplied keys Tim Schaub 2013-02-19 14:19:40 -07:00
  • 6cfc36d8cc Using hasOwnProperty is better for user keys on objects we control Tim Schaub 2013-02-19 14:17:58 -07:00
  • b9507de3ea Removing unnecessary overhead Tim Schaub 2013-02-19 14:14:36 -07:00
  • 3698049543 View needs to call constructor on super Tim Schaub 2013-02-19 14:03:48 -07:00
  • eef683fcdb Indentation for linter Tim Schaub 2013-02-19 13:58:43 -07:00
  • 80dc7b5bf7 Accept custom isLoaded method in findLoadedTiles method Tim Schaub 2013-02-19 12:13:58 -07:00
  • 6e08f5ef1b Merge pull request #216 from bbinet/remove_tilegrid_extent Bruno Binet 2013-02-19 08:59:06 -08:00
  • 1b984ac06c Fewer tiles to be considered fully loaded Tim Schaub 2013-02-19 09:54:41 -07:00
  • cb0fb64dd9 Merge pull request #214 from fredj/supported-const Frédéric Junod 2013-02-19 08:35:59 -08:00
  • 0835fd6b0a Remove tile grid extent_ property Bruno Binet 2013-02-19 17:21:38 +01:00