greenkeeper[bot]
3e82da4beb
chore(package): update yargs to version 13.1.0
2019-02-12 06:35:53 +00:00
Andreas Hocevar
b71d7773d3
Merge pull request #9201 from ahocevar/drawable-child-range
...
Only consider child range with drawable tiles
2019-02-11 11:05:20 +01:00
Andreas Hocevar
7d5b2d8c3b
Merge pull request #9204 from ahocevar/intellisense-notes-addendum
...
Add missing 'include' section
2019-02-10 22:50:32 +01:00
ahocevar
dc298b8895
Add missing 'include' section
2019-02-10 22:44:22 +01:00
Andreas Hocevar
693c763710
Merge pull request #9203 from ahocevar/intellisense-notes
...
Only promise what we can deliver regarding IntelliSense
2019-02-10 22:42:42 +01:00
Andreas Hocevar
680f3cde3c
Merge pull request #9200 from ahocevar/vectorimage-note
...
Add upgrade note about renderMode: 'image' for vector layers
2019-02-10 09:55:25 +01:00
ahocevar
3ef6635c09
Only promise what we can deliver regarding IntelliSense
2019-02-10 09:10:01 +01:00
ahocevar
8028ce3ac5
Add upgrade note about renderMode: 'image' for vector layers
2019-02-10 08:47:16 +01:00
ahocevar
3557a13147
Only consider child range with drawable tiles
2019-02-09 19:35:31 +01:00
Frédéric Junod
f6e625f21a
Merge pull request #9197 from fredj/cleanup
...
Remove unused opt_this param
2019-02-08 08:43:31 +01:00
Andreas Hocevar
d1c71c3c61
Merge pull request #9196 from ahocevar/pointresolution-scaleline
...
getPointResolution returns resolution in projection units
2019-02-07 15:32:32 +01:00
Frederic Junod
6f8ffddace
Remove opt_this param in manageTilePyramid function
2019-02-07 13:18:52 +01:00
Frederic Junod
438736068e
Remove opt_this param in forEach function
2019-02-07 13:07:36 +01:00
Andreas Hocevar
bfe8ee5309
Merge pull request #9195 from openlayers/greenkeeper/handlebars-4.1.0
...
Update handlebars to the latest version 🚀
2019-02-07 12:50:05 +01:00
ahocevar
703dadfcde
Fix ScaleLine control now that getPointResolution works correctly
2019-02-07 12:26:18 +01:00
ahocevar
fecb8de769
getPointResolution returns proj units
2019-02-07 12:25:37 +01:00
ahocevar
b3bc78daec
Provide center in the correct projection
2019-02-07 12:23:45 +01:00
ahocevar
d24ae3c2ac
Fix expectation for degree point resolution
2019-02-07 12:22:18 +01:00
Frederic Junod
2879c0b6ad
Remove opt_this param in forDataAtCoordinate function
2019-02-07 11:51:28 +01:00
greenkeeper[bot]
5ef1b51c02
chore(package): update handlebars to version 4.1.0
2019-02-07 10:45:15 +00:00
Frederic Junod
41d231a4c7
Remove opt_this param in forEachTileCoordParentTileRange function
...
The function is only called by `ol/renderer/canvas/TileLayer` and `opt_this` was always `null`.
2019-02-07 11:43:52 +01:00
Frédéric Junod
f4fe1babd2
Merge pull request #9194 from openlayers/greenkeeper/webpack-4.29.3
...
chore(package): update webpack to version 4.29.3
2019-02-07 11:08:44 +01:00
greenkeeper[bot]
efc85ed0ed
chore(package): update webpack to version 4.29.3
...
Closes #9192
2019-02-07 09:29:38 +00:00
Andreas Hocevar
be16c2357d
Merge pull request #9190 from romanzoller/multi-polygon-area
...
Fix MultiPolygon area calculation
2019-02-05 20:43:37 +01:00
Andreas Hocevar
88c213078e
Merge pull request #9179 from gberaudo/allow_image_declutter
...
Allow declutter with image render mode
2019-02-05 20:29:15 +01:00
Roman Zoller
ee57b197e5
Fix offset passed from linearRingssAreOriented to linearRingsAreOriented
...
The offset needs to be set to the end of the previous Polygon,
see `offset = orientLinearRings(...)` in function orientLinearRingsArray
Fixes #9189
2019-02-05 17:56:52 +01:00
Roman Zoller
2c859b1196
Rename misnamed functions in geom/flat/orient
...
- Rename linearRingIsOriented => linearRingsAreOriented
The function checks all linear rings of a Polygon, so
the plural "rings" is more appropriate
- Rename linearRingsAreOriented => linearRingssAreOriented
The double s is appropriate because the check is done for
all Polygons of a MultiPolygon
This commit restores the function names from OpenLayers v4,
they were changed (wrongly IMHO) in #7820 .
2019-02-05 17:49:21 +01:00
Roman Zoller
c4be22b1b6
Add failing test for MultiPolygon#getArea
2019-02-05 17:48:42 +01:00
Guillaume Beraudo
b00b877ca1
Update upgrade notes
2019-02-05 17:25:00 +01:00
Guillaume Beraudo
168edac4a6
Allow declutter with image render mode
...
Using declutter in image render mode is legitimate: each tile is
decluttered, avoiding symbol/text overlaps.
2019-02-05 17:25:00 +01:00
Frédéric Junod
caa9153dd0
Merge pull request #9187 from fredj/cleanup
...
Remove unnecessary type cast
2019-02-05 16:36:16 +01:00
Frederic Junod
ba02320fcc
Remove unused layerState param
2019-02-05 11:46:12 +01:00
Frederic Junod
427c73ddf9
Remove unnecessary type cast
...
`npx tsc` output is the same before and after the changes.
2019-02-05 11:46:12 +01:00
Frédéric Junod
2c3ffdfdf8
Merge pull request #9186 from fredj/cleanup
...
Simplify typing in EsriJSON format
2019-02-05 10:57:36 +01:00
Frederic Junod
97b21145c4
Simplify typing in EsriJSON format
2019-02-05 10:27:26 +01:00
Frédéric Junod
2428c0984e
Merge pull request #9161 from fredj/template_type
...
Use type template for the source type of layers
2019-02-05 10:07:52 +01:00
Frédéric Junod
e0aad192af
Merge pull request #9184 from fredj/devDependencies
...
Update all dev dependencies
2019-02-05 09:22:03 +01:00
Frédéric Junod
e34806ad70
Merge pull request #9185 from openlayers/greenkeeper/webpack-4.29.1
...
Update webpack to the latest version 🚀
2019-02-05 09:21:22 +01:00
greenkeeper[bot]
a0fde2b24d
chore(package): update webpack to version 4.29.1
2019-02-04 18:43:37 +00:00
Frederic Junod
abfe6b4359
Update jsdoc-plugin-typescript to version 1.0.7
2019-02-04 16:27:25 +01:00
greenkeeper[bot]
acd8c34535
chore(package): update terser-webpack-plugin to version 1.2.2
2019-02-04 16:14:46 +01:00
greenkeeper[bot]
1a1c7dec87
chore(package): update puppeteer to version 1.12.1
2019-02-04 16:14:36 +01:00
greenkeeper[bot]
5e4ee77968
chore(package): update eslint to version 5.13.0
2019-02-04 16:14:28 +01:00
greenkeeper[bot]
9f54e9cb4d
chore(package): update ol-mapbox-style to version 3.6.4
2019-02-04 16:14:17 +01:00
Andreas Hocevar
83e7e3ad5c
Merge pull request #9178 from ahocevar/sources-for-typescript
...
Sources in npm package for TypeScript support
2019-02-04 13:55:04 +01:00
Andreas Hocevar
47adce4786
Merge pull request #9181 from ahocevar/test-removefeature-on-point
...
Add test to verify that removefeature is triggered
2019-02-04 13:02:35 +01:00
ahocevar
ce7a1b4365
Add test to verify that removefeature is triggered
2019-02-04 12:46:51 +01:00
Frederic Junod
0b53a3229b
Remove unneeded type cast
2019-02-04 09:58:49 +01:00
Frederic Junod
5318d52036
Use type template for the source type of layers
2019-02-04 09:58:48 +01:00
ahocevar
686e493288
Document TypeScript configuration in the README
2019-02-03 23:46:37 +01:00