tsauerwein
|
8fcde092c7
|
Set the default of WEBGL_MAX_TEXTURE_SIZE to undefined
By doing so the examples will also work if WebGL is not supported.
|
2014-11-21 09:54:55 +01:00 |
|
tsauerwein
|
40c33a21eb
|
Mark ol.has.WEBGL_MAX_TEXTURE_SIZE as API
|
2014-11-21 09:52:09 +01:00 |
|
tsauerwein
|
ab42965aa2
|
Add hit-detection image to atlas (RegularShape)
|
2014-11-21 09:41:38 +01:00 |
|
tsauerwein
|
4132505313
|
Add hit-detection image to atlas (Circle)
|
2014-11-21 09:41:10 +01:00 |
|
tsauerwein
|
97f8e4ac8d
|
Keep separate atlas for hit-detection images
|
2014-11-21 09:40:22 +01:00 |
|
tsauerwein
|
82ef80cf60
|
Add imageSize and origin for hit-detection image
|
2014-11-21 09:39:38 +01:00 |
|
Éric Lemoine
|
05f71383f9
|
Fix assert in WebGL replay
|
2014-11-21 09:33:45 +01:00 |
|
Éric Lemoine
|
ee54d21b89
|
Merge pull request #37 from elemoine/webgl-point-uint
[webgl-point] Use OES_element_index_uint when available
|
2014-11-20 17:08:16 +01:00 |
|
Éric Lemoine
|
7c88329354
|
Use 50000 features in the WebGL vector examples
|
2014-11-20 16:39:25 +01:00 |
|
Éric Lemoine
|
2f7c97f25a
|
Use OES_element_index_uint when available
|
2014-11-20 16:39:25 +01:00 |
|
gberaudo
|
3af2257345
|
Merge pull request #22 from gberaudo/webgl_immediate_point
[webgl-point] Webgl immediate implementation using a replay group
|
2014-11-20 14:01:08 +01:00 |
|
Guillaume Beraudo
|
7d01946fef
|
Removing webgl Immediate delegation code for drawing text
|
2014-11-20 13:53:00 +01:00 |
|
Guillaume Beraudo
|
257784e277
|
More lenient webgl Immediate drawing of a feature.
Remove assert to handle drawing features with supported geometries.
|
2014-11-20 13:53:00 +01:00 |
|
Guillaume Beraudo
|
f1402522b5
|
More lenient Immediate geometry collection rendering
Render geometry collection elements with a valid renderer inspite of
throwing an assertion error. Allows support of hierarchies of points.
|
2014-11-20 13:53:00 +01:00 |
|
Guillaume Beraudo
|
20ceae2655
|
Webgl immediate implementation for points
Internally uses a replay group to share code.
Modifies the dynamic data example to use PointGeometry
and Feature in addition to MultiPoint.
|
2014-11-20 13:53:00 +01:00 |
|
Tobias Sauerwein
|
9681ec3e10
|
Merge pull request #35 from tsauerwein/webgl-point-fix-examples
Fix examples (minor)
|
2014-11-20 12:01:22 +01:00 |
|
Tobias Sauerwein
|
d5ffd8abac
|
Merge pull request #34 from camptocamp/webgl-point-texture-per-image
Make sure only one texture is created per image
|
2014-11-20 12:01:11 +01:00 |
|
tsauerwein
|
d73e183c89
|
Fix examples
The very last style was not used.
|
2014-11-20 11:50:46 +01:00 |
|
tsauerwein
|
d12db0419c
|
Make sure only one texture is created per image
|
2014-11-20 11:39:25 +01:00 |
|
Tobias Sauerwein
|
c564a0963c
|
Merge pull request #33 from tsauerwein/webgl-point-symbol-atlas
[webgl-point] Use the atlas manager for symbols [WIP]
|
2014-11-20 09:50:03 +01:00 |
|
Bart van den Eijnden
|
4b61e864e7
|
Merge pull request #2960 from bartvde/layergroup-extent
LayerGroup extent should be used if extent not set on child layer
|
2014-11-20 08:53:23 +01:00 |
|
Bart van den Eijnden
|
3db26f1d2b
|
Use the layergroup's extent if no extent provided
|
2014-11-20 08:35:40 +01:00 |
|
Frédéric Junod
|
aba47907ca
|
Merge pull request #2956 from fredj/mousewheel-event-name
Revert "Remove mousewheel event name workaround"
|
2014-11-19 08:19:59 +01:00 |
|
Andreas Hocevar
|
ca3dfe2b35
|
Merge pull request #2959 from ahocevar/unstable-doc-fix
Fix typo in selector
|
2014-11-18 16:53:25 +01:00 |
|
Andreas Hocevar
|
4714c9b380
|
Fix typo in selector
|
2014-11-18 16:37:18 +01:00 |
|
Frederic Junod
|
552f9483cb
|
Revert "Remove mousewheel event name workaround"
This reverts commit 20ce664068.
Reverted upstream: 4ee0daca0e
|
2014-11-18 09:00:50 +01:00 |
|
Frédéric Junod
|
a77b7aa817
|
Merge pull request #2895 from fredj/remove-font-family
Move font-family customization to layout.css
|
2014-11-17 16:43:57 +01:00 |
|
Éric Lemoine
|
3bf4cf28f8
|
Merge pull request #2896 from kalinbas/patch-1
Remove duplicated style parameter
|
2014-11-16 20:24:31 +01:00 |
|
Tim Schaub
|
b1ac2ff2f2
|
Merge pull request #2938 from tschaub/image-static-docs
Additional image static docs.
|
2014-11-16 08:47:19 -08:00 |
|
Tim Schaub
|
46e33a2979
|
Merge pull request #2939 from tschaub/sticky-stability
Make stability checkbox sticky.
|
2014-11-14 16:36:34 -08:00 |
|
Éric Lemoine
|
a306c5327c
|
Merge pull request #2949 from elemoine/rbush-debug
Add ol.ext to hosted dir
|
2014-11-13 21:33:07 -09:00 |
|
Éric Lemoine
|
2b2f745248
|
Add ol.ext to hosted dir
|
2014-11-14 00:16:28 +01:00 |
|
tsauerwein
|
327763cc82
|
Add stars to example
|
2014-11-13 12:04:51 +01:00 |
|
tsauerwein
|
f07e59d63f
|
Add regular shape example
|
2014-11-13 11:52:35 +01:00 |
|
tsauerwein
|
e9e76954b2
|
Integrate atlas manager into RegularShape
|
2014-11-13 11:48:23 +01:00 |
|
Frédéric Junod
|
41eeed5f35
|
Merge pull request #2943 from fredj/applyTransform-api
Mark applyTransform api stable
|
2014-11-13 11:05:18 +01:00 |
|
tsauerwein
|
7593a18a19
|
Add atlas manager to RegularShapeOptions
|
2014-11-13 10:53:03 +01:00 |
|
tsauerwein
|
ea65f65b37
|
Implement getChecksum for RegularShape
|
2014-11-13 10:50:07 +01:00 |
|
Frederic Junod
|
c701ad6749
|
Mark applyTransform api stable
|
2014-11-13 10:46:06 +01:00 |
|
tsauerwein
|
7e9dd65f8b
|
Add example for symbols in an atlas
|
2014-11-13 10:24:28 +01:00 |
|
Andreas Hocevar
|
cee1575a6c
|
Merge pull request #2936 from ahocevar/unselect-index
Fix unselection of selected features
|
2014-11-13 08:39:40 +01:00 |
|
tsauerwein
|
62e9d259b2
|
Fix @type annotation
A description for @type annotation emits a warning.
|
2014-11-12 17:22:27 +01:00 |
|
tsauerwein
|
b3b7579f84
|
Use atlas manager for circle style
|
2014-11-12 17:22:27 +01:00 |
|
tsauerwein
|
ffced21893
|
Add atlas manager to CircleOptions
|
2014-11-12 17:22:27 +01:00 |
|
Tobias Sauerwein
|
2a5fffaee4
|
Merge pull request #32 from tsauerwein/webgl-point-offset
[webgl-point] Fix call to drawElements
|
2014-11-12 17:21:21 +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
|
39010238b9
|
Make stability checkbox sticky
|
2014-11-11 20:06:26 -08:00 |
|
Tim Schaub
|
b991895c61
|
Similar detail for all crossOrigin options
|
2014-11-11 19:04:25 -08: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 |
|