Éric Lemoine
|
23a24973eb
|
Merge pull request #30 from elemoine/webgl-point-delete
[webgl-point] Add ol.renderer.webgl.VectorLayer#disposeInternal
|
2014-11-10 17:18:28 +01:00 |
|
Éric Lemoine
|
d9a4482393
|
Add ol.renderer.webgl.VectorLayer#disposeInternal
Implement disposeInternal to free WebGL resources (deleteBuffer and deleteTexture).
|
2014-11-10 16:52:32 +01:00 |
|
Éric Lemoine
|
501e7456c0
|
Merge remote-tracking branch 'upstream/master' into webgl-point-merge
|
2014-11-10 15:40:03 +01:00 |
|
Éric Lemoine
|
87865be9f4
|
Add "color" support to WebGL image replay
This adds support for layer brightness, contrast, hue, saturation.
|
2014-11-10 15:00:35 +01:00 |
|
Éric Lemoine
|
240f425c46
|
Add global opacity support to WebGL image replay
vectorLayer.setOpacity() now works as expected.
|
2014-11-10 14:58:57 +01:00 |
|
Éric Lemoine
|
1de46c68d7
|
Use "discard" in image shader
This leads to better looking Timeline profiles in Chrome's developer tools!
|
2014-11-10 14:58:56 +01:00 |
|
Éric Lemoine
|
96f8a806a6
|
Improvement to view docs
|
2014-11-10 12:48:43 +01:00 |
|
Éric Lemoine
|
fb816b7ab5
|
Fix texture coordinates in WebGL image replay
|
2014-11-10 12:30:59 +01:00 |
|
Frédéric Junod
|
1df7f6c2c7
|
Merge pull request #2906 from fredj/polyline-order
Assume a latitude, longitude order for Polyline format
|
2014-11-10 12:13:35 +01:00 |
|
Éric Lemoine
|
a2cf5b0889
|
Add unit tests for WebGL image replay
|
2014-11-10 11:02:32 +01:00 |
|
Éric Lemoine
|
c79f3aa101
|
Delete WebGL buffers
|
2014-11-10 09:54:04 +01:00 |
|
Éric Lemoine
|
b7376779fb
|
Merge pull request #2927 from elemoine/finishdrawing
Make it possible to programmatically finish drawing
|
2014-11-10 08:55:45 +01:00 |
|
Éric Lemoine
|
2f17106b68
|
Merge pull request #2928 from elemoine/patch-3
Do not rename handleMapBrowserEvent internally
|
2014-11-09 22:44:55 +01:00 |
|
Éric Lemoine
|
f32c550dbe
|
Better docs for handleMapBrowserEvent
|
2014-11-09 22:08:29 +01:00 |
|
Éric Lemoine
|
bdeb195bfb
|
Add finishDrawing to API
This makes it posssible to programmatically finish drawing.
|
2014-11-09 20:50:36 +01:00 |
|
Éric Lemoine
|
583f47d24d
|
No need to pass event to finishDrawing_
|
2014-11-09 20:49:52 +01:00 |
|
Éric Lemoine
|
73e76fe468
|
Add an assertion to avoid compile error
|
2014-11-07 16:48:29 +01:00 |
|
Tobias Sauerwein
|
4c3a7d0248
|
Merge pull request #14 from tsauerwein/webgl-point-atlas-manager
[webgl-point] Add atlas manager
|
2014-11-07 14:50:33 +01:00 |
|
Guillaume Beraudo
|
6abe3047ec
|
Add feature overlay support to webgl map renderer.
|
2014-11-07 14:17:31 +01:00 |
|
Guillaume Beraudo
|
f715e3186a
|
Readability rearangement in canvasmaprenderer.js
|
2014-11-07 11:15:02 +01:00 |
|
tsauerwein
|
fe3cdd8d1b
|
Add AtlasManagerOptions and improve docs
|
2014-11-07 11:12:32 +01:00 |
|
Éric Lemoine
|
0a364b32ed
|
Use LINEAR for icon textures
|
2014-11-07 10:49:58 +01:00 |
|
Éric Lemoine
|
c0acc8d825
|
Add comment describing the vertices sent to GPU
|
2014-11-07 09:59:56 +01:00 |
|
tsauerwein
|
ebe0c6a88c
|
Move AtlasManager to ol.style.AtlasManager
|
2014-11-06 17:51:15 +01:00 |
|
Éric Lemoine
|
0c6a40f5b5
|
Support image rotateWithView
|
2014-11-06 17:16:58 +01:00 |
|
tsauerwein
|
64da2647a6
|
Take space into account when checking size
|
2014-11-06 17:09:34 +01:00 |
|
tsauerwein
|
f0841b38cd
|
Use id string instead of hash code
|
2014-11-06 16:22:46 +01:00 |
|
Éric Lemoine
|
4924f34287
|
Merge pull request #2921 from gberaudo/small_overlay_optimization
Small feature overlay optimization
|
2014-11-06 15:45:40 +01:00 |
|
tsauerwein
|
5ba6ddcecf
|
Only create new atlas after testing all existing
|
2014-11-06 15:28:44 +01:00 |
|
Éric Lemoine
|
fb24c68b9c
|
Support image rotation
|
2014-11-06 15:27:25 +01:00 |
|
tsauerwein
|
509fbaee1c
|
Replace hashCode with checksum
Hash codes are not collision free, so what we
actually need is a checksum.
|
2014-11-06 15:08:34 +01:00 |
|
Guillaume Beraudo
|
6b8a5870ba
|
Small feature overlay optimization
Compute `getSquaredTolerance` once, out of the loops.
|
2014-11-06 11:49:44 +01:00 |
|
Frederic Junod
|
83025fb97d
|
Assume a latitude, longitude order for Polyline format
|
2014-11-06 10:58:52 +01:00 |
|
tsauerwein
|
581b372c6a
|
Add constant ol.has.WEBGL_MAX_TEXTURE_SIZE
|
2014-11-06 10:24:14 +01:00 |
|
Éric Lemoine
|
43756a2d59
|
Support image scale
|
2014-11-06 09:47:24 +01:00 |
|
Éric Lemoine
|
64a7cdf372
|
Implement getImageSize in ol.style.Circle and RegularShape
|
2014-11-06 09:35:47 +01:00 |
|
Éric Lemoine
|
9029c0fdad
|
Use replay maxExtent center as the coord system origin
|
2014-11-06 09:24:47 +01:00 |
|
Frederic Junod
|
4c8d8c21dc
|
Remove 'pointerup' listener in ol.control.OverviewMap
|
2014-11-04 09:21:41 +01:00 |
|
Frederic Junod
|
e32be091a4
|
Remove 'pointerup' listener in ol.control.Attribution
|
2014-11-04 09:21:41 +01:00 |
|
Frederic Junod
|
cc442d964b
|
Remove 'pointerup' listener in ol.control.ZoomToExtent
|
2014-11-04 09:21:40 +01:00 |
|
Frederic Junod
|
e55caef0d2
|
Remove 'pointerup' listener in ol.control.Rotate
|
2014-11-04 09:21:40 +01:00 |
|
Frederic Junod
|
c7a3fcd426
|
Remove 'pointerup' listener in ol.control.Zoom
|
2014-11-04 09:21:40 +01:00 |
|
Frederic Junod
|
224d86802e
|
Remove 'pointerup' listener in ol.control.FullScreen
|
2014-11-04 09:21:40 +01:00 |
|
Éric Lemoine
|
8415a0c8ba
|
Fix type for image replay origin
|
2014-11-04 08:48:43 +01:00 |
|
tsauerwein
|
7618c96c29
|
Double the size when creating new atlases
|
2014-11-03 18:00:57 +01:00 |
|
Éric Lemoine
|
28e51740c6
|
Address precision/jitter problems
Address precision/jitter problems by using coordinates relative to the Replay max extent rather that the world.
|
2014-11-03 17:45:50 +01:00 |
|
Éric Lemoine
|
209d39a460
|
Support image opacity
|
2014-11-03 16:50:33 +01:00 |
|
tsauerwein
|
1bd388188b
|
Add atlas manager
|
2014-11-03 15:40:42 +01:00 |
|
Éric Lemoine
|
05bbfd58a8
|
Support image anchor
|
2014-11-03 15:40:00 +01:00 |
|
Éric Lemoine
|
46b03e79a4
|
Merge remote-tracking branch 'upstream/master' into webgl-point
|
2014-11-03 15:02:22 +01:00 |
|