mike-000
6ca44f6ffa
add gutter option
2022-04-08 14:17:54 +01:00
mike-000
36159287d5
handle gutter in renderer
2022-04-08 14:17:22 +01:00
Andreas Hocevar
c03f58fe5d
Merge pull request #12936 from ejn/bugfix/gml-multiple-element-parsing
...
Bugfix for GML parsing with multiple property elements with XML attributes
2022-04-05 11:57:53 +02:00
Bart van den Eijnden
bc8442e184
Merge pull request #13536 from bartvde/fix-typo-docs
...
Fix small typo in docs
2022-04-04 12:00:57 +02:00
Bart van den Eijnden
7fe4d04a3a
Fix small typo in docs
2022-04-04 10:57:46 +02:00
Andreas Hocevar
0c22cab001
Merge pull request #13533 from ahocevar/gml-typescript
...
Update type annotations for GMLBase
2022-04-01 19:05:07 +02:00
Andreas Hocevar
c6a2392a2e
Update type annotations for GMLBase
2022-04-01 14:59:16 +02:00
Bart van den Eijnden
5d5deee517
Update src/ol/control/ScaleLine.js
...
Co-authored-by: Andreas Hocevar <andreas.hocevar@gmail.com >
2022-04-01 13:48:55 +02:00
Bart van den Eijnden
aff459bc02
Add optional maxWidth for ScaleLine control
2022-04-01 13:26:18 +02:00
mike-000
ea30a59bfe
discard tainted pixelContext
2022-03-30 13:02:20 +01:00
mike-000
243ba189b7
include gutter in offsets
2022-03-29 13:22:10 +01:00
Tim Schaub
b8c04ee7c5
Store rendererd source on the layer instead of the layer state
2022-03-26 10:18:49 -06:00
mike-000
30ec260c4a
Fallback if OES_texture_float_linear not supported
2022-03-25 11:10:11 +00:00
Tim Schaub
d7cb12a016
Workaround for https://bugs.webkit.org/show_bug.cgi?id=237906
2022-03-20 10:53:10 -06:00
Andreas Hocevar
e10b7470a6
Merge pull request #13490 from ahocevar/separate-geometry-and-extent
...
Separate geometry and extent parsing
2022-03-19 16:40:17 +01:00
Andreas Hocevar
bf9472ac57
Add loadstart and loadend map events
2022-03-19 10:32:22 +01:00
Andreas Hocevar
e0b62016d2
Separate geometry and extent parsing
2022-03-18 19:37:01 +01:00
Andreas Hocevar
d815c93bcf
Add documentation for precompose and postcopose to ol/layer/WebGLTile
2022-03-14 22:10:13 +01:00
Denis
f3208a2331
Fix Text#setText jsDoc
2022-03-11 20:36:09 +01:00
Andreas Hocevar
373cf81fc0
Merge pull request #13464 from ahocevar/projection-warning
...
Do not warn about coordinates when view projection is configured
2022-03-10 20:13:33 +01:00
Andreas Hocevar
5c7b9124cc
Do not warn about coordinates when view projection is configured
2022-03-10 16:52:49 +01:00
Andreas Hocevar
46ddbd7e0e
Reset image when empty
2022-03-10 16:27:24 +01:00
Andreas Hocevar
2d63e29e04
Revert "Merge pull request #13398 from yonda-yonda/update_static_image_change_projection"
...
This reverts commit 1f8338d3b8 , reversing
changes made to 10eb834337 .
2022-03-09 14:43:50 +01:00
Maximilian Krög
bcebd73388
Improve performance when adding features to Snap
2022-03-07 19:54:43 +01:00
Maximilian Krög
444763f47b
Set correct extent for multipoint points in Snap
2022-03-07 19:54:40 +01:00
Maximilian Krög
49acb39f72
Return null when not snapped
2022-03-07 08:57:31 +01:00
pala
e47bd0bb93
Snap Interaction can snap to Point on line segment
...
Fixes #13440
2022-03-07 08:57:31 +01:00
Maximilian Krög
1ae1ff26a0
Initialize variable before use in FullScreen control
...
isInFullscreen_ was not initialized in the constructor when setClassName_
is called.
- Only remove the unnecessary classes when state changes instead of removing
all and then adding the necessary classes again
2022-03-04 20:08:02 +01:00
Alan Moffat
87d87a155a
Ensure FullScreen button has classname set on render.
...
When the FullScreen icon is first rendered, the button within it is not having the inactive classname set. The class name is set on toggling fullscreen on/off - just not being set on render.
2022-03-04 11:13:02 +00:00
EvertEt
17033e162d
Guard PluggableMap against null renderer
2022-03-02 12:24:24 +01:00
Maximilian Kroeg
c5edb50557
Fix rendercomplete event with invisible WebGLPoints layer
2022-03-02 11:03:42 +01:00
Andreas Hocevar
20e352111c
Handle layers without renderer properly
2022-02-28 07:36:34 +01:00
Andreas Hocevar
8672e7e97c
Merge pull request #13417 from ahocevar/geotiff-resolution-tolerance
...
Increase GeoTIFF resolutions tolerance
2022-02-27 16:05:35 +01:00
Andreas Hocevar
7b880b27d1
Increase GeoTIFF resolutions tolerance
2022-02-24 17:47:21 +01:00
mike-000
69f8a824ec
Check for resolution change and fix unrotated size
...
Calculate unrotated width and height from frame size and resolution
Check for changes in resolution as well as extent when rendered extent fits inside frame
2022-02-24 10:53:32 +00:00
Andreas Hocevar
18f06b8b9a
Rich text labels
2022-02-23 12:36:56 +01:00
Andreas Hocevar
1f8338d3b8
Merge pull request #13398 from yonda-yonda/update_static_image_change_projection
...
Clear image when source's image is not ready
2022-02-21 08:42:16 +01:00
yonda-yonda
a631e7ba68
clear image when source status is EMPTY.
2022-02-20 00:26:31 +09:00
Maximilian Krög
5a49410d82
Center should remain valid when resolution is not set
2022-02-18 00:55:34 +01:00
Maximilian Krög
19c034fd12
Fix setting center to undefined
...
It only worked when the coordinate warning was shown, but
fromUserCoordinate shouldn't have been called with undefined in
the first place.
2022-02-18 00:06:56 +01:00
MoonE
57e9a4d1a8
Merge pull request #13390 from MoonE/icon-clone
...
Fix clone of icon loses imgSize when cache is full
2022-02-17 20:04:32 +01:00
Andreas Hocevar
b7d022f80e
Use same clipping method for vector and image tiles
2022-02-17 18:12:19 +01:00
Andreas Hocevar
3b4a2d5966
Remove unused clip code
2022-02-17 15:49:21 +01:00
Andreas Hocevar
c9ff07a695
Reduce the number of clip operations
2022-02-17 15:18:23 +01:00
Maximilian Krög
ab5e4f8838
Fix cloning of Icon style when IconImage is not cached
2022-02-17 00:58:35 +01:00
MoonE
f99c43db4d
Merge pull request #13385 from MoonE/jsdoc-references-2
...
Change remaining links to point to class page instead of module
2022-02-15 19:14:00 +01:00
Andreas Hocevar
63fc00902f
Warn once when suspicious coordinate are used
2022-02-15 08:50:05 +01:00
Maximilian Krög
f236ff0086
Lower case first letter for function parameter
2022-02-14 22:04:26 +01:00
Maximilian Krög
5788ce51a5
Fix one more link to a class page
2022-02-14 21:53:47 +01:00
Maximilian Krög
b29ab8f104
Link to class instead of module pages
2022-02-14 21:53:07 +01:00