tsauerwein
|
b3b7579f84
|
Use atlas manager for circle style
|
2014-11-12 17:22:27 +01:00 |
|
tsauerwein
|
41887e660b
|
Fix call to drawElements
The offset must be given in bytes.
|
2014-11-12 16:29:46 +01:00 |
|
Tim Schaub
|
b269161276
|
A bit more static image doc
|
2014-11-11 19:01:05 -08:00 |
|
Andreas Hocevar
|
96729baa9f
|
Push the feature, not the index
|
2014-11-11 20:09:24 +01:00 |
|
Tim Schaub
|
50c0bc6879
|
Clip rendering to layer extent
|
2014-11-11 08:59:57 -08:00 |
|
Andreas Hocevar
|
08aa6ee82d
|
Do not rely on unstable index
|
2014-11-11 12:35:19 +01:00 |
|
paulsimon
|
89248cf60a
|
Fix jsdoc comment
|
2014-11-10 20:49:20 +01:00 |
|
Éric Lemoine
|
46e436b599
|
Minor refactoring to WebGL image replay func
|
2014-11-10 17:19:31 +01:00 |
|
É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 |
|
Florent gravin
|
0f99f113e3
|
Change format name to WMSGetFeatureInfo
|
2014-11-04 09:39:19 +01:00 |
|
Antoine Abt
|
c0f2187310
|
Make GetFeatureInfo format pass ol2 test suite
|
2014-11-04 09:25:13 +01:00 |
|
Florent gravin
|
759386e37e
|
Add WMS GetFeatureInfo reader format
|
2014-11-04 09:25:13 +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 |
|