Andreas Hocevar
f4469934b8
Merge pull request #11673 from ahocevar/no-multitouch-as-doubleclick
...
Do not emulate dblclick and slingleclick on multi-touch
2020-10-22 11:00:38 +02:00
Andreas Hocevar
de1b4ddb97
Improve tests and fix singleclick
2020-10-21 16:40:16 +02:00
Andreas Hocevar
63a784531d
Do not emulate dblclick on multi-touch
2020-10-21 00:44:25 +02:00
Andreas Hocevar
9c964ce6de
Merge pull request #11646 from ahocevar/unique-tile-key
...
Ensure a unique tile key for each tile coordinate
2020-10-20 21:12:04 +02:00
Andreas Hocevar
f9dab60ca0
Merge pull request #11648 from virtualcitySYSTEMS/dwithin
...
Dwithin filter
2020-10-19 11:18:44 +02:00
Jannes Bolling
6b86c5f78d
recreate old during filter behaviour for backwardscompatibility
2020-10-19 10:37:13 +02:00
Jannes Bolling
b271536b8b
fix Filter namespace handling for WFS 2.0 requests
2020-10-15 18:50:55 +02:00
Andreas Hocevar
527a8ca810
Deal with undefined units from proj4 longlat projections
2020-10-15 00:03:00 +02:00
Jannes Bolling
7261e25566
fix distanceWithin for WFS2.0
2020-10-14 19:09:26 +02:00
Jannes Bolling
ab43047e7a
add new DistanceWithin Filter
2020-10-14 18:15:54 +02:00
Andreas Hocevar
7d6e6fda28
Use a unique key for all tile classes
2020-10-13 22:35:12 +02:00
Maximilian Krög
bf33bd0703
Add Modify test for identical line segments of same geometry
2020-09-29 10:52:35 +02:00
Tim Schaub
1dae9b0ea2
Merge pull request #11568 from rgroothuijsen/OL-11178
...
Fix raster source crash bug when using multiple threads
2020-09-18 21:44:29 -06:00
Rens Groothuijsen
1eea43e669
Add test for multiple raster threads
2020-09-17 22:48:31 +02:00
Maximilian Krög
90d816208c
Add test for View.fit with extent set on View
2020-09-15 17:52:04 +02:00
Andreas Hocevar
beefeaad1a
Merge pull request #11519 from MoonE/multipoint-draw-only-visible
...
Do not draw multipoints outside render extent
2020-09-13 12:03:21 +02:00
Andreas Hocevar
cd017ec2f6
Merge pull request #11532 from ahocevar/tilegrid-docs
...
Make TileGrid behave as documented with extent and sizes options
2020-09-12 20:14:45 +02:00
Maximilian Krög
fb62e7928e
Rename method used for lines.
2020-09-11 23:53:59 +02:00
Frédéric Junod
6b0471c2dc
Merge pull request #11545 from fredj/webgl_className
...
Use the className param in ol.layer.Heatmap
2020-09-11 10:00:30 +02:00
Andreas Hocevar
f145082966
Merge pull request #11548 from ahocevar/bind-tileurlfunction
...
Bind tileUrlFunction before returning it from getTileUrlFunction
2020-09-11 09:43:07 +02:00
Frederic Junod
142fbc0811
Use the className param in ol.layer.Heatmap
2020-09-11 08:23:15 +02:00
Andreas Hocevar
fcf6072061
Merge pull request #11502 from jbelien/wmscapabilities/singlelayer
...
Fix issue with WMS Capabilities containing a single layer
2020-09-10 19:27:18 +02:00
Andreas Hocevar
feb88d1c0d
Merge pull request #11540 from gberaudo/avoid_mvt_reprojection
...
Avoid unnecessary transform in the MVT format
2020-09-10 19:18:33 +02:00
Guillaume Beraudo
39fc6d7816
Avoid unnecessary transform in MVT format
...
When using ol.render.Feature there was a mandatory geometry transform.
With this change it is now easy to read features directly in the native tile projection.
Since there is no needed transform, there is no need either to define an extent and a world extent, for that use-case.
2020-09-10 17:13:30 +02:00
Andreas Hocevar
bff25f9ba4
Bind tileUrlFunction before returning it from getTileUrlFunction
2020-09-10 10:10:52 +02:00
Andreas Hocevar
87954dcee2
Add additional tests
2020-09-09 18:09:43 +02:00
Andreas Hocevar
0ec6674465
Merge pull request #11537 from mike-000/patch-16
...
Add rotation and rotateWithView to ol/style/Circle clone method and options
2020-09-09 18:00:08 +02:00
Andreas Hocevar
0f8c8af833
Make TileGrid behave as documented with extent and sizes options
2020-09-09 16:07:33 +02:00
Andreas Hocevar
915bca5114
Merge pull request #11509 from fgravin/proj-4326-identifier
...
Add urn:x-ogc:def:crs:EPSG:6.6:4326 as WGS84 proj identifier
2020-09-09 10:22:34 +02:00
mike-000
685040347b
Add rotation and rotateWithView
...
Add rotation and rotateWithView to options and clone
Add rotation and rotateWithView to clone test
Also check that scale and displacement arrays are cloned
2020-09-08 16:23:45 +01:00
Andreas Hocevar
f2b790adf1
Make clockwise check work when coordinates are duplicated
2020-09-04 20:47:15 +02:00
Florent gravin
8eb5ac900d
Add urn:x-ogc:def:crs:EPSG:6.6:4326 as WGS84 proj identifier
2020-09-03 15:42:56 +02:00
Jonathan Beliën
6a811ef767
Update WMS Capabilities tests
...
Add test for WMS service with one single layer.
2020-09-01 11:53:49 +00:00
Langbein, Michael
301e083dea
Refactor unittest for WebGLPointsLayerRenderer
...
The test for the prerender and postrender events now uses a WebGLPointsLayer instead of a VectorLayer.
This is less confusing and probably closer to practical usage, too.
2020-08-31 10:29:42 +02:00
Langbein, Michael
7808a8cb9a
Implement unit-tests for WebGLLayerRenderer's new preRender and postRender methods.
...
The test only checks if the event is fired. It does not check for the properties of the RenderEvent object.
2020-08-30 13:20:18 +02:00
mike-000
598f2bb508
Add iconUrlFunction option
...
Test iconUrlFunction option
remove @private
2020-08-28 22:12:58 +01:00
Michał Zielański
8e0a61ac5f
Adding original properties to cloned geometry
2020-08-26 15:11:11 +02:00
Andreas Hocevar
c55a3132a4
Checks before calling handleEvent on interactions
2020-08-18 15:39:53 +02:00
Björn Harrtell
0bbde3d840
Tests for Transaction writes
2020-08-11 16:21:39 +02:00
Björn Harrtell
8cddfa0d22
Refactor tests
2020-08-11 16:14:39 +02:00
Björn Harrtell
1335937ddd
Verified fix
2020-08-11 16:09:43 +02:00
Björn Harrtell
0484e45c89
Fix WFS 2.0.0 GetFeature response parsing
2020-08-11 15:46:40 +02:00
Björn Harrtell
01f355c37f
Verify GetFeature with more complex filter
2020-08-10 21:30:06 +02:00
Björn Harrtell
a58bff0981
Initial GetFeature verification
2020-08-10 03:50:39 +02:00
Björn Harrtell
d3041295a1
Initial spike on WFS 2.0
2020-08-09 22:36:41 +02:00
Andreas Hocevar
82328fe2c1
Merge pull request #11401 from mike-000/patch-10
...
Ensure image extent is valid when scale is negative
2020-08-08 21:15:10 +02:00
mike-000
588e3b91d8
use numbers for expected values
2020-08-08 13:01:04 +01:00
mike-000
857f4e01ac
use precise international inchesPerMeter
...
test scalebar text
2020-08-07 10:49:31 +01:00
mike-000
9468a088c0
ensure extent is valid when scale is negative
...
test large flipped icon in buffer zone
test hit detection for negative image scale
2020-08-07 10:26:38 +01:00
mike-000
95702648b2
simplify scale calculation
...
update tests to reflect more accurate calculation
2020-08-03 23:03:56 +01:00