Andreas Hocevar
|
14b7b1d993
|
Fix handling of events originating from overlayContainerStopEvent children
|
2020-07-12 13:15:11 +02:00 |
|
EvertE
|
27983a8f8d
|
Add dispose API docs to raster source (#10856)
|
2020-07-08 09:57:07 +02:00 |
|
Andreas Hocevar
|
a2727ffe8f
|
Merge pull request #11255 from Shekenix/getDataAtPixel-improvement
GetDataAtPixel performance improvement
|
2020-07-07 23:40:04 +02:00 |
|
jmacura
|
ec381a1986
|
Add missing SimpleGeometry export
Add SimpleGeometry as a named export from ol/geom.
Sort exports alphabetically.
closes #11233
|
2020-07-06 20:01:50 +02:00 |
|
Kamil
|
a151d1b7a5
|
#11235
GetDataAtPixel performance improvement
|
2020-07-05 17:52:51 +02:00 |
|
Tim Schaub
|
4727208e6e
|
Merge pull request #11226 from michalzielanski/modify-geometry-collection-bugfix
By modifying the common vertex, not all geometries were changed when …
|
2020-06-29 08:23:24 -06:00 |
|
Michał Zielański
|
3d9dfe2654
|
By modifying the common vertex, not all geometries were changed when the geometries were aggregated in the collection
|
2020-06-29 10:48:17 +02:00 |
|
mike-000
|
75ae8634f7
|
use 'source-over' to render edges
|
2020-06-28 14:51:36 +01:00 |
|
Andreas Hocevar
|
4621496d44
|
Merge pull request #11224 from mohawk2/patch-1
Quote . in RegExp
|
2020-06-28 00:17:53 +02:00 |
|
mohawk2
|
2a9e109528
|
Quote . in regex, use literal not RegExp
|
2020-06-27 05:42:21 +01:00 |
|
Andreas Hocevar
|
04598d0641
|
Consider all corners for min/max x/y check
|
2020-06-26 19:29:51 +02:00 |
|
Andreas Hocevar
|
36a57ce6cc
|
Remove redundant check
|
2020-06-26 19:29:36 +02:00 |
|
Andreas Hocevar
|
f41776cbb7
|
Also clamp x when transform failed
|
2020-06-26 17:36:17 +02:00 |
|
Andreas Hocevar
|
7b4b77433b
|
Only clamp to dest extent when transform failed
|
2020-06-26 17:27:51 +02:00 |
|
Andreas Hocevar
|
fef349120b
|
Avoid extra extent width calculation
|
2020-06-26 17:26:41 +02:00 |
|
Andreas Hocevar
|
39f4627b8c
|
Improve readability and efficiency
|
2020-06-26 10:29:43 +02:00 |
|
Andreas Hocevar
|
bef4d8a494
|
Make proj4 transforms behave like built-in transforms
|
2020-06-26 00:16:52 +02:00 |
|
Andreas Hocevar
|
4758b533d0
|
Merge pull request #11218 from ahocevar/getfeature-rotated
getFeatures() uses wrong transforms after resetting rotation
|
2020-06-25 08:08:30 +02:00 |
|
Andreas Hocevar
|
18a8961d79
|
Fix getFeatures after rotation reset for VectorImage
|
2020-06-24 21:37:25 +02:00 |
|
Andreas Hocevar
|
ac14f6df62
|
Fix getFeatures after rotation reset for Vector
|
2020-06-24 21:37:13 +02:00 |
|
Andreas Hocevar
|
e4303c7b26
|
Merge pull request #11215 from ahocevar/flat-multipolygon
Fix MVT multipolygons with featureClass: Feature
|
2020-06-24 19:36:38 +02:00 |
|
Andreas Hocevar
|
9460b167e4
|
Merge pull request #11193 from mike-000/patch-14
Fix VectorImage layer clipping with rotation
|
2020-06-24 17:23:43 +02:00 |
|
mike-000
|
6c5a0674ec
|
revert previous commit
|
2020-06-24 15:57:39 +01:00 |
|
mike-000
|
658bc0a729
|
correct clipping of the vector rendering
|
2020-06-24 15:51:41 +01:00 |
|
Andreas Hocevar
|
4ce1cb89c6
|
Merge pull request #11195 from mike-000/patch-16
getExtent() to return getEmpty() if geometry is unprojectable
|
2020-06-24 15:01:00 +02:00 |
|
mike-000
|
4c7a1817fa
|
optimise check for NaN in extent
|
2020-06-24 12:46:02 +01:00 |
|
Andreas Hocevar
|
cfe763e469
|
Merge pull request #11188 from michalzielanski/late-obj-init
Late object initialization
|
2020-06-24 10:21:43 +02:00 |
|
Michał Zielański
|
e706a5cd67
|
Restore {Object <...>} instead of {? Object <...>}
|
2020-06-24 10:05:41 +02:00 |
|
Michał Zielański
|
235babfd7f
|
Adaptation of previous changes to the change from 61241e7 (null instead of undefined as the initial value)
|
2020-06-24 09:54:56 +02:00 |
|
Andreas Hocevar
|
f139edcdae
|
Merge pull request #11194 from mike-000/patch-15
ol/geom/LineString#getCoordinateAt() to return Z and M values if available
|
2020-06-23 23:51:01 +02:00 |
|
Andreas Hocevar
|
61241e7f90
|
Do nut use name annotation and avoid changing types
|
2020-06-23 23:07:35 +02:00 |
|
Andreas Hocevar
|
40ab8405c1
|
Do not use a separate isClockwise check
|
2020-06-23 21:17:59 +02:00 |
|
songyumeng
|
b606878d57
|
fixes #8148
judge whether it is multiPolygon or Polygon:https://github.com/mapbox/vector-tile-js/blob/a9a9102/lib/vectortilefeature.js#L195-L223
|
2020-06-23 20:15:52 +02:00 |
|
Andreas Hocevar
|
c490745ff0
|
Faster clockwise check and better documentation
|
2020-06-23 19:56:12 +02:00 |
|
Andreas Hocevar
|
d3909715bc
|
Merge pull request #11198 from mike-000/patch-17
Add condition option to Extent interaction
|
2020-06-21 09:13:26 +02:00 |
|
Tim Schaub
|
139b048197
|
Prepare for a new default branch name
|
2020-06-19 10:25:03 -06:00 |
|
mike-000
|
342b69fe92
|
fix prettier
|
2020-06-18 15:42:48 +01:00 |
|
mike-000
|
3acb0b28de
|
Add condition option
|
2020-06-18 15:17:55 +01:00 |
|
mike-000
|
74b74e2478
|
fix pettier
|
2020-06-17 16:59:56 +01:00 |
|
mike-000
|
1685913a55
|
getExtent() return getEmpty() for invalid extents
|
2020-06-17 16:46:24 +01:00 |
|
mike-000
|
19f3c6b94a
|
getCoordinateAt return Z and M values if available
|
2020-06-17 15:46:28 +01:00 |
|
mike-000
|
f5d85ab4f9
|
interpolatePoint optionally returns Z and M values
|
2020-06-17 15:24:41 +01:00 |
|
mike-000
|
1c725c8cfc
|
do not clip the vector rendering
|
2020-06-17 11:13:33 +01:00 |
|
mike-000
|
091584a120
|
do not clip rendering for VectorImage layers
|
2020-06-17 11:11:19 +01:00 |
|
mike-000
|
014f17d14b
|
correct clipping with rotation
|
2020-06-16 12:20:50 +01:00 |
|
Michał Zielański
|
517c9e6b52
|
Late object initialization in Target class
|
2020-06-15 19:06:36 +02:00 |
|
Michał Zielański
|
0e8f0034ab
|
Creating an object that stores properties only when needed in BaseObject class
|
2020-06-15 18:26:28 +02:00 |
|
Andreas Hocevar
|
323a472fbb
|
Merge pull request #11037 from mike-000/patch-11
Allow icon and text styles to be scaled in two dimensions
|
2020-06-13 10:00:06 +02:00 |
|
Andreas Hocevar
|
dbe080d362
|
Rename chain function to all
|
2020-06-13 08:40:00 +02:00 |
|
Andreas Hocevar
|
3de2ea0624
|
More convenience with condition chaining
|
2020-06-13 08:39:59 +02:00 |
|