Frederic Junod
c260e927a0
Round the DPI value in ol.source.ImageArcGISRest
2017-02-08 13:32:57 +01:00
Tim Schaub
f5aea97d3b
All @api annotations imply stability
2017-02-06 09:22:05 -07:00
Andreas Hocevar
ca7540fa3c
Merge pull request #6427 from ahocevar/wms-image-size
...
Ensure WMS width and height are always integers
2017-02-02 09:26:47 +01:00
Andreas Hocevar
47e1354610
Ensure WMS width and height are always integers
2017-02-01 14:00:20 +01:00
Guillaume Beraudo
c16cc286cd
Prefer @override in the case there is no other annotations
...
See
https://github.com/google/closure-compiler/wiki/Annotating-JavaScript-for-the-Closure-Compiler#override
2017-01-31 09:31:34 +01:00
Guillaume Beraudo
1c353061fe
Consistently handle not implemented methods
2017-01-31 09:21:01 +01:00
Guillaume Beraudo
b54ea89395
Handle concrete classes with non implemented abstract methods
2017-01-30 17:16:01 +01:00
Frederic Junod
198cf987ed
Add empty ol.source.Vector.getResolutions
2017-01-30 17:16:01 +01:00
Frederic Junod
d59224f5eb
Add missing override and inheritDoc jsdoc tags
2017-01-30 17:16:01 +01:00
Frederic Junod
546fc97cd4
Add abstract tag at class level
2017-01-30 17:16:01 +01:00
Frederic Junod
a8cade7cf8
Add ol.source.TileDebug.Tile_#load function
2017-01-30 17:16:01 +01:00
Andreas Hocevar
2e89ca3aa3
Add projection option to ol.source.Zoomify
2017-01-20 16:23:59 +01:00
giohappy
d0e97df348
Mitigate rounding errors in GetMap widht/height calculation
...
Revert to Math.ceil and calculate extent from round image sizes
Fix regression: test view extent against real extent, then apply ratio
remove trailing spaces
2017-01-10 23:10:59 +01:00
Frédéric Junod
1692a19c3b
Merge pull request #6300 from fredj/hidpi_ImageArcGISRest
...
Add missing hidpi option for ol.source.ImageArcGISRest
2017-01-09 08:28:50 +01:00
Tim Schaub
137cdc04c8
Remove ol.DEBUG
2017-01-01 20:37:52 -07:00
Tim Schaub
c9794b77db
Shared module for vector event type enum
2016-12-27 14:13:45 -07:00
Tim Schaub
091daf9d70
Shared module for tile source event type
2016-12-27 14:11:10 -07:00
Tim Schaub
e2f78a8006
Shared module for raster operation type enum
2016-12-27 14:08:23 -07:00
Tim Schaub
2e3d065e34
Private enum for raster event type
2016-12-27 14:06:18 -07:00
Tim Schaub
fe33677ed9
Private enum for image source event type
2016-12-27 14:05:08 -07:00
Tim Schaub
7ee52f413d
Shared module for object event types
2016-12-27 13:55:23 -07:00
Tim Schaub
d6bff223da
Dedicated module for WMTS request encoding enum
2016-12-27 13:08:56 -07:00
Tim Schaub
5d7135e4e7
Make zoomify source enum private
2016-12-27 13:05:19 -07:00
Tim Schaub
847efde217
Dedicated module for collection event type enum
2016-12-27 12:31:50 -07:00
Tim Schaub
895a506025
Remove state enum from tile constructor
2016-12-27 10:17:26 -07:00
Tim Schaub
63a8a5a2cc
Dedicated module for image state enum
2016-12-27 10:11:12 -07:00
Frederic Junod
3642f02601
Add missing hidpi option for ol.source.ImageArcGISRest
2016-12-23 14:36:26 +01:00
Andreas Hocevar
a8d9202175
Continue loading tiles when image is not ready yet
2016-12-19 13:14:18 +01:00
simonseyock
f10ae6c474
Adressed review.
...
Reusing transform
Changing either size of the canvas or clearing it
adding unit of hitTolerance to jsdoc
2016-12-08 10:14:36 +01:00
simonseyock
5ce0d8aa2a
changed signature of internal methods
2016-12-08 10:13:47 +01:00
Tim Schaub
daba1fbcb6
Add EventType enum to ol.Object
2016-12-06 14:49:43 -07:00
Tim Schaub
3d2f677f2a
Add OperationType enum to ol.source.Raster
2016-12-06 14:49:43 -07:00
Tim Schaub
ce8cf27ad3
Remove assertion
2016-12-02 15:22:10 -08:00
Thomas Tilak
1f04a0aad9
adds TileMatrixSetLimits to WMTS format reader
...
enhance wmtstilegrid to use it when building matrixId and resolution arrays
2016-11-23 18:50:24 +01:00
Bart van den Eijnden
c990cab0c3
Match equivalent projections from WMTS caps
2016-11-16 16:17:55 +01:00
Tim Schaub
b829471c85
Move default tile load function to tile module
2016-11-11 05:04:36 -07:00
Andreas Hocevar
d52b3715d9
Fix tile size and pixel ratio
2016-11-07 19:22:19 +01:00
Bart van den Eijnden
02c0a6a533
Optionally enable hidpi support for Bing
2016-11-04 17:17:07 +01:00
Bart van den Eijnden
2fe4d63893
Make sure updateParams reloads in TileArcGISRest
2016-10-24 10:31:15 +02:00
Tim Schaub
ff754a0a9f
Use https for www.openstreetmap.org
2016-10-16 00:34:06 -06:00
Bart van den Eijnden
df4f2ff28d
Add getters to BingMaps source for api key and imagerySet
2016-10-12 16:04:10 +02:00
Marc Jansen
7b8b300b31
Rename source.RasterEvent* to source.Raster.Event*
2016-09-13 09:25:47 +02:00
Marc Jansen
bb43a45f91
Move provider and layerconfig to be class members
2016-09-13 08:47:19 +02:00
Frederic Junod
cfc1337cde
Rename ol.source.ImageEventType to ol.source.Image.EventType
2016-09-07 10:22:25 +02:00
Frederic Junod
d08e9e65b4
Rename ol.source.ImageEvent to ol.source.Image.Event
2016-09-07 10:21:21 +02:00
Tim Schaub
956aed7eb4
Merge pull request #5837 from tschaub/global
...
Remove ol.global
2016-09-02 21:18:26 -06:00
Andreas Hocevar
9b61e8f44c
Merge pull request #5795 from thomasmoelhave/wmts-tile-transitions
...
Render older loaded tiles while waiting for new tiles
2016-09-02 16:53:55 +02:00
Andreas Hocevar
ed17cbc6f0
Move interim tile related methods to ol.Tile
2016-09-02 15:28:28 +02:00
Thomas Moelhave
69fc9edb4d
Render older loaded tiles while waiting for new tiles
2016-09-02 15:28:28 +02:00
Marc Jansen
9bf524a288
Rename source.wms.ServerType ➛ source.WMSServerType
2016-09-02 15:21:40 +02:00