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 |
|
Andreas Hocevar
|
a07118a302
|
Merge pull request #11219 from ahocevar/safe-proj4
Make proj4 transforms behave like built-in transforms
|
2020-06-27 10:25:05 +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 |
|
Tim Schaub
|
09a458bed1
|
Merge pull request #11217 from tschaub/more-geosjon-tests
Additional test coverage for serializing GeoJSON
|
2020-06-24 15:20:26 -06: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 |
|
Tim Schaub
|
45d90cde72
|
Additional test coverage for serializing GeoJSON
|
2020-06-24 10:43:15 -06: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
|
18e2044b58
|
Add rendering tests for MVT, comparing with GeoJSON
|
2020-06-23 23:53:35 +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
|
79c318d262
|
Make test polygons squares
|
2020-06-23 22:01:06 +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
|
3349f74a04
|
Merge pull request #11210 from openlayers/dependabot/npm_and_yarn/puppeteer-4.0.0
Bump puppeteer from 3.3.0 to 4.0.0
|
2020-06-22 14:36:57 +02:00 |
|
Andreas Hocevar
|
7c718a854e
|
Merge pull request #11209 from openlayers/dependabot/npm_and_yarn/rollup-2.18.0
Bump rollup from 2.16.1 to 2.18.0
|
2020-06-22 14:36:11 +02:00 |
|
Andreas Hocevar
|
a8c02312a9
|
Merge pull request #11208 from openlayers/dependabot/npm_and_yarn/webpack-cli-3.3.12
Bump webpack-cli from 3.3.11 to 3.3.12
|
2020-06-22 14:35:31 +02:00 |
|
Andreas Hocevar
|
d68cfcb84b
|
Merge pull request #11207 from openlayers/dependabot/npm_and_yarn/eslint-7.3.0
Bump eslint from 7.2.0 to 7.3.0
|
2020-06-22 13:01:47 +02:00 |
|
Andreas Hocevar
|
719d84939d
|
Merge pull request #11206 from openlayers/dependabot/npm_and_yarn/babel/preset-env-7.10.3
Bump @babel/preset-env from 7.10.2 to 7.10.3
|
2020-06-22 12:13:21 +02:00 |
|
dependabot-preview[bot]
|
bd9f4b243e
|
Bump @babel/preset-env from 7.10.2 to 7.10.3
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.10.2 to 7.10.3.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.10.3/packages/babel-preset-env)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2020-06-22 10:05:10 +00:00 |
|
Andreas Hocevar
|
c88c233574
|
Merge pull request #11205 from openlayers/dependabot/npm_and_yarn/terser-webpack-plugin-3.0.6
Bump terser-webpack-plugin from 3.0.4 to 3.0.6
|
2020-06-22 12:04:03 +02:00 |
|
Andreas Hocevar
|
c7fc28f70a
|
Merge pull request #11204 from openlayers/dependabot/npm_and_yarn/babel/core-7.10.3
Bump @babel/core from 7.10.2 to 7.10.3
|
2020-06-22 12:02:46 +02:00 |
|
dependabot-preview[bot]
|
12445a5dc8
|
Bump puppeteer from 3.3.0 to 4.0.0
Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 3.3.0 to 4.0.0.
- [Release notes](https://github.com/puppeteer/puppeteer/releases)
- [Commits](https://github.com/puppeteer/puppeteer/compare/v3.3.0...v4.0.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2020-06-22 09:23:53 +00:00 |
|
dependabot-preview[bot]
|
6a9ded7dde
|
Bump rollup from 2.16.1 to 2.18.0
Bumps [rollup](https://github.com/rollup/rollup) from 2.16.1 to 2.18.0.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v2.16.1...v2.18.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2020-06-22 09:22:50 +00:00 |
|
dependabot-preview[bot]
|
4beafd250d
|
Bump webpack-cli from 3.3.11 to 3.3.12
Bumps [webpack-cli](https://github.com/webpack/webpack-cli) from 3.3.11 to 3.3.12.
- [Release notes](https://github.com/webpack/webpack-cli/releases)
- [Changelog](https://github.com/webpack/webpack-cli/blob/v3.3.12/CHANGELOG.md)
- [Commits](https://github.com/webpack/webpack-cli/compare/v3.3.11...v3.3.12)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2020-06-22 09:21:45 +00:00 |
|
dependabot-preview[bot]
|
7b894ef300
|
Bump eslint from 7.2.0 to 7.3.0
Bumps [eslint](https://github.com/eslint/eslint) from 7.2.0 to 7.3.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v7.2.0...v7.3.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2020-06-22 09:20:59 +00:00 |
|
dependabot-preview[bot]
|
d925bca7ff
|
Bump terser-webpack-plugin from 3.0.4 to 3.0.6
Bumps [terser-webpack-plugin](https://github.com/webpack-contrib/terser-webpack-plugin) from 3.0.4 to 3.0.6.
- [Release notes](https://github.com/webpack-contrib/terser-webpack-plugin/releases)
- [Changelog](https://github.com/webpack-contrib/terser-webpack-plugin/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/terser-webpack-plugin/compare/v3.0.4...v3.0.6)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2020-06-22 09:18:55 +00:00 |
|
dependabot-preview[bot]
|
155003fc35
|
Bump @babel/core from 7.10.2 to 7.10.3
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.10.2 to 7.10.3.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.10.3/packages/babel-core)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2020-06-22 09:18:50 +00: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
|
2fc5b7a8f7
|
Merge pull request #11202 from tschaub/branch-names
Branch name changes
|
2020-06-20 13:43:12 -06:00 |
|
Tim Schaub
|
9f6939cfd8
|
Publish dev releases for pushes to main
|
2020-06-20 13:18:57 -06:00 |
|