Andreas Hocevar
e94b660b04
Merge pull request #7045 from ahocevar/immediate-image-size
...
Respect pixelRatio when scaling images
2017-07-27 16:42:21 +02:00
Bart van den Eijnden
7782870522
Merge pull request #7005 from Sol1du2/issue/6992/EsriJsonFormat
...
Add spatial reference inside geometry in EsriFormat
2017-07-27 14:40:02 +02:00
Willie Nordmann
648cd0ca61
Missed EPSG:900913
2017-07-26 13:08:39 -05:00
Willie Nordmann
b9b70ea3ec
Changing the EPSG3857.PROJECTION array assignment and adding urn:ogc:crs:EPSG::3857 while removing a duplicate
2017-07-26 12:52:37 -05:00
Andreas Hocevar
ecadb6b685
Respect pixelRatio when scaling images
2017-07-25 11:06:27 +02:00
Andreas Hocevar
fa41c0bad6
Merge pull request #7041 from openlayers/greenkeeper/eslint-4.3.0
...
Update eslint to the latest version 🚀
2017-07-25 10:55:25 +02:00
Andreas Hocevar
dd878e2a4c
Remove lint
2017-07-25 10:42:18 +02:00
gkresic
719abf7265
Support for lineDashOffset
2017-07-24 18:36:39 +02:00
Andreas Hocevar
c86d13f032
Merge pull request #6980 from ZachTRice/tilewms-tileclass
...
Added tileClass to TileWMS
2017-07-24 10:59:34 +02:00
Greg Gianforcaro
704cd03d96
Fix Graticule use of incorrect min/maxLon values
...
Appears to have just been a typeo, using the minLon_, maxLon_ member variables rather than the function parameters provided.
This was creating very wide lines of parallel which were sometimes very slow in Chrome.
2017-07-17 17:53:39 -04:00
Ron Young
f61bd6352d
ignore anchor if in default position
2017-07-14 13:16:42 +01:00
Tim Schaub
f8237c9cd2
Merge pull request #7013 from tschaub/sphere
...
Remove ol.sphere.WGS84 and ol.sphere.NORMAL
2017-07-12 21:14:05 -06:00
Guillaume Beraudo
645e359cde
Render transparent vector layers to an intermediate canvas
...
Until now, the features of transparent vector layers were rendered using
the layer opacity. This caused colors to mix together and the opacities
to stack up to an higher value than the expected layer opacity.
With this commit, the features are rendered at 100% opacity to an
intermediate canvas which ensures colors do not mix up even in the case
of features using an array of styles. The intermediate canvas is then
composed to the map canvas using the layer opacity.
Transparent layers are automatically detected, non-transparent layers
are not affected by the change.
2017-07-12 09:23:04 +02:00
Tim Schaub
fa71593a2a
Remove ol.sphere.NORMAL
2017-07-11 08:10:46 -06:00
Tim Schaub
2e903c0293
Remove ol.sphere.WGS84
2017-07-11 08:00:41 -06:00
Tim Schaub
aced192bcd
Merge pull request #6899 from probins/radii
...
Use number literal for sphere radius
2017-07-11 07:08:30 -06:00
Andreas Hocevar
c31d67fe57
Merge pull request #6996 from ch08532/bugfix/6987
...
6987: Memory leak with WMS time source with reprojection
2017-07-10 13:01:46 +02:00
Joao Gouveia
2be40953a8
Add spatial reference inside geometry in EsriFormat
...
As mentioned on issue 6992, EsriFormat was adding the spatial reference
outside the geometry, failing to insert data via the Arcgis rest API.
The spatial reference should be inside the geometry.
2017-07-10 10:24:04 +02:00
Frédéric Junod
8bc4bde5c3
Merge pull request #7004 from fredj/https
...
Use https for bing and stamen attributions
2017-07-10 08:58:49 +02:00
Frederic Junod
429e2982d0
Use https for bing and stamen attributions
2017-07-10 08:31:51 +02:00
Andreas Hocevar
59d8d749e3
Merge pull request #6998 from openlayers/greenkeeper/eslint-4.2.0
...
Update eslint to the latest version 🚀
2017-07-09 16:52:47 +02:00
Andreas Hocevar
cff9ef5e63
Remove lint
2017-07-09 16:11:36 +02:00
Andreas Hocevar
7739239e89
Make VectorTile source work with multiple layers
2017-07-09 14:08:08 +02:00
Chris Amaral
ff242ef28c
timeimage.js - Added newTile.refreshInterimChain() to clean up interimTile references and preventing memory leak
2017-07-07 13:57:50 -04:00
Andreas Hocevar
4a0f97ac6a
Merge pull request #6988 from ahocevar/vectortile-types
...
Add missing type annotations
2017-07-06 16:53:23 +02:00
Andreas Hocevar
a0e0e76995
Add missing type annotations
2017-07-06 12:31:57 +02:00
ZachTRice
8db49fa981
Added tileClass to TileWMS
2017-07-04 10:20:02 -04:00
Andreas Hocevar
4f0bfbc1db
Merge pull request #6970 from cmortazavi/patch-1
...
Fix Bug when adding/removing layer with no cache
2017-07-03 20:34:13 +02:00
cmortazavi
db63cc1b23
Fix Bug when adding/removing layer with no cache
2017-07-02 09:34:14 +02:00
Andreas Hocevar
f88d8b8a7d
Merge pull request #6972 from ahocevar/loaded-error-tiles
...
Handle error tiles properly
2017-06-29 09:33:33 +02:00
Andreas Hocevar
970265acb0
Give preloaded lower resolution tiles a chance to display immediately
2017-06-29 00:02:24 +02:00
Andreas Hocevar
36c80f61bc
Do not delete tile keys for error or empty tiles
2017-06-28 23:16:11 +02:00
Andreas Hocevar
ee0eb8b1a0
Normalize rotation to values between -180 and 180 degrees after animation
2017-06-28 16:36:33 +02:00
Andreas Hocevar
c0e4da6d8c
Merge pull request #6966 from ahocevar/resolution-for-zoom
...
Add getResolutionForZoom method for ol.View
2017-06-28 13:01:54 +02:00
Andreas Hocevar
72f5ff917f
Merge pull request #6965 from ahocevar/shortest-rotation
...
Use shortest rotation delta for animation
2017-06-28 13:01:33 +02:00
Frédéric Junod
163e01a2dc
Merge pull request #6964 from fredj/kml_DataParser
...
Fix KML ExtendedData reading
2017-06-28 10:53:55 +02:00
Andreas Hocevar
aa8d7b0b36
Add getResolutionForZoom method for ol.View
2017-06-28 10:30:32 +02:00
Andreas Hocevar
8d0857fd7a
Merge pull request #6958 from ahocevar/vectorimagetile-cleanup
...
Remove error tiles after loading is finished
2017-06-28 10:21:20 +02:00
Andreas Hocevar
67f69a32bb
Use shortest rotation delta for animation
2017-06-28 10:06:10 +02:00
Frederic Junod
382674975e
Fix KML ExtendedData reading
2017-06-28 09:51:18 +02:00
Frédéric Junod
eaaa895b0a
Merge pull request #6793 from GaborFarkas/webgl_text
...
Webgl text
2017-06-27 15:44:57 +02:00
Tim Schaub
3ddb8712a3
Queue tiles before loading
2017-06-26 18:31:53 -06:00
Andreas Hocevar
533ca8b9fe
Remove error tiles after loading is finished
2017-06-26 16:16:47 +02:00
Andreas Hocevar
fe18636ff9
Remove lint
2017-06-26 14:56:07 +02:00
GaborFarkas
619e85e737
Fix linting issues
2017-06-23 21:12:27 +02:00
GaborFarkas
b3407b0554
Add reindented texture shader
2017-06-23 20:51:46 +02:00
GaborFarkas
a4c421e699
Use glyph atlases
2017-06-23 20:44:41 +02:00
GaborFarkas
7b9833fdce
Conform TextReplay to the new structure
2017-06-23 20:44:41 +02:00
GaborFarkas
bd87ec7c83
Conform ImageReplay to the new structure
2017-06-23 20:44:41 +02:00
GaborFarkas
26bfa7a172
Refactor WebGL ImageReplay
2017-06-23 20:37:37 +02:00