Tim Schaub
|
9d709cb3d9
|
Additional documentation on the nodata property
|
2021-10-01 13:48:35 -06:00 |
|
Tim Schaub
|
ba444117bb
|
Use nodata values in the GeoTIFF headers for fill value
|
2021-10-01 11:47:27 -06:00 |
|
mike-000
|
54871b6c52
|
return null for unsupported layer types
|
2021-09-30 10:32:48 +01:00 |
|
Tim Schaub
|
709139c657
|
Merge pull request #12836 from tschaub/denormalized
Support a normalize option on the GeoTIFF source
|
2021-09-29 15:57:27 -06:00 |
|
MoonE
|
9e37182649
|
Merge pull request #12646 from ashchurova/fix-8136-hit-detection-custom-renderer
Support for hit detection in styles with custom rendering
|
2021-09-29 20:22:57 +02:00 |
|
Tim Schaub
|
d7b0191c78
|
Support a normalize option on the GeoTIFF source
|
2021-09-29 10:25:22 -06:00 |
|
MoonE
|
5f118b0244
|
Merge pull request #12831 from MoonE/fix-emptied-vectorimage
Fix rendering VectorImage with no features in view extent
|
2021-09-28 23:28:00 +02:00 |
|
Maximilian Krög
|
1942f3f91b
|
Fix rendering VectorImage with no features in view extent
|
2021-09-27 23:04:58 +02:00 |
|
Edward Nash
|
a4186fae3c
|
bugfix: Fix type of layers option in OverviewMap
* The foundation Layer class is BaseLayer and not Layer
|
2021-09-27 13:33:24 +02:00 |
|
Tim Schaub
|
79cfeb9a07
|
Spelling correction
|
2021-09-26 20:11:40 -06:00 |
|
Tim Schaub
|
ef5d00cb9a
|
Controls inherit font size from parent
|
2021-09-25 06:31:36 +00:00 |
|
Tim Schaub
|
f5052149d1
|
Updated styles
|
2021-09-24 13:40:54 +00:00 |
|
Andreas Hocevar
|
2e222083de
|
Merge pull request #12804 from ahocevar/vectortiles-simpler-faster
Make vector tiles rendering simpler and a bit faster
|
2021-09-23 20:38:17 +00:00 |
|
Tim Schaub
|
b03b6b2e87
|
Merge pull request #12802 from tschaub/enqueue-next
Enqueue tiles at the next step in the animation
|
2021-09-23 20:37:38 +00:00 |
|
Andreas Hocevar
|
9aa890217c
|
Render images only when we have frame budget left
|
2021-09-23 20:11:26 +00:00 |
|
Andreas Hocevar
|
74a628ac85
|
Remove unused tile image render queue
|
2021-09-23 19:47:10 +00:00 |
|
Tim Schaub
|
4dc66ef8e3
|
Enqueue tiles at the next resolution in the animation
|
2021-09-23 17:28:39 +00:00 |
|
Andreas Hocevar
|
6d427050ce
|
Merge pull request #12792 from ahocevar/no-render-work-when-no-features
Do not do any canvas work when there are no features to render
|
2021-09-23 16:34:47 +00:00 |
|
Andreas Hocevar
|
3a2c33f827
|
Merge pull request #12797 from ahocevar/dependency-updates
Update geotiff
|
2021-09-23 14:28:55 +00:00 |
|
Tim Schaub
|
2435321133
|
Merge pull request #12799 from tschaub/dispose-webgl-points
All layers now call dispose on the renderer
|
2021-09-23 13:26:22 +00:00 |
|
Andreas Hocevar
|
c934f08866
|
Update geotiff
|
2021-09-23 13:24:58 +00:00 |
|
Tim Schaub
|
f357495574
|
All layers now call dispose on the renderer
|
2021-09-23 13:14:22 +00:00 |
|
Tim Schaub
|
a332842540
|
More cleanup in the WebGL tile layer's dispose method
|
2021-09-23 12:00:00 +00:00 |
|
Tim Schaub
|
a63735a649
|
Add a method to set the map layers
|
2021-09-21 13:34:35 +00:00 |
|
Andreas Hocevar
|
46b21c2588
|
Do not do any canvas work when there are no features to render
|
2021-09-21 11:21:01 +00:00 |
|
Andreas Hocevar
|
b50f4ce107
|
Merge pull request #12789 from ahocevar/mapbox-vector-layer-tilejson
Handle TileJSON urls in Mapbox Style document
|
2021-09-21 11:08:51 +00:00 |
|
Tim Schaub
|
d5813deb08
|
Allow maps to be configured with a promise for view props
|
2021-09-21 10:25:29 +00:00 |
|
Andreas Hocevar
|
8585d4382b
|
Handle TileJSON urls in Mapbox Style document
|
2021-09-20 23:37:53 +00:00 |
|
Andreas Hocevar
|
b7e3695cac
|
Merge pull request #12778 from ahocevar/vectortile-remove-extra-work
Do not render vector tiles unless they are being used
|
2021-09-18 22:46:41 +02:00 |
|
Tim Schaub
|
391af5a466
|
Merge pull request #12773 from tschaub/lazy-gl-extensions
Enable WebGL extensions when required
|
2021-09-18 07:26:26 -06:00 |
|
Andreas Hocevar
|
610fd69120
|
Do not render vector tiles unless they are being used
|
2021-09-18 11:02:55 +02:00 |
|
Maximilian Krög
|
4be657a28f
|
Fix text decluttering when segment length is zero
|
2021-09-17 23:09:56 +02:00 |
|
Tim Schaub
|
367d77d1dc
|
Merge pull request #12770 from tschaub/avoid-clamped
Use Uint8Array instead of Uint8ClampedArray for increased browser compatibility
|
2021-09-17 14:29:59 -06:00 |
|
Tim Schaub
|
da256e6c00
|
Enable WebGL extensions when required
|
2021-09-17 14:14:12 -06:00 |
|
Andreas Hocevar
|
0d06f7b493
|
Merge pull request #12759 from jumpinjackie/fix/control-typings
#12758: Allow undefined to be passed to control setMap(). Also fix type of getMap()
|
2021-09-17 08:07:39 +02:00 |
|
Tim Schaub
|
836aa4900e
|
Use Uint8Array instead of Uint8ClampedArray for browser compatibility
|
2021-09-16 15:10:35 -06:00 |
|
Andreas Hocevar
|
c57c898381
|
Merge pull request #12760 from ahocevar/opacity
Fix opacity handling for tile and vector layers
|
2021-09-16 19:49:47 +02:00 |
|
Tim Schaub
|
a1eb2481ba
|
Merge pull request #12764 from webwitcher/imageinformationresponse-fix
Fix ImageInformationResponse typedef
|
2021-09-16 10:16:32 -06:00 |
|
Martin Hauck
|
c86841dae0
|
Update src/ol/format/IIIFInfo.js
Co-authored-by: Simon Seyock <8100558+simonseyock@users.noreply.github.com>
|
2021-09-16 17:15:11 +02:00 |
|
Martin Hauck
|
e955eeff21
|
Fix ImageInformationResponse typedef
`TileInfo` should be an array to conform to https://iiif.io/api/image
|
2021-09-16 11:41:33 +02:00 |
|
Andreas Hocevar
|
2f5e6906b9
|
Fix opacity handling for tile and vector layers
|
2021-09-16 08:49:32 +02:00 |
|
Duck
|
05615df1a3
|
Allow TileTexture to select float or int based textures.
|
2021-09-15 15:10:55 -07:00 |
|
Duck
|
f2472b7801
|
Allow DataTile source to include more than four bands.
|
2021-09-15 15:10:26 -07:00 |
|
Duck
|
17394cc8be
|
Ensure the texture is loaded into the correct index.
The previous code would try to load subsequent textures into the 0th slot.
|
2021-09-15 15:10:08 -07:00 |
|
Duck
|
5afd25150f
|
Add additional extension requirements for floating point textures.
|
2021-09-15 09:35:23 -07:00 |
|
mike-000
|
cb6995d71a
|
Various fixes for browser compatibility issues (#12740)
* Replace Math.log2 with ol/math.log2
* TypedArray.from() browser compatibility fallback
* listen for input and change events for range
|
2021-09-15 08:45:12 -06:00 |
|
Tim Schaub
|
f9454ba8e3
|
Merge pull request #12741 from mike-000/GMLBase
Minimal documentation for GMLBase
|
2021-09-15 08:42:08 -06:00 |
|
Jackie Ng
|
67d885d6ef
|
#12758: Allow undefined to be passed to control setMap(). Consequently the return type of getMap() now can also be undefined as well.
|
2021-09-16 00:05:53 +10:00 |
|
mike-000
|
5d937b8c5b
|
Remove docs reference to unmanaged layer
|
2021-09-13 10:27:16 +01:00 |
|
mike-000
|
a5ed3ce853
|
Change Select to Draw to describe unmanaged layers
|
2021-09-13 10:20:30 +01:00 |
|