Andreas Hocevar
395793b921
Additional tests and code comments
2016-08-24 11:44:15 +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
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
Frédéric Junod
7206c0f2f1
Merge pull request #5757 from fredj/cluster_setDistance
...
Add ol.source.Cluster#setDistance function
2016-08-23 08:29:52 +02:00
Andreas Hocevar
f9a595ed5b
Merge pull request #5752 from ahocevar/fix-rotated-replaycontext
...
Set proper replay canvas size and offset for rotated view
2016-08-22 21:40:29 +02:00
Frederic Junod
f164ad7598
Add ol.source.Cluster#setDistance function
2016-08-22 13:36:44 +02:00
Frederic Junod
e6ba9973f9
Increase the size of the map in ol.layer.Tile rendering tests
2016-08-22 09:03:27 +02:00
Frédéric Junod
f0ca265ad1
Merge pull request #5754 from openlayers/greenkeeper-istanbul-0.4.5
...
Update istanbul to version 0.4.5 🚀
2016-08-22 09:03:06 +02:00
Frédéric Junod
ef07dc6eff
Merge pull request #5727 from fredj/add_missing_goog_require
...
Add missing goog require
2016-08-22 08:35:06 +02:00
Frédéric Junod
2de2575ead
Merge pull request #5273 from fredj/gutter_pixelRatio
...
Take the pixelRatio into account when computing the gutter
2016-08-22 08:31:00 +02:00
greenkeeperio-bot
fd2cc91482
chore(package): update istanbul to version 0.4.5
...
https://greenkeeper.io/
2016-08-21 19:43:05 -04:00
Andreas Hocevar
ce50714b85
Merge pull request #5753 from openlayers/greenkeeper-proj4-2.3.15
...
Update proj4 to version 2.3.15 🚀
2016-08-22 01:42:45 +02:00
greenkeeperio-bot
1c45321e32
chore(package): update proj4 to version 2.3.15
...
https://greenkeeper.io/
2016-08-21 15:41:58 -04:00
Andreas Hocevar
02daf761f0
Set proper replay canvas size and offset for rotated view
2016-08-21 14:14:37 +02:00
Bart van den Eijnden
4c098e0419
Merge pull request #5741 from bartvde/workshop-i18n
...
Point to the English workshop
2016-08-17 17:05:30 +02:00
Bart van den Eijnden
ede6fc6e01
Point to the English workshop
2016-08-17 14:17:59 +02:00
Frederic Junod
2fb5e544c2
Take the pixelRatio into account when computing the gutter
2016-08-17 13:33:03 +02:00
Frederic Junod
522398d064
Add missing goog.require('ol.style.Style')
2016-08-17 10:00:36 +02:00
Frederic Junod
d4ad9ad616
Add missing goog.require('ol')
2016-08-17 09:57:21 +02:00
Frederic Junod
793ec85b9d
Add missing goog.require('ol.render.canvas')
2016-08-17 09:57:21 +02:00
Frederic Junod
ca7fbc25de
Add missing goog.require('ol.asserts')
2016-08-17 09:57:21 +02:00
Frédéric Junod
2489dee519
Merge pull request #5721 from openlayers/greenkeeper-metalsmith-2.2.0
...
Update metalsmith to version 2.2.0 🚀
2016-08-17 09:08:33 +02:00
Bart van den Eijnden
784be4099e
Merge pull request #5733 from adube/fix-uri-appendparams-exclude-null
...
Fix #5730 - Ignore null/undef. values in uri.appendParams
2016-08-16 14:50:27 +02:00
Alexandre Dubé
d61bdfb20a
Add test unit for null|undefined params in ol.uri
2016-08-16 08:30:56 -04:00
Alexandre Dubé
3959e9b76f
Fix #5730 - Ignore null/undef. values in uri.appendParams
2016-08-16 08:25:33 -04:00
Tobias Sauerwein
0ffc39e70f
Merge pull request #5736 from tsauerwein/resultType-docs
...
Show `resultType` attribute in docs
2016-08-16 12:40:23 +02:00
tsauerwein
05d91e8825
Show resultType attribute in docs
2016-08-16 11:43:33 +02:00
Frédéric Junod
400818635a
Merge pull request #5735 from openlayers/greenkeeper-eslint-3.3.1
...
Update eslint to version 3.3.1 🚀
2016-08-16 08:30:35 +02:00
Andreas Hocevar
790bfe5a52
Merge pull request #5731 from Benjaki2/master
...
Added a pixelRatio adjust to the canvasTileLayer 'forEachLayerAtPixel…
2016-08-16 00:17:49 +02:00
greenkeeperio-bot
be422ff9ec
chore(package): update eslint to version 3.3.1
...
https://greenkeeper.io/
2016-08-15 17:52:51 -04:00
Frédéric Junod
bdd177dc1d
Merge pull request #5732 from fredj/cleanup
...
Add missing curly braces in type annotations
2016-08-15 17:16:53 +02:00
Frederic Junod
a5a9ed69eb
Add missing curly braces in type annotations
2016-08-15 16:33:33 +02:00
Benjamin
c3b66743fe
Added a pixelRatio adjust to the canvasTileLayer 'forEachLayerAtPixel' method
...
This method was composing a frame that was only accurate for devices
with a pixelRatio of 1. Now the canvas widths and heights are
multiplied beforehand by the pixelRatio. #5601
2016-08-15 10:28:29 -04:00
Frédéric Junod
3dd21af721
Merge pull request #5728 from openlayers/greenkeeper-closure-util-1.15.1
...
Update closure-util to version 1.15.1 🚀
2016-08-15 16:17:35 +02:00
greenkeeperio-bot
87a1df8eb3
chore(package): update metalsmith to version 2.2.0
...
https://greenkeeper.io/
2016-08-15 15:54:39 +02:00
Frédéric Junod
8425b6d40b
Merge pull request #5717 from openlayers/greenkeeper-phantomjs-prebuilt-2.1.12
...
Update phantomjs-prebuilt to version 2.1.12 🚀
2016-08-15 15:35:57 +02:00
greenkeeperio-bot
2032632dc6
chore(package): update phantomjs-prebuilt to version 2.1.12
...
https://greenkeeper.io/
2016-08-15 13:35:26 +02:00
greenkeeperio-bot
f8a2352eff
chore(package): update closure-util to version 1.15.1
...
https://greenkeeper.io/
2016-08-15 07:33:03 -04:00
Andreas Hocevar
be1bec3aa8
Merge pull request #5725 from probins/wmts
...
Remove tilerange assert from tilegrid/wmts
2016-08-15 09:46:31 +02:00
Frédéric Junod
f799a4b371
Merge pull request #5723 from openlayers/greenkeeper-eslint-3.3.0
...
Update eslint to version 3.3.0 🚀
2016-08-15 08:45:42 +02:00