Andreas Hocevar
7789bc5b15
Report all features being modified
2021-02-08 20:44:19 +01:00
Maximilian Krög
0d5d346bcd
Update links to external resources
2021-02-08 19:40:05 +01:00
Simon Seyock
5d43818025
Fix test for projection.
2021-02-06 17:45:20 +01:00
Andreas Hocevar
45ba5792cc
Remove renderMode: 'image' for vector tile layers
2021-02-06 14:57:21 +01:00
Andreas Hocevar
a7b92cba4d
Merge pull request #11978 from ahocevar/snap-delta-optional
...
Add snapToPointer option
2021-02-06 12:57:17 +01:00
Andreas Hocevar
d31abd2f77
Sensible defaults
2021-02-06 12:04:31 +01:00
Simon Seyock
2ad5789797
Add descriptions for properties.
2021-02-04 18:19:33 +01:00
Simon Seyock
8facb252f1
Replace google closure syntax = with brackets around name
2021-02-03 14:06:02 +01:00
Simon Seyock
c15faa19fc
enable check-types
2021-02-03 13:59:34 +01:00
Andreas Hocevar
bf90ce2789
Add snapToPointer option
2021-02-03 10:52:10 +01:00
Tim Schaub
57e7be0a00
Upper case type
2021-02-02 13:53:24 -07:00
Simon Seyock
7a155a00e7
Replace nested types by typedefs
2021-02-02 18:03:12 +01:00
Andreas Hocevar
3d56201768
Merge pull request #11938 from ahocevar/view-padding-calculateextent
...
Take view padding into account for calculateExtent()
2021-01-26 11:15:54 +01:00
Andreas Hocevar
aa2c301f3e
Do not change center when the padding changes
2021-01-23 21:50:41 +01:00
Andreas Hocevar
4f2b2c5750
Fix loading flag for vector loading strategies
2021-01-23 15:30:34 +01:00
Andreas Hocevar
900107df1d
Take view padding into account for calculateExtent()
2021-01-22 20:08:05 +01:00
Andreas Hocevar
45f367cc04
Merge pull request #11856 from mike-000/patch-18
...
Use tilegrid extent as default attributionExtent for TileJSON
2021-01-15 14:35:20 +01:00
mike-000
50c99330e9
test null geometry
2021-01-14 11:25:07 +00:00
Andreas Hocevar
58f533315d
Merge pull request #11893 from mjjurkoic/issue-11860
...
Pass the renderer function to the cloned style
2021-01-13 09:48:13 +01:00
Michael Jurkoic
94fcc049ce
Improved renderer clone tests
...
Removed test that asserted the cloned renderer would not reference the same object as the original.
Replaced tests that stringified the renderer function with tests that compare the original with the clone by reference.
2021-01-10 10:10:09 -08:00
Michael Jurkoic
760b5970f1
Added tests for renderer clone
2021-01-08 16:23:04 -08:00
Tim Schaub
448d939681
Merge pull request #11890 from walkermatt/wfs_filter_version
...
Fix WFS writeFilter
2021-01-08 17:13:57 -07:00
Andreas Hocevar
99dd55920e
Restore stopClick functionality
2021-01-07 22:34:21 +01:00
Matt Walker
aef876aaf9
Fix prettier errors
2021-01-07 09:24:14 +00:00
Matt Walker
28f76ed901
Make writeFilter version argument optional
...
* Add test for optional version argument to writeFilter
* Default to WFS 1.1.0 if no version passed to writeFilter
2021-01-07 08:51:11 +00:00
Matt Walker
de9d681b2f
Fix WFS 2.0.0 writeFilter
...
* Add a test for WFS 2.0.0 filter encoding
* Use getFilterNS to ensure correct NS for filter child node
2021-01-07 08:47:18 +00:00
Tim Schaub
afd0b8f757
Throw an error if shaders fail to compile or program fails to link
2021-01-05 17:24:58 -07:00
Tim Schaub
aed4773ecb
Hit lines even if they are dashed
2020-12-30 12:33:06 -07:00
mike-000
13e1ae9574
Use tilegrid extent as default attributionExtent
...
Test attributions
2020-12-29 13:29:57 +00:00
Andreas Hocevar
49f03cf719
Merge pull request #11811 from mike-000/patch-6
...
Better getPointResolution default when no transform available
2020-12-13 22:33:09 +01:00
Andreas Hocevar
6c6b559ce4
Merge pull request #11817 from greggian/select-stop-propagation
...
stopPropagation support for PluggableMap
2020-12-10 16:15:25 +01:00
mike-000
51db8f9308
Test projections without transforms
2020-12-10 11:22:40 +00:00
mike-000
a9adb1850f
Test projections without transforms
2020-12-10 11:18:46 +00:00
Greg Gianforcaro
99f23caf03
Initial stopPropagation support for PluggableMap
2020-12-09 00:46:56 -05:00
Andreas Hocevar
0286b1c737
Add regression test
2020-12-08 19:47:18 +01:00
Andreas Hocevar
ed3c45d3f8
Fix tolerance typo
2020-12-06 22:12:13 +01:00
Andreas Hocevar
b6eb429f77
Always drag using pointer location, not vertex location
2020-12-06 18:11:15 +01:00
Andreas Hocevar
128d20abf3
Simpler API with hitDetection option
2020-12-06 16:51:15 +01:00
Andreas Hocevar
9b31deb38f
Simplify API and code
2020-12-06 16:51:14 +01:00
Andreas Hocevar
314724d880
Add geometries property to vertex feature
2020-12-06 16:51:14 +01:00
Andreas Hocevar
ec9dde88f9
Add features property to vertex feature
2020-12-06 16:51:14 +01:00
Andreas Hocevar
6874bfaaef
Report features actually being modified, not all
2020-12-06 16:51:13 +01:00
Maximilian Krög
190b20ebce
Add vertex insertion test for modify interaction
2020-12-06 15:43:14 +01:00
Maximilian Krög
23dc768c2e
Order callback calls by distance to click position
...
All callback calls for hits with a tolerance > 0 are queued and
called ordered by distance after all hits are detected.
2020-12-01 23:21:59 +01:00
Maximilian Krög
c076d273e7
Cache hit detect indexes and check closest pixels first.
2020-12-01 20:19:58 +01:00
Andreas Hocevar
28aaa2e0d3
Pass geometry to forEachFeatureAtPixel callback
2020-11-27 13:43:28 +01:00
Andreas Hocevar
7b5f53753b
Merge pull request #11753 from mike-000/patch-15
...
Use Mode.LINE_STRING in Draw interaction for Circle geometries
2020-11-25 13:47:17 +01:00
mike-000
f8df533cb0
Use Mode.LINE_STRING for Circle geometries
...
Make predefined geometry functions compatible with removeLastPoint
Add undo to example
Make geometry function for Star compatible with use of removeLastPoint
Additional createRegularPolygon tests
2020-11-24 10:39:28 +00:00
Andreas Hocevar
0e2d17b9c6
Add padding option for View
2020-11-22 18:52:46 +01:00
Andreas Hocevar
dd95f56e26
Merge pull request #11719 from ahocevar/less-aggressie-3857-clamping
...
Clamp EPSG:3857 y to lowest/highest possible value instead of validity extent
2020-11-19 13:51:47 +01:00