Simon Seyock
|
bd489fec4c
|
Fix strict null checking for format/WKT
NOTE: `EMPTY` may only occur immediately after geometry type
|
2021-02-03 22:43:56 +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 |
|
Tim Schaub
|
19bb3f8c88
|
Consistent use of Array and Object types
|
2021-02-02 13:53:10 -07:00 |
|
Simon Seyock
|
7a155a00e7
|
Replace nested types by typedefs
|
2021-02-02 18:03:12 +01:00 |
|
Simon Seyock
|
808868ad1f
|
Fixed some jsdoc issues.
|
2021-02-02 12:15:30 +01:00 |
|
Simon Seyock
|
f590cb3473
|
Harmonize jsdoc
|
2021-02-02 12:14:56 +01:00 |
|
Tim Schaub
|
aace9ea711
|
Merge pull request #11948 from simonseyock/vector-source-load-events-doc
Improve layer typings
|
2021-01-29 05:57:52 -07:00 |
|
geraldo
|
fd04cd7a41
|
Fix URLs in ol/source/CartoDB pointing to CartoDB API docs
|
2021-01-27 17:15:27 +01:00 |
|
Simon Seyock
|
419578a96c
|
Improve layer typings
|
2021-01-26 15:49:39 +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 |
|
Hannes
|
25a374d698
|
Mention unit of radius for Polygon.circular()
Radius was using an unknown unit. This makes it clear that it will be interpreted as meters.
|
2021-01-19 17:25:47 +01:00 |
|
Andreas Hocevar
|
31d6580d88
|
Merge pull request #11914 from ahocevar/vectortile-declutter-image-with-text
Fix image with text decluttering
|
2021-01-17 18:32:27 +01:00 |
|
Andreas Hocevar
|
cadc45e14d
|
Merge pull request #11911 from ahocevar/declutter-tilegrid
Do not clip declutter executor groups
|
2021-01-17 18:31:11 +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 |
|
Andreas Hocevar
|
fc20e77cea
|
Fix image with text decluttering
|
2021-01-15 00:29:58 +01:00 |
|
mike-000
|
500814db3c
|
handle null geometry
|
2021-01-14 11:11:01 +00:00 |
|
Andreas Hocevar
|
5084b04173
|
Do not clip declutter executor groups
|
2021-01-13 20:49:29 +01: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 |
|
Andreas Hocevar
|
503aaef001
|
Merge pull request #11901 from ahocevar/vectortile-renderbuffer
Fix handling of VectorTile renderBuffer
|
2021-01-11 09:07:58 +01:00 |
|
Andreas Hocevar
|
1cc9fdb6ec
|
Fix handling of VectorTile renderBuffer
|
2021-01-10 18:59:07 +01:00 |
|
Tim Schaub
|
448d939681
|
Merge pull request #11890 from walkermatt/wfs_filter_version
Fix WFS writeFilter
|
2021-01-08 17:13:57 -07:00 |
|
mjjurkoic
|
1842170b20
|
Eliminate redundant code
Co-authored-by: Stéphane Brunner <stephane.brunner@camptocamp.com>
|
2021-01-08 09:21:49 -08:00 |
|
Andreas Hocevar
|
39c0305f74
|
Merge pull request #11892 from ahocevar/draw-stopclick
Restore stopClick functionality
|
2021-01-08 09:54:05 +01:00 |
|
Michael Jurkoic
|
81901c72c4
|
Pass the renderer function to the cloned style
|
2021-01-07 22:33:08 -08:00 |
|
Andreas Hocevar
|
834448472a
|
Merge pull request #11882 from simonseyock/vector-source-load-events-doc
Improved documentation for feature load events.
|
2021-01-07 22:36:20 +01:00 |
|
Andreas Hocevar
|
99dd55920e
|
Restore stopClick functionality
|
2021-01-07 22:34:21 +01: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 |
|
Simon Seyock
|
125d0d62a8
|
Clarification and use callbacks in examples
|
2021-01-05 09:40:20 +01:00 |
|
Simon Seyock
|
90c25012b9
|
Improved documentation for feature load events.
|
2021-01-05 09:32:16 +01:00 |
|
Tim Schaub
|
aed4773ecb
|
Hit lines even if they are dashed
|
2020-12-30 12:33:06 -07:00 |
|
mike-000
|
207417035f
|
Use ol/array#includes instead of .includes()
|
2020-12-29 23:31:30 +00:00 |
|
mike-000
|
13e1ae9574
|
Use tilegrid extent as default attributionExtent
Test attributions
|
2020-12-29 13:29:57 +00:00 |
|
Maximilian Krög
|
17659b9a80
|
Do not fire duplicate postrender events
|
2020-12-24 02:25:42 +01:00 |
|
Maximilian Krög
|
efdd885571
|
Correct documented event names for VectorSourceEvent
|
2020-12-23 00:02:19 +01:00 |
|
MoonE
|
d151c588a8
|
Merge pull request #11844 from MoonE/style-expressions-error-message
Fix Style expressions error message
|
2020-12-19 19:13:21 +01:00 |
|
Andreas Hocevar
|
c4f5709349
|
Simplify custom circle rendering
|
2020-12-19 21:35:00 +08:00 |
|
Maximilian Krög
|
d2027c1640
|
Get value type only once
|
2020-12-19 14:12:37 +01:00 |
|
Maximilian Krög
|
8363e66d1e
|
Fix error message for assertArgsOdd failure
|
2020-12-19 14:12:37 +01:00 |
|
changqing
|
811c130241
|
Implement custom circle render
|
2020-12-15 15:38:23 +08: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 |
|
MoonE
|
797d2cc5d1
|
Merge pull request #11821 from MoonE/draw-finish-condition
Call the finishCondition when drawing points / circles
|
2020-12-11 20:51:12 +01:00 |
|
Andreas Hocevar
|
6cfe914841
|
Merge pull request #11824 from ahocevar/units
Add Units back to API docs
|
2020-12-11 15:48:06 +01:00 |
|
Andreas Hocevar
|
ec509caa78
|
Add Units back to API docs
|
2020-12-11 10:32:49 +01:00 |
|
Maximilian Krög
|
bd4622940e
|
Call the finishCondition when drawing points / circles
|
2020-12-11 00:29:30 +01:00 |
|