Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Raster #1525

Open
wants to merge 39 commits into
base: master
Choose a base branch
from
Open

Raster #1525

Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
b1404a6
Raster.
tschaub Sep 19, 2011
001aa75
Raster specific build.
tschaub Sep 19, 2011
75ad5e2
Avoiding pink.
tschaub Apr 5, 2012
5fd0056
Merge branch 'master' of github.com:openlayers/openlayers into raster
tschaub Apr 5, 2012
d6e2f83
Example updates.
tschaub Apr 5, 2012
411ba10
Pixel values on events are now fractional.
tschaub Aug 28, 2012
746160f
Example updates.
tschaub Aug 28, 2012
af13c5e
Add toDataURL method for composites generated from tiled layers.
tschaub Aug 28, 2012
8840401
Merge branch 'master' of github.com:openlayers/openlayers into raster
tschaub Aug 28, 2012
6b6aa29
Shell for vector to raster conversion.
tschaub Aug 28, 2012
e4c85e3
Trigger featuremodified when dragging.
tschaub Aug 29, 2012
0d3ffae
Creation of raster composite from vector layer.
tschaub Aug 29, 2012
5efa547
Update raster build.
tschaub Aug 29, 2012
2352456
Download raster composite as PDF.
tschaub Aug 30, 2012
41db5a0
Simple stats example.
tschaub Aug 31, 2012
0673143
Raster stats table.
tschaub Aug 31, 2012
6fd21f9
Build lib for stats example.
tschaub Aug 31, 2012
d38fdbc
Update after tileload and move sequence complete.
tschaub Aug 31, 2012
b8f67c2
Example updates.
tschaub Sep 4, 2012
6cadf76
Zonal stats update.
tschaub Sep 4, 2012
080e622
Vector masking example.
tschaub Sep 4, 2012
2e58133
Namespace to match.
tschaub Sep 4, 2012
77cd1eb
New signature for forEach. Compressed build.
tschaub Sep 4, 2012
5bb8cca
Updated query example.
tschaub Sep 4, 2012
99415de
No updates while tiles loading.
tschaub Sep 5, 2012
c1f24f4
Example updates.
tschaub Sep 5, 2012
7971f2b
Layer switcher tweaks.
tschaub Sep 5, 2012
6a5f92e
Additional example updates.
tschaub Sep 5, 2012
5c514a6
Corrected units.
tschaub Sep 5, 2012
3c9922e
Correct link.
tschaub Sep 5, 2012
f104077
optimize getValue(...) base on browser capabilities
tkunicki Sep 30, 2012
d3d2ad4
changes to support IE Canvas implementation
tkunicki Sep 30, 2012
02de016
add simple implementation of wrapped grid when it's only operand to o…
tkunicki Sep 30, 2012
4706b17
added TypedArray support for raster and grid composite image i/o
tkunicki Sep 30, 2012
be2410e
cleaned canvas context imagedata read and writes for browsers w/o Typ…
tkunicki Oct 2, 2012
08210ca
backport optimizations to pixels as component arrays (Uint8Clamped[])…
tkunicki Oct 3, 2012
1d82387
Update build for examples.
tschaub Oct 17, 2012
7eb5e1c
Merge branch 'master' of github.com:openlayers/openlayers into raster
tschaub Jul 10, 2013
3f2262a
Source updates for examples
tschaub Oct 15, 2013
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1,352 changes: 1,352 additions & 0 deletions OpenLayers.js

Large diffs are not rendered by default.

28 changes: 28 additions & 0 deletions build/raster.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
[first]

[last]

[include]
OpenLayers/Map.js
OpenLayers/Kinetic.js
OpenLayers/Layer/OSM.js
OpenLayers/Layer/WMS.js
OpenLayers/Raster/Operation.js
OpenLayers/Control/Attribution.js
OpenLayers/Control/Navigation.js
OpenLayers/Control/Zoom.js
OpenLayers/Control/DragFeature.js
OpenLayers/Handler/Polygon.js
OpenLayers/Control/DrawFeature.js
OpenLayers/Layer/Raster.js
OpenLayers/Renderer/SVG.js
OpenLayers/Layer/Vector.js
OpenLayers/Control/LayerSwitcher.js
OpenLayers/Strategy/BBOX.js
OpenLayers/Protocol/WFS/v1_1_0.js
OpenLayers/Control/SelectFeature.js
OpenLayers/Request.js

[exclude]


Loading