Tim Schaub
b724ce6c0d
Remove unused sphere.interpolate() method
2015-08-23 11:54:08 -06:00
Tim Schaub
9cccbd0712
Remove unused sphere.maximumLatitude() method
2015-08-23 11:51:00 -06:00
Tim Schaub
3852be0d7e
Remove unused sphere.initialBearing() method
2015-08-23 11:50:00 -06:00
Tim Schaub
daa4781072
Remove unused sphere.equirectangularDistance() method
2015-08-23 11:48:09 -06:00
Tim Schaub
8ec2bcef17
Remove unused sphere.finalBearing() method
2015-08-23 11:46:20 -06:00
Tim Schaub
c74277cae8
Remove unused sphere.cosineDistance() method
2015-08-23 11:43:26 -06:00
Tim Schaub
bc1328528a
Remove unused sphere.crossTrackDistance() method
2015-08-23 11:41:06 -06:00
Pierre GIRAUD
ff01bba55a
Merge pull request #4031 from pgiraud/popup_size
...
Fixing size of popup
2015-08-21 13:08:33 +02:00
Pierre GIRAUD
8329da8d1c
Fixing size of popup
2015-08-21 11:28:08 +02:00
Éric Lemoine
5865d5bc55
Merge pull request #4023 from elemoine/4003
...
Render map when layer.setMap(map) called
2015-08-20 15:31:07 +02:00
Frédéric Junod
6d7f51f111
Merge pull request #4026 from fredj/fa_css_class
...
Fix Font Awesome CSS class in examples
2015-08-20 12:15:16 +02:00
Frederic Junod
da4b863ad8
Fix Font Awesome CSS class in examples
2015-08-20 11:49:19 +02:00
Frederic Junod
2d92791b17
Remove deprecated checkStructDictInheritance
...
Deprecated since the 20150505 Closure Compiler release.
See https://github.com/google/closure-compiler/wiki/Releases#may-5-2015-v20150505
2015-08-20 11:40:22 +02:00
Frederic Junod
4c615d8ddf
Remove unnecessary cast
...
Found by the latest version of closure-compiler (v20150729)
2015-08-20 11:39:40 +02:00
Marc Jansen
c14d64b4e7
Merge pull request #4024 from marcjansen/docs-featurestylefunction
...
Correct documentation for ol.FeatureStyleFunction
2015-08-20 10:59:08 +02:00
Marc Jansen
c2f4b38981
Correct documentation for ol.FeatureStyleFunction
2015-08-20 10:39:59 +02:00
Éric Lemoine
b1973fcdf4
Render map when layer.setMap(map) called
2015-08-20 10:12:51 +02:00
Éric Lemoine
6260c4d744
Merge pull request #4011 from elemoine/update-segment-data
...
Make Modify interaction listen to feature changes
2015-08-20 09:24:00 +02:00
Marc Jansen
5029b5dc97
Merge pull request #3917 from cmiles74/cluster-source-refresh
...
Resolved issue with cluster source reloading
2015-08-19 17:34:54 +02:00
Andreas Hocevar
7505460d65
Merge pull request #4015 from weskamm/xyzgeturls
...
Add a getUrls Method to ol.source.XYZ
2015-08-19 16:22:57 +02:00
Marc Jansen
e211c908f8
Merge pull request #4019 from marcjansen/editorconfig-cleanup
...
Simplify .editorconfig file
2015-08-19 15:16:54 +02:00
Frédéric Junod
87a1031de5
Merge pull request #4002 from fredj/closure-library
...
Update closure-library to latest commit
2015-08-19 14:51:06 +02:00
Marc Jansen
fef0088bf9
Simplify .editorconfig file
2015-08-19 14:49:28 +02:00
Marc Jansen
8a4bdd4046
Merge pull request #4018 from marcjansen/animation-example
...
Fix rotate buttons in animation example
2015-08-19 14:42:20 +02:00
Marc Jansen
da4d5caea8
Fix rotate buttons in animation example
2015-08-19 14:15:27 +02:00
Marc Jansen
2aa7812fc5
Merge pull request #4013 from marcjansen/update-marked
...
Use a more recent version of marked
2015-08-19 14:01:40 +02:00
Frederic Junod
fdba4fc381
Add a test for ol.Map#getEventPixel
2015-08-19 13:50:14 +02:00
Frederic Junod
8730fc8824
Remove goog.style.getRelativePosition workaround
...
Fixed upstream with https://github.com/google/closure-library/pull/424
2015-08-19 13:50:14 +02:00
Frederic Junod
35d26f1280
Update closure-library to latest commit
2015-08-19 13:50:14 +02:00
Andreas Hocevar
7e7494d5c7
Merge pull request #4017 from ahocevar/protect-proj-registry
...
Do not overwrite projections in the registry simply by using `new ol.proj.Projection()`
2015-08-19 13:17:33 +02:00
Andreas Hocevar
a8797ae1ff
Do not overwrite projections in the registry
2015-08-19 13:06:23 +02:00
Johannes Weskamm
a6c49dabcf
Add a getUrls Method to ol.source.XYZ
...
Added the getUrls method to get access to the url / urls property.
When using a tileUrlFunction, getUrls should return null.
This should fix issue #3886
2015-08-19 12:43:35 +02:00
Marc Jansen
296564a4ce
Use a more recent version of marked
...
Quoting from https://nodesecurity.io/advisories/marked_redos :
> Marked 0.3.3 and earlier is vulnerable to regular expression denial of
> service (ReDoS) when certain types of input are passed in to be parsed.
2015-08-18 21:21:51 +02:00
Éric Lemoine
5f7e6ac61a
Make Modify interaction listen to feature changes
...
This commit makes the Modify interaction modify its segment data when the candidate features change.
2015-08-18 16:39:49 +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