Commit Graph

3695 Commits

Author SHA1 Message Date
Andreas Hocevar
16325f069c Merge pull request #13568 from mike-000/osmdata-attribution
Update OSM Vector Tiles attribution
2022-04-22 08:38:31 +02:00
Andreas Hocevar
d315675ecc Merge pull request #13528 from burleight/webglpointslayer-wrap-x
WebGLPointsLayer wrapX support - partially addressing #11131
2022-04-17 17:34:01 +02:00
Andreas Hocevar
e8f151543d Simplify/beautify example 2022-04-15 13:13:39 +02:00
Denis
585ae66961 Fix review for text justify 2022-04-14 13:06:49 +02:00
Denis
1850e16bde Improve jsDoc and some naming 2022-04-13 14:11:28 +02:00
Denis
c45a443cf5 Add example for justify text 2022-04-13 00:08:15 +02:00
mike-000
439dc76065 update attribution 2022-04-12 17:52:09 +01:00
Andreas Hocevar
5651520dcd Merge pull request #13496 from mike-000/projection-scale
Improve Projection and Scale example calculations
2022-04-11 21:47:41 +02:00
Andreas Hocevar
ffee2f727e Updates and example improvements for ol-mapbox-style v8 2022-04-10 21:41:00 +02:00
mike-000
d2fc5caa21 do not add second interaction 2022-04-09 13:06:32 +01:00
Tomas Burleigh
d524d46969 WebGLPointsLayer wrapX support - partially addressing #11131
WebGLPointsLayer renderFrame and renderHitDetection will now draw
multiple worlds if the source and projection support wrapX.

Hit detection needs additional improvement. It stops working after
more than one wrap around the world. If 0 is the middle world, then
the hit detection works for worlds -1, 0, and -1, but not for worlds
> 2 or < -2.

The example has hit detection enabled, demonstrated with a colour
change on hover for the circle styles. When moving the mouse, the hit
detection is unreliable and flickers on/off. This needs improvement.

The webgl-points renderer test has been updated.
2022-04-01 13:35:13 +13:00
mike-000
c926980339 Include mpu in point resolution calculations 2022-03-22 15:26:44 +00:00
Andreas Hocevar
1de3ce7e19 Simplify tile and image load events examples 2022-03-19 10:50:04 +01:00
Andreas Hocevar
26e6bf505c Add loading spinner example 2022-03-19 10:50:04 +01:00
Maximilian Krög
3b637a7939 Improve input form on snap example
Put the geometry type select input next to the 'draw' radio and select this
whenever the geometry type is changed.
2022-03-07 19:54:43 +01:00
Andreas Hocevar
18f06b8b9a Rich text labels 2022-02-23 12:36:56 +01:00
Andreas Hocevar
4f614bc81f Remove experimental category from geographic examples 2022-02-15 08:50:29 +01:00
Andreas Hocevar
2144422397 Merge pull request #13351 from Amirh0sseinHZ/reset-global-alpha-to-initial-after-mutating-it-for-printing
Reset globalAlpha back to its initial after mutating it for drawing layers
2022-02-09 11:03:33 +01:00
Amir
1acf62b6e6 Reset globalAlpha back to its initial after mutating it for drawing layers 2022-02-09 01:50:00 +02:00
Tim Schaub
eb4d5e0784 Get pixel data 2022-02-07 18:35:47 -07:00
Tim Schaub
f10ba5c1e3 Avoid duplicate imports 2022-02-05 11:46:26 -07:00
MoonE
239a082dbf Merge pull request #13229 from MoonE/apidoc-dyn-navigation-loading
Load api navigation dynamically to reduce needed disk space
2022-01-23 11:21:31 +01:00
mike-000
29da609dab Remove meaningless src="" 2022-01-22 23:08:31 +00:00
Maximilian Krög
14c5e9a7e8 Load api navigation dynamically to reduce needed disk space 2022-01-22 22:29:33 +01:00
Andreas Hocevar
30d27a1d59 Merge pull request #13212 from ahocevar/multisource-webgl
Support multiple sources for WebGL tile layers
2022-01-19 08:43:22 +01:00
Andreas Hocevar
75f66757ef Simplify example, improve documentation. 2022-01-18 20:05:07 +01:00
Tim Schaub
6c03b69d8c Avoid the redirect from unpkg.com 2022-01-14 13:53:23 -07:00
Andreas Hocevar
0004b2594d Support multiple sources for layers 2022-01-13 17:42:52 +01:00
Tim Schaub
e71a8b65e1 Default CORS request mode for tiles used in WebGL rendering 2022-01-11 14:21:48 -07:00
Andreas Hocevar
6de9c828ab Merge pull request #13195 from ahocevar/box-selection
Use getFeaturesInExtent
2022-01-08 21:53:16 +01:00
Tim Schaub
f13838470e Merge pull request #13200 from mike-000/sea-level
Use interpolate option in Sea Level example
2022-01-08 08:43:24 -07:00
Tim Schaub
a9210db25c Merge pull request #13201 from mike-000/typo
Fix typo in example description
2022-01-08 08:38:31 -07:00
mike-000
449cfd15b1 Fix typo 2022-01-08 14:16:29 +00:00
mike-000
07ebc48516 Replace imageSmoothingEnabled with interpolate 2022-01-08 14:08:42 +00:00
Tim Schaub
39b2de829e Remove countries from examples data 2022-01-07 13:58:31 -07:00
Tim Schaub
38d4a8f13f Update Sphere Mollweide example 2022-01-07 13:55:34 -07:00
Tim Schaub
197dd2e06d Update translate features example 2022-01-07 13:53:01 -07:00
Tim Schaub
4ce7f77749 Update label decluttering example 2022-01-07 13:50:43 -07:00
Tim Schaub
7f0b6b3f7a Update multi-select example 2022-01-07 13:47:08 -07:00
Tim Schaub
a64102f097 Update modify features example 2022-01-07 13:39:46 -07:00
Tim Schaub
22609f7a7d Update geographic editing example 2022-01-07 13:37:05 -07:00
Tim Schaub
35e1d29d6b Update canvas gradient example 2022-01-07 13:14:52 -07:00
Tim Schaub
eed400ca1c Update select on hover example 2022-01-07 13:00:35 -07:00
Tim Schaub
73f54c1e6c Update vector image layer example 2022-01-07 12:51:28 -07:00
Tim Schaub
71af0eee43 Update select features example 2022-01-07 12:45:27 -07:00
Tim Schaub
43e06a7d57 Update MapboxGL layer example 2022-01-07 12:45:27 -07:00
Tim Schaub
73f36adaaf Update hit detection example 2022-01-07 12:45:27 -07:00
Tim Schaub
2d96c92ac8 Update geojson-vt example 2022-01-07 12:45:27 -07:00
Tim Schaub
9024867893 Update extent interaction example 2022-01-07 12:45:27 -07:00
Tim Schaub
9aa3c00879 Update export map example 2022-01-07 12:45:27 -07:00