Éric Lemoine
|
927cffb2b7
|
Add view abstraction
|
2013-01-09 14:03:16 +01:00 |
|
Tom Payne
|
21331d1065
|
Dispatch generic changed events when any ol.Object property changes
|
2013-01-08 17:26:22 +01:00 |
|
Tom Payne
|
20e0557a4d
|
No need to ignore /bin/*.pyc, refs #95
|
2013-01-07 15:41:26 +01:00 |
|
Tom Payne
|
b40085ca41
|
Fix non-view-related typecasts in ol.renderer.webgl.TileLayer
|
2013-01-07 13:19:00 +01:00 |
|
Tom Payne
|
b12711fa9d
|
Fix non-view-related typecasts in ol.renderer.Map
|
2013-01-07 13:19:00 +01:00 |
|
Tom Payne
|
ddee13d6eb
|
Fix non-view-related typecasts in ol.renderer.dom.TileLayer
|
2013-01-07 13:19:00 +01:00 |
|
Tom Payne
|
80e4c46805
|
Fix non-view-related typecasts in ol.Map
|
2013-01-07 13:19:00 +01:00 |
|
Tom Payne
|
e52ec0f7a2
|
Fix non-view-related typecasts in interactions
|
2013-01-07 13:18:59 +01:00 |
|
Tom Payne
|
0653546e44
|
Fix non-view-related typecasts in ol.control.Attribution
|
2013-01-07 13:18:59 +01:00 |
|
Tom Payne
|
6b7a3bb3bf
|
Fix typecast in ol.Tile
|
2013-01-07 13:18:59 +01:00 |
|
Tom Payne
|
06bb56eff2
|
Fix typecasts in ol.layer.TileLayer
|
2013-01-07 13:18:59 +01:00 |
|
Tom Payne
|
3ef85a3651
|
Fix typecasts in ol.layer.Layer
|
2013-01-07 13:18:59 +01:00 |
|
Tom Payne
|
e05591f6ab
|
Fix typecast in ol.renderer.webgl.Layer
|
2013-01-07 13:18:59 +01:00 |
|
Tom Payne
|
cadeb209cd
|
Fix typecast in ol.renderer.dom.Layer
|
2013-01-07 13:18:59 +01:00 |
|
Tom Payne
|
5cfae7b3bc
|
Fix typecast in ol.Proj4jsProjection
|
2013-01-07 13:18:59 +01:00 |
|
Tom Payne
|
3f08995cfb
|
Fix typecast in ol.Collection
|
2013-01-07 13:18:59 +01:00 |
|
Tom Payne
|
0e93217396
|
Correctly dispose of layer renderers when layers property changes
|
2013-01-07 13:18:59 +01:00 |
|
Tom Payne
|
196c3ca15e
|
Merge pull request #95 from marcjansen/ignore-pyc
Ignore *.pyc files in root directory.
|
2013-01-07 03:09:34 -08:00 |
|
Frederic Junod
|
4de5adf32d
|
make replaced with build.py
|
2013-01-07 09:16:25 +01:00 |
|
Marc Jansen
|
1670972a9e
|
Ignore all *.pyc files.
|
2013-01-07 09:08:14 +01:00 |
|
Tim Schaub
|
7971ec1b3b
|
Render geometries to a canvas
|
2013-01-07 01:42:31 -05:00 |
|
Tim Schaub
|
7cca691b9f
|
Start of style package
These literals will be used internally only - created when evaluating
non-literal symbolizers (with properties that are expressions).
|
2013-01-07 01:41:02 -05:00 |
|
Tim Schaub
|
997c7145ab
|
Bare bones geom package
|
2013-01-07 01:34:33 -05:00 |
|
Tim Schaub
|
464be78a16
|
Satisfying compiler
|
2013-01-06 10:59:21 -07:00 |
|
Tim Schaub
|
39af56ecb3
|
Satisfying gjslint
|
2013-01-06 10:07:29 -07:00 |
|
Tim Schaub
|
6f929efeb3
|
Merge branch 'master' into vector
|
2013-01-06 09:37:34 -07:00 |
|
Marc Jansen
|
dd566ba595
|
Ignore pake.pyc file.
|
2013-01-06 16:08:21 +01:00 |
|
Tom Payne
|
7ad273082a
|
Correct Stamen source options
|
2013-01-05 18:35:14 +01:00 |
|
Tom Payne
|
cd6c5ee6ed
|
Disable document generation in precommit target, refs #94
Revert this commit when issue #94 is fixed.
|
2013-01-05 18:34:35 +01:00 |
|
Tom Payne
|
d1615db925
|
Merge pull request #93 from twpayne/webgl-renderer-cleanups
WebGL renderer cleanups
|
2013-01-05 03:46:43 -08:00 |
|
Tom Payne
|
cfaee15c9f
|
Factor out color matrix generation, move color matrix into layer renderer
|
2013-01-05 12:30:18 +01:00 |
|
Tom Payne
|
8404142cec
|
Avoid getting map twice
|
2013-01-05 12:18:42 +01:00 |
|
Tom Payne
|
d3a0f87438
|
Remove inadvertent double render
|
2013-01-05 12:18:35 +01:00 |
|
Tom Payne
|
118b233457
|
More strict matrix type
|
2013-01-05 12:17:37 +01:00 |
|
ahocevar
|
3c305db4a4
|
Canvas tile renderer - first cut
Untested and no styling
|
2013-01-04 18:47:33 +01:00 |
|
Tom Payne
|
30ee23d69d
|
Merge pull request #92 from twpayne/request-render-frame
Request render frame
|
2013-01-04 05:02:25 -08:00 |
|
Tom Payne
|
b2bb08eb81
|
Clarify comment
|
2013-01-03 18:16:16 +01:00 |
|
Tom Payne
|
7a36793776
|
Port DOM renderer to request render frame architecture
|
2013-01-03 14:51:15 +01:00 |
|
Éric Lemoine
|
b386c38111
|
Demonstrating user-controlled animation
Inspired from 840ffb6
|
2013-01-03 12:23:50 +01:00 |
|
Éric Lemoine
|
51636ea0d1
|
Only appending tiles to the dom after load
A port of f46cdb4 and 4242ef40 from animation-frame branch.
|
2013-01-03 12:23:50 +01:00 |
|
Tom Payne
|
934c75bc8c
|
Use requestRenderFrame API in interactions
|
2013-01-03 12:23:50 +01:00 |
|
Tom Payne
|
8c44dcf83a
|
Add some WebGL renderer FIXMEs
|
2013-01-03 12:23:50 +01:00 |
|
Tom Payne
|
756792b8db
|
Pass time to render functions and rename them to renderFrame_
|
2013-01-03 12:23:50 +01:00 |
|
Tom Payne
|
783dfe0618
|
Port WebGL renderer to requestRenderFrame
|
2013-01-03 12:23:49 +01:00 |
|
Tom Payne
|
12099bab56
|
Implement @elemoine's requestRenderFrame architecture
|
2013-01-03 12:23:49 +01:00 |
|
Tom Payne
|
18fdb66437
|
Update jsdoc template to be compatible with latest version of jsdoc3
|
2013-01-03 12:15:30 +01:00 |
|
Tom Payne
|
ad983a5e68
|
Add missing semicolon from exampleparser output
|
2013-01-03 11:52:26 +01:00 |
|
Tom Payne
|
7f63e3b8e7
|
Propagate query string to example links
|
2013-01-03 11:50:44 +01:00 |
|
Tom Payne
|
874a311de2
|
Fix bug where all examples were assumed to be under version control
|
2013-01-03 11:31:31 +01:00 |
|
Éric Lemoine
|
7b24c5b54a
|
Merge pull request #90 from elemoine/webglcolorfilter
WebGL color filter
|
2012-12-12 07:33:17 -08:00 |
|