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
Frederic Junod
243f1061df
Accept feature without geometry in ol.interaction.Modify
2016-08-23 13:49:43 +02:00
Frederic Junod
8e95d94f3e
Add rotateWithView option to ol.style.Text
2016-08-23 13:26:02 +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
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
Frederic Junod
fe75924941
Force a map render when the view is not updated
2016-08-23 10:57:20 +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
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
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
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
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
Andreas Hocevar
02daf761f0
Set proper replay canvas size and offset for rotated view
2016-08-21 14:14:37 +02:00
Tamar Cohen
e0d75555c5
updates to not depend on closure library; improvements on styles for KML placemarks
2016-08-18 16:00:29 -07:00
Tamar Cohen
50e314adbd
removed dependencies on goog.clone and fixed placemark rendering
2016-08-17 16:53:08 -07: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
Alexandre Dubé
3959e9b76f
Fix #5730 - Ignore null/undef. values in uri.appendParams
2016-08-16 08:25:33 -04: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
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
Peter Robins
8cabff9b7d
Remove tilerange assert from tilegrid/wmts
2016-08-13 17:38:35 +00:00
Tim Schaub
f25fd07a5e
Merge pull request #5702 from tschaub/no-missing-requires
...
Add rule to identify missing requires
2016-08-13 10:32:41 -06:00
Andreas Hocevar
f3c8465e6c
Merge pull request #5670 from Benjaki2/master
...
Added image data value to 'forEachLayerAtPixel' method callback
2016-08-13 14:09:47 +02:00
Tim Schaub
a9e34c0f92
Refactored filter formats
2016-08-12 10:54:36 -06:00
Tim Schaub
a27d0da8a5
Add transform2D to ol.geom.SimpleGeometry
2016-08-12 10:54:06 -06:00
Tim Schaub
9d276982b5
Assorted missing requires
2016-08-12 10:53:50 -06:00
Tim Schaub
3afb42828f
Add Hint and Property as ol.View properties
2016-08-12 10:53:50 -06:00
Tim Schaub
9cbbdc9242
Add Usage property to ol.webgl.Buffer
2016-08-12 10:53:50 -06:00
Tim Schaub
0b3c320540
Rename ol.webgl.WebGLContextEventType to ol.webgl.ContextEventType
2016-08-12 10:53:50 -06:00
Tim Schaub
9e4d80b459
Move State to ol.Tile
2016-08-12 10:53:49 -06:00
Tim Schaub
395b486cd8
Public icon images cache
2016-08-12 10:53:49 -06:00