Tim Schaub
83f87a1f1e
Merge pull request #7151 from tschaub/useless-exports
...
Get rid of useless test exports
2017-08-17 18:15:51 -04:00
Marc Jansen
ab132d5b3e
Merge pull request #7150 from marcjansen/less-spies
...
Remove problematic spies from scaleline tests
2017-08-17 15:18:32 -04:00
Tim Schaub
a3e3e99baa
Get rid of useless test exports
2017-08-17 15:16:58 -04:00
Marc Jansen
d6200ff625
Remove problematic spies from scaleline tests
2017-08-17 20:57:42 +02:00
Tim Schaub
f30f6da7bb
Merge pull request #7147 from tschaub/extra-requires
...
Remove unnecessary import in events.test.js
2017-08-17 14:38:42 -04:00
Tim Schaub
967cffc398
Allow longer for first animation to finish
2017-08-17 13:20:49 -04:00
Tim Schaub
d3527bf910
Avoid modifying imports
2017-08-17 13:20:39 -04:00
Tim Schaub
13550fbb4c
Remove unnecessary import in events.test.js
2017-08-17 13:13:39 -04:00
Andreas Hocevar
2a117cce8f
Use data URI instead of whole empty image
2017-08-17 10:43:29 -04:00
Joao Gouveia
a0b76a5604
Adds unit test to test the projection inside the geometry of esriJson
...
This adds a unit test that tests weather the projection (spatial reference)
is being added inside the geometry object when writing features as
esriJson.
2017-08-17 11:21:33 +02:00
Joao Gouveia
5fce1b0351
Adds srsDimension to the pos and posList nodes when writing a WFS transaction
...
The WFS transaction failed if the srsDimension was not present on the
geometries.
Unit tests have been changed to accomodate the srsDimension attribute.
2017-08-17 10:04:16 +02:00
Tim Schaub
73afb656d7
Test fixes
2017-08-16 14:24:42 -04:00
Tim Schaub
3bdddeac1d
More test cleanup
2017-08-16 13:45:13 -04:00
Tim Schaub
46bcce464f
Add missing requires to tests
2017-08-16 13:43:28 -04:00
Tim Schaub
39cf0ee154
Avoid failure when other tests don't clean up
2017-08-16 13:43:28 -04:00
Tim Schaub
0dfd6da5a9
Run rendering tests with the rest of the tests
2017-08-16 13:35:32 -04:00
Tim Schaub
32c26c2524
More consistent clean up
2017-08-16 13:35:31 -04:00
Tim Schaub
44a976eb60
Run tests in real browsers with Karma
2017-08-16 13:35:31 -04:00
Joao Gouveia
163fc2e8e6
Adds Unit testing
2017-08-16 12:13:18 +02:00
Andreas Hocevar
44558b7c89
Merge pull request #7125 from ahocevar/remove-error-vector-tiles
...
Do not try to render error tiles from VectorTile source
2017-08-15 16:34:16 -04:00
Andreas Hocevar
c69cf27218
Trigger change when source tile state changes
...
A VectorImageTile now gets changed() whenever one of its source tiles's state
changes, until all source tiles are LOADED.
2017-08-15 16:12:41 -04:00
Tim Schaub
ae62f5a682
Test that an animation series works with an undefined view
2017-08-15 13:33:19 -04:00
Tim Schaub
940f97e2a7
Make view.animate() tolerate undefined views
2017-08-15 13:28:50 -04:00
Joao Gouveia
f928209256
Fix srsDimension read on GML3 for Geoserver
...
Contrary to Mapserver, Geoserver sets the srsDimension attribute on
the child of the geometry node, not on the points list.
This fix searches that node as well.
A small unit test was also added.
2017-08-15 09:10:17 +02:00
Tim Schaub
93a9799e46
Merge pull request #7122 from tschaub/unanimated
...
Immediately complete no-op animations
2017-08-14 09:43:39 -04:00
Andreas Hocevar
b06efa387c
Merge pull request #7120 from ahocevar/fix-overzoom-hitdetect
...
Fix hit detection for overzoomed vector tiles
2017-08-14 09:21:04 -04:00
Tim Schaub
48178f0e31
Immediately complete no-op animations
2017-08-14 09:08:50 -04:00
Frédéric Junod
d65cabebd6
Merge pull request #7114 from GaborFarkas/webgl_immediate
...
Immediate WebGL text renderer and other improvements
2017-08-14 14:33:45 +02:00
Andreas Hocevar
992cf2b2d6
Fix hit detection for overzoomed vector tiles
2017-08-13 22:53:58 -04:00
Tim Schaub
13a761b7e7
Sensible default tilegrid for vector tiles
2017-08-12 15:16:55 -06:00
GaborFarkas
bb593eaac8
Fix WebGL text offset direction
2017-08-12 14:52:08 +02:00
Tim Schaub
94fb7ca5a6
Function for getting spherical area
2017-08-10 18:30:42 -06:00
Tim Schaub
92c62e5432
Function for getting great circle lengths
2017-08-10 18:05:21 -06:00
Tim Schaub
17b6088a79
Allow drag and drop interaction to be configured with a source
2017-08-10 07:10:13 -06:00
Bart van den Eijnden
23405b80a2
Merge pull request #6825 from oterral/tesselate
...
Read/write Tessellate tag in KML format
2017-08-10 13:27:40 +02:00
Tim Schaub
02cc7d643a
Merge pull request #7093 from tschaub/modify-source
...
Allow modify interaction to be configured with a source
2017-08-09 13:55:33 -06:00
Tim Schaub
86eacefe19
Allow modify interaction to be configured with a source
2017-08-09 13:35:25 -06:00
Andreas Hocevar
7d260c54d3
Add new Map#getFeaturesAtPixel method
2017-08-09 12:58:24 -06:00
Andreas Hocevar
388e2a93cb
Fix scale line for EPSG:4326 maps
2017-08-07 20:42:28 -06:00
Andreas Hocevar
617151c8ff
Simplify the renderer function API
2017-08-05 00:15:58 +02:00
Andreas Hocevar
b3be7e7ba9
Get tilePixelRatio from MVT tiles
2017-08-02 20:11:14 +02:00
Andreas Hocevar
c6b942f185
Allow styles to configure a custom renderer
...
Two new examples show how custom renderers can be used to render text along
paths, and to declutter labels using 3rd party libraries.
2017-07-29 17:57:38 +02:00
Andreas Hocevar
b0b68983f7
Allow to configure Extent interaction with an extent
2017-07-28 13:07:18 +02:00
Tim Schaub
2e903c0293
Remove ol.sphere.WGS84
2017-07-11 08:00:41 -06:00
Andreas Hocevar
59d8d749e3
Merge pull request #6998 from openlayers/greenkeeper/eslint-4.2.0
...
Update eslint to the latest version 🚀
2017-07-09 16:52:47 +02:00
Andreas Hocevar
cff9ef5e63
Remove lint
2017-07-09 16:11:36 +02:00
Andreas Hocevar
7739239e89
Make VectorTile source work with multiple layers
2017-07-09 14:08:08 +02:00
Andreas Hocevar
ee0eb8b1a0
Normalize rotation to values between -180 and 180 degrees after animation
2017-06-28 16:36:33 +02:00
Andreas Hocevar
c0e4da6d8c
Merge pull request #6966 from ahocevar/resolution-for-zoom
...
Add getResolutionForZoom method for ol.View
2017-06-28 13:01:54 +02:00
Andreas Hocevar
72f5ff917f
Merge pull request #6965 from ahocevar/shortest-rotation
...
Use shortest rotation delta for animation
2017-06-28 13:01:33 +02:00