Tim Schaub
c8067bebbb
Add supported media type list to feature formats
2021-09-04 11:17:41 -06:00
mike-000
35ed7d4358
Update expected scales
2021-09-04 18:10:01 +01:00
Tim Schaub
d8baa87e25
Respect tile matrix set limits
2021-09-03 14:13:06 -06:00
Tim Schaub
58cf9f5f6d
Leave as experimental until spec is finalized
2021-09-03 12:28:27 -06:00
Tim Schaub
4099f60779
OGC vector tile source
2021-09-03 12:28:27 -06:00
Andreas Hocevar
d17c7ad31e
Fix return stride of forEachSegment
2021-09-02 09:44:33 +02:00
Andreas Hocevar
df493725c6
Fix sprite offset for pixel ratio !== 1
2021-08-30 22:05:34 +02:00
Tim Schaub
1601d6b859
Merge pull request #12671 from tschaub/cacheless
...
Configure cache on the layer instead of the source
2021-08-28 15:01:01 -06:00
Tim Schaub
d37e3e3134
Configure cache on the layer instead of the source
2021-08-27 18:04:00 -06:00
Tim Schaub
de9ff20f65
Additional docs and type checking for raster source
2021-08-26 11:04:07 -06:00
Tim Schaub
42970915ea
Extract nodata values from metadata when possible
2021-08-19 10:40:59 -06:00
Andreas Hocevar
814d70b1cc
Add more tests
2021-08-18 17:54:48 +02:00
Andreas Hocevar
f0cac76718
Add expression for Math.abs
2021-08-18 11:24:28 +02:00
Tim Schaub
08583b4a41
Add more alternative identifiers for EPSG:4326
2021-08-08 12:15:52 -06:00
Tim Schaub
73bb89f196
Add another alternative identifier for EPSG:3857
2021-08-08 12:13:19 -06:00
Andreas Hocevar
27d915aefa
Replace reference image to match that of the CI
2021-08-05 09:17:29 +02:00
Andreas Hocevar
36fc2c042a
Update rendering test reference image
2021-08-01 11:03:47 +02:00
Seba Kerckhof
25af938a83
Update test/browser/spec/ol/style/expressions.test.js
...
Co-authored-by: Andreas Hocevar <andreas.hocevar@gmail.com >
2021-07-28 09:17:10 +02:00
Seba Kerckhof
db57d9bf89
Handle named colors as string in equal operator
2021-07-27 18:54:08 +02:00
Andreas Hocevar
de460cfb09
Change import
2021-07-26 13:13:54 +02:00
Andreas Hocevar
8004e0faad
Merge pull request #12527 from mike-000/patch-1
...
Treat custom loaders without success/fail handling as if they were a void loader
2021-07-22 12:39:21 +02:00
Maximilian Krög
19fb51183e
Convert hit detect priority example to test
2021-07-17 15:09:38 +02:00
mike-000
6c862df03f
include custom loader in rendercomplete test
...
include a VectorSource with custom loader (no success/fail handling) in rendercomplete test
2021-07-17 12:56:33 +01:00
Tim Schaub
1b9329ea91
Shorter name for the option to create a custom cluster
2021-07-15 21:35:59 -06:00
Maximilian Krög
5d7f7dbf51
Add test for subcontrol added during map contruction
2021-07-15 14:19:08 +02:00
jkonieczny
e1b161bbbe
remove setter/getter
2021-07-15 09:06:13 +02:00
jkonieczny
a8f7d955af
rename to createClusterFeature
2021-07-13 17:27:32 +02:00
jkonieczny
9fd25dddbf
allow hydrating clustered features
2021-07-12 19:28:00 +02:00
MoonE
7adaf7c1b5
Merge pull request #12442 from MoonE/fix-layer-extent
...
Fix layer render extent when it is not at all in view
2021-07-11 20:04:45 +02:00
Maximilian Krög
f57413fc04
add tests for layer extent config
2021-07-11 18:27:48 +02:00
Andreas Hocevar
94537e331f
Update renderring test reference images
2021-07-11 14:20:20 +02:00
Maximilian Krög
ad37baf351
Remove redundant size properties / getter
2021-07-11 12:32:04 +02:00
Maximilian Krög
87f215939c
Fix some RegularShape bugs related to canvsa size
...
- remove jitter when using RegularShape size in animation, size should
always be an integer
- canvas may have been too small for miter line join
- canvas was at least one stroke width too large for round line join
- reduce canvas size even more for bevel line join
Canvas now precisely fits the shape including stroke, The angle of the
shape is ignored for the calculation.
2021-07-11 12:32:03 +02:00
Maximilian Krög
f21513ab5a
Consistent behaviour if two radii are provided
...
Always double the points event when two radii of same size are provided.
2021-07-11 12:32:03 +02:00
Tim Schaub
53156ab936
Add a new placeholder option and deprecate undefinedHTML
2021-07-10 09:12:31 -06:00
Tim Schaub
a2f441715b
Merge pull request #12488 from JakobMiksch/fix-mouse-control-white-space
...
MousePosition: allow rendering of empty string
2021-07-09 15:54:22 -06:00
Andreas Hocevar
aacf12b392
Merge pull request #12464 from mike-000/zDirection
...
Make zDirection option available for all tile sources
2021-07-09 23:04:42 +02:00
Tim Schaub
9e7f5a9b40
Test empty string rendering for mouse control
2021-07-09 14:44:09 -06:00
mike-000
b0fa916571
Test with NearestDirectionFunction
2021-07-09 11:32:26 +01:00
Andreas Hocevar
ba2f5c83ee
Update loglevel instantiation
2021-07-06 09:24:41 +02:00
MoonE
2779ea1849
Merge pull request #12453 from MoonE/kml-multiple-linear-rings
...
Allow multiple LinearRings per innerBoundaryIs
2021-07-06 00:05:50 +02:00
Maximilian Krög
0bad083056
Test getVectorContext with pixelRatio 2 and TileLayer
2021-07-04 18:33:40 +02:00
Maximilian Krög
4c346353fa
Allow multiple LinearRings per innerBoundaryIs
2021-06-29 20:48:29 +02:00
Andreas Hocevar
6aeed0ff96
Merge pull request #12373 from mike-000/patch-1
...
Rework TileDebug to allow TMS coordinates and to fix reprojection
2021-06-29 14:28:09 +02:00
mike-000
db1fa9b659
New test
2021-06-29 10:53:45 +01:00
Andreas Hocevar
79f5f46d27
Remove lint
2021-06-28 18:10:51 +02:00
MoonE
8155eda706
Merge pull request #12413 from MoonE/vectorlayer-hitdetect-image-invalidation
...
Fix hitdetection image invalidation
2021-06-21 22:47:21 +02:00
Andreas Hocevar
ed5c451679
Merge pull request #12405 from ahocevar/vectortile-getsourcetiles
...
VectorTile getSourceTiles behaviour with loading source tiles
2021-06-21 22:04:27 +02:00
MoonE
e9fd3fe201
Merge pull request #12212 from voegelas/ignore-empty-gx-coord
...
Ignore empty gx:coord elements in KML files
2021-06-21 18:18:00 +02:00
Andreas Hocevar
b7585e7571
Merge pull request #12409 from M393/wmts-bounding-box
...
Fix WMTS wrapX detection if WGS84BoundingBox is not set
2021-06-21 12:40:01 +02:00