Andreas Hocevar
0b3eed5500
Update package version to 3.18.1
v3.18.1
2016-08-29 13:18:04 +02:00
Andreas Hocevar
b98a28857d
Changelog for v3.18.1
2016-08-29 13:17:32 +02:00
Andreas Hocevar
a14a348246
Merge pull request #5798 from ahocevar/fix-rotated-circles
...
Move to 90° along the circle, not 0°
2016-08-29 13:13:23 +02:00
Andreas Hocevar
ffefda132a
Merge pull request #5790 from ahocevar/fix-pixelratio
...
Fix vector tile rotation on HiDPI devices
2016-08-29 13:12:27 +02:00
Andreas Hocevar
92cc26596d
Update package version to 3.18.0
v3.18.0
2016-08-26 17:56:10 +02:00
Andreas Hocevar
7de3951236
Changelog for v3.18.0
2016-08-26 17:55:57 +02:00
Andreas Hocevar
3fc2b9798e
Merge pull request #5782 from ahocevar/ie-tests
...
Compare URLs in an IE compatible way
2016-08-26 17:25:27 +02:00
Andreas Hocevar
2e7b8dbbca
Compare URLs in an IE compatible way
2016-08-26 17:03:21 +02:00
Andreas Hocevar
3e2c7071f8
Merge pull request #5778 from ahocevar/osm-mapzen
...
Use Mapzen instead of openstreetmap.us tiles
2016-08-26 11:46:58 +02:00
Andreas Hocevar
853fbee1e2
Use Mapzen instead of openstreetmap.us tiles
...
The openstreetmap.us tile service will be shut down before the end of the
month.
2016-08-26 10:46:12 +02:00
Frédéric Junod
e301ea4bc1
Merge pull request #5774 from openlayers/greenkeeper-glob-7.0.6
...
Update glob to version 7.0.6 🚀
2016-08-25 17:13:41 +02:00
Andreas Hocevar
457de34485
Merge pull request #5708 from ahocevar/no-closepath
...
Remove unnecessary closePath() instructions
2016-08-25 17:05:52 +02:00
Andreas Hocevar
65d03bfbfb
Bail out when there is no fill and stroke
2016-08-25 16:40:31 +02:00
greenkeeperio-bot
9b46b86680
chore(package): update glob to version 7.0.6
...
https://greenkeeper.io/
2016-08-25 09:54:00 +02:00
Andreas Hocevar
b7c84b269c
Merge pull request #5196 from ahocevar/batch-fill-stroke
...
Batch polygon and circle fills and strokes
2016-08-24 12:02:52 +02:00
Andreas Hocevar
395793b921
Additional tests and code comments
2016-08-24 11:44:15 +02:00
Andreas Hocevar
2d65ffb8ab
Merge pull request #5768 from ahocevar/clip-vector
...
Enable extent clipping for vector layers
2016-08-23 16:33:34 +02:00
Frédéric Junod
379c092cf4
Merge pull request #4753 from fredj/export_contains
...
Export ol.geom.Geometry#containsCoordinate function
2016-08-23 16:22:20 +02:00
Andreas Hocevar
8992ee8e73
Entertain the compiler
2016-08-23 15:33:52 +02:00
Andreas Hocevar
f490302959
Enable extent clipping for vector tile layers
2016-08-23 15:20:00 +02:00
Andreas Hocevar
1c73dc9088
Enable extent clipping for vector layers
2016-08-23 15:12:19 +02:00
Frédéric Junod
3fcb0641e4
Merge pull request #5050 from fredj/text_rotateWithView
...
Add rotateWithView option to ol.style.Text
2016-08-23 14:37:14 +02:00
Frederic Junod
8d1a26dd5b
Export ol.geom.Geometry#intersectsCoordinate
2016-08-23 14:36:49 +02:00
Frederic Junod
9074bd9783
Rename ol.geom.Geometry#containsCoordinate to intersectsCoordinate
2016-08-23 14:36:09 +02:00
Frédéric Junod
985dda28eb
Merge pull request #5767 from fredj/modify_no_geom
...
Accept feature without geometry in ol.interaction.Modify
2016-08-23 14:20:11 +02:00
Frédéric Junod
8dac85ad92
Merge pull request #5334 from fredj/examples_https
...
Load the examples resources with HTTPS
2016-08-23 14:19:48 +02:00
Frederic Junod
bd635ed01f
Load the examples resources with HTTPS
2016-08-23 13:52:16 +02:00
Frederic Junod
243f1061df
Accept feature without geometry in ol.interaction.Modify
2016-08-23 13:49:43 +02:00
Petr Sloup
9eadf1505a
Merge pull request #5766 from klokantech/examples-urls-https-fix
...
Use HTTPS to access tiles at tileserver.maptiler.com in examples
2016-08-23 13:45:36 +02:00
Frederic Junod
8e95d94f3e
Add rotateWithView option to ol.style.Text
2016-08-23 13:26:02 +02:00
Petr Sloup
cf7bed7887
Fix protocol in examples
...
tileserver.maptiler.com now uses HTTPS
2016-08-23 12:49:00 +02:00
Frédéric Junod
17ebe82577
Merge pull request #5765 from fredj/fewer-render-calls
...
Force a map render when the view is not updated
2016-08-23 12:29:38 +02:00
Andreas Hocevar
79ded2aa75
Merge pull request #5724 from ahocevar/fix-tilelayer-extent
...
Fix clipping of the tile layer extent on HiDPI devices
2016-08-23 12:12:40 +02:00
Andreas Hocevar
7e940e618e
Introduce new overlaps option for Vector and VectorTile sources
...
Instead of deciding whether to batch fills and strokes by looking at the
opacity of the style, we now rely on user input.
2016-08-23 12:05:03 +02:00
Andreas Hocevar
eed52552a9
Batch polygon and circle fills and strokes
2016-08-23 12:05:03 +02:00
Andreas Hocevar
208ea171c3
Add test to ensure the correct draw canvas size
2016-08-23 12:01:32 +02:00
Frederic Junod
fe75924941
Force a map render when the view is not updated
2016-08-23 10:57:20 +02:00
Andreas Hocevar
c1daf6f49f
Add rendering tests for hidpi layer clipping
2016-08-23 10:55:56 +02:00
Andreas Hocevar
bee94d0d4f
Fix drawScale calculation
...
The goal of using a drawScale was to use the smallest possible canvas (i.e.
one that fits the tile pixel ratio instead of the view pixel ratio) when
composing rotated views. Instead, the drawScale caused a ridiculously
large canvas.
2016-08-23 10:55:56 +02:00
Andreas Hocevar
92e2b72f55
Fix clip extent calculation for tile layers
2016-08-23 10:55:56 +02:00
Bart van den Eijnden
ba4aac72f3
Merge pull request #5764 from bartvde/fewer-render-calls
...
Remove unnecessary map.render() calls
2016-08-23 10:36:15 +02:00
Tim Schaub
684a551273
Remove extra map.render() calls from mousewheel zoom interaction
2016-08-23 10:23:23 +02:00
Tim Schaub
22add7e431
Remove extra map.render() calls from keyboard zoom interaction
2016-08-23 10:23:23 +02:00
Tim Schaub
1439f14cf3
Remove extra map.render() calls from drag rotate/zoom interaction
2016-08-23 10:23:23 +02:00
Tim Schaub
92e83aebe0
Remove extra map.render() calls from drag rotate interaction
2016-08-23 10:23:23 +02:00
Tim Schaub
5d461fa0e7
Remove extra map.render() calls from drag pan interaction
2016-08-23 10:23:23 +02:00
Andreas Hocevar
3b4e368a00
Merge pull request #5763 from ahocevar/fix-assert
...
Fix assert namespace
2016-08-23 10:14:37 +02:00
Andreas Hocevar
e62cc6ac47
Fix assert namespace
2016-08-23 09:58:31 +02:00
Andreas Hocevar
c81709bed3
Merge pull request #5616 from ahocevar/fix-mouseonly-type
...
Fix event type and documentation of ol.events.condition.mouseOnly
2016-08-23 09:46:16 +02:00
Frédéric Junod
0f9a1830b8
Merge pull request #5755 from fredj/5740
...
Increase the size of the map in ol.layer.Tile rendering tests
2016-08-23 08:30:12 +02:00