Éric Lemoine
b1973fcdf4
Render map when layer.setMap(map) called
2015-08-20 10:12:51 +02:00
Éric Lemoine
33da0e7b66
Merge pull request #4008 from elemoine/translate-interaction
...
Add a Translate interaction
2015-08-18 12:26:31 +02:00
Christopher S. Case
d042b4c277
Add a translate-features example
2015-08-18 11:20:31 +02:00
Christopher S. Case
338d0570fd
Add a Translate interaction
...
This allows features to be moved around the map. It works much like the Modify interaction, however it's significantly simpler. It uses the geometry's underlying `translate` function.
2015-08-18 11:17:01 +02:00
Pierre GIRAUD
cafbb82c41
Merge pull request #3230 from pgiraud/collection_editing_style
...
Add stroke to default editing style for geometry collections
2015-08-18 11:05:12 +02:00
Pierre GIRAUD
de0266ded7
Add stroke to default editing style for geometry collections
2015-08-18 10:54:45 +02:00
Éric Lemoine
e703a58c5d
Merge pull request #4007 from elemoine/bind
...
Do not use Function.prototype.bind in examples
2015-08-18 10:53:38 +02:00
Éric Lemoine
fefc39147c
Do not use Function.prototype.bind in examples
...
PhantomJS 1.x does not have Function.prototype.bind, so do not use that function in examples.
2015-08-18 09:47:13 +02:00
Éric Lemoine
d204d7764a
Merge pull request #4006 from elemoine/typo
...
Fix typo (vegetaion -> vegetation)
2015-08-18 09:33:49 +02:00
Éric Lemoine
92655b2d20
Fix typo
2015-08-18 09:12:22 +02:00
Andreas Hocevar
204f8f9813
Merge pull request #3993 from ahocevar/no-duplicate-extenrs
...
Replace base symbols with overridden ones when generating info.json
2015-08-11 18:29:53 +02:00
Andreas Hocevar
b0dd3782a8
Replace base symbols with overridden ones
2015-08-11 17:08:31 +02:00
Frédéric Junod
2ae22a934d
Merge pull request #3992 from fredj/makefile_typo
...
Fix typo in Makefile
2015-08-11 09:46:37 +02:00
Frederic Junod
594eb7fe95
Fix typo in Makefile
2015-08-11 08:59:37 +02:00
Frédéric Junod
c60b80b566
Merge pull request #3989 from fredj/3938
...
Handle JSONP errors in ol.source.TileJSON
2015-08-11 08:54:26 +02:00
Frederic Junod
0578e8f2f6
Handle JSONP errors in ol.source.TileJSON
...
Fixes #3938
2015-08-10 15:28:26 +02:00
Tim Schaub
daf85c75c7
Merge pull request #3983 from tschaub/doc-footer
...
Remove doc footer with timestamp.
2015-08-07 12:59:39 -06:00
Tim Schaub
b94a4832f7
Merge pull request #3984 from tschaub/fewer-blue-buttons
...
Style source control links in examples.
2015-08-07 12:59:10 -06:00
Tim Schaub
ab24d9043e
Minimal source control links
2015-08-07 12:46:15 -06:00
Tim Schaub
6dc7f2cfec
Remove footer with timestamp
2015-08-07 11:22:07 -06:00
Tim Schaub
5b80da7f6e
Merge pull request #3982 from tschaub/build-examples
...
Rebuild examples if package.json changes.
2015-08-07 11:09:43 -06:00
Tim Schaub
0691d1d74e
Rebuild examples if package.json changes
2015-08-07 11:00:28 -06:00
Tim Schaub
ade361479a
Merge pull request #3980 from openlayers/release-v3.8.2
...
Release v3.8.2.
2015-08-07 10:42:53 -06:00
Tim Schaub
0c06a429fb
Update package version to 3.8.2
v3.8.2
2015-08-07 10:18:53 -06:00
Tim Schaub
4233061dda
Changelog vor v3.8.2
2015-08-07 10:18:21 -06:00
Tim Schaub
7e579f1ec0
Merge pull request #3979 from tschaub/ol-url
...
Fix URLs for openlayers.org resources.
2015-08-07 10:14:38 -06:00
Andreas Hocevar
0e538b29c0
Fix URLs for openlayers.org resources
2015-08-07 10:03:00 -06:00
Éric Lemoine
23f29ab65a
Merge pull request #3977 from gberaudo/mark_ol_style_icon_load_api
...
Mark ol.style.Icon#load() @api
2015-08-07 16:33:17 +02:00
Guillaume Beraudo
464ce13b13
Mark ol.style.Icon#load() @api
...
We currently rely on the renderer to load the styles it intents to use.
In Ol3-Cesium we want to allow different styles for 3D and for 2D.
This commit fixes the issue by allowing application code to explicitely
initiate the loading process.
2015-08-07 15:56:07 +02:00
Andreas Hocevar
861e1515d4
Merge pull request #3978 from ahocevar/ol-urls
...
Fix URLs for openlayers.org resources
2015-08-07 14:26:25 +02:00
Andreas Hocevar
2bd0fdf07b
Fix URLs for openlayers.org resources
2015-08-07 13:48:28 +02:00
Éric Lemoine
1921e009e6
Merge pull request #3900 from Jenselme/kmlformat
...
Do not add Style as a feature property
2015-08-07 13:00:11 +02:00
Éric Lemoine
b0584acaa5
Add ol.format.KML.findStyle_ function
...
This commit adds an `ol.format.KML.findStyle_` function to prevent creating a function for every call to `ol.format.KML.createFeatureStyleFunction_`, as suggested by @ahocevar in #3900 .
2015-08-07 11:54:38 +02:00
Éric Lemoine
eb8be03792
Merge pull request #3975 from gberaudo/skip_empty_features_in_webgl_replay
...
Skip features without geometry during webgl replay
2015-08-07 11:38:07 +02:00
Guillaume Beraudo
e57919e55b
Skip features without geometry during webgl replay
...
Setting a feature geometry to null or undefined and triggering a hit
detection was throwing an exception.
This patch handles a batched feature without a geometry in the same
fashion as skipped features.
An equivalent patch has been applied to the canvas replay.
2015-08-07 09:50:25 +02:00
Tim Schaub
b01fa94ecd
Merge pull request #3972 from openlayers/release-v3.8.1
...
Release v3.8.1.
2015-08-06 10:34:14 -06:00
Tim Schaub
47b53ded6d
Update package version to 3.8.1
v3.8.1
2015-08-06 09:12:51 -06:00
Tim Schaub
3c8aeb7287
Changelog for v3.8.1
2015-08-06 09:12:08 -06:00
Tim Schaub
7b899fa767
Merge pull request #3970 from tschaub/cdn-switch
...
Pull builds from openlayers.org.
2015-08-06 09:05:00 -06:00
Andreas Hocevar
73d4ba2a51
Merge pull request #3961 from gberaudo/skip_empty_features_in_replay
...
Skip features without geometry during canvas replay
2015-08-06 13:12:43 +02:00
Andreas Hocevar
a673c39251
Merge pull request #3971 from ahocevar/calculate-new-extent
...
Revert "Cache the image extent"
2015-08-06 08:37:03 +02:00
Andreas Hocevar
a1946a6e69
Revert "Cache the image extent"
...
This reverts commit eb2a30e461 .
2015-08-06 08:15:02 +02:00
Tim Schaub
f695cb012a
Pull builds from openlayers.org
2015-08-05 21:29:08 -06:00
Andreas Hocevar
317a27d6f3
Merge pull request #3964 from rattai/imagewms_extent
...
Compute new image extent for comparison to existing image extent
2015-08-05 22:52:10 +02:00
rattai
eb2a30e461
Cache the image extent
2015-08-05 12:59:41 -04:00
rattai
e49ce543a4
shorten long line
2015-08-04 20:00:59 -04:00
Tim Schaub
575fff6737
Merge pull request #3962 from bjornharrtell/jsdoc-upgrade
...
Upgrade JSDoc to 3.3.2 and remove obsoleted plugins.
2015-08-04 15:26:55 -06:00
rattai
b3f14f09c4
Compute new image extent for comparison to existing image extent
2015-08-04 17:25:47 -04:00
Björn Harrtell
6812de6a77
Upgrade JSDoc to 3.3.2 and remove obsoleted plugins
2015-08-04 22:04:15 +02:00
Andreas Hocevar
0ec70256d6
Merge pull request #3875 from geonux/draw_undo
...
Undo last points method to the draw interraction
2015-08-04 20:25:02 +02:00