Tom Payne
fe420ce1eb
Pass view rotation to replay
2014-02-21 11:56:34 +01:00
Tom Payne
a773ab256c
Use a switch to select tier size calculation
2014-02-20 19:30:47 +01:00
Tom Payne
00eff70ae6
Use an enum for Zoomify tier size calculation option
2014-02-20 19:29:56 +01:00
Félix Girault
a045a62651
Use shorter syntax for integer division by 2
2014-02-20 16:45:08 +01:00
Félix Girault
ac785459da
Add an alternative algorithm for zoomify tier size calculation
...
Zoomify uses a different algorithm than ol3 to calculate the number of
tiles per tier.
These algorithms are compatible in most cases, but they will lead to
different results with some particular image sizes.
This update provides an option for the zoomify source to use one of
these two algorithms.
2014-02-20 11:17:16 +01:00
Ivan Grcic
34d5f24816
Do not load tiles outside extents for TileWMS source
2014-02-17 01:23:23 +01:00
Tim Schaub
c64c24d3dc
Common code for creating a style function
2014-02-13 10:25:16 -07:00
Tim Schaub
b309c44020
Give vector image source a style option
2014-02-13 10:25:16 -07:00
Tom Payne
02b4e7cced
Use protocol relative URL in ol.source.Stamen
2014-02-13 13:48:06 +01:00
Tom Payne
bb7a1c11f6
Use protocol relative URL in ol.source.MapQuest
2014-02-13 13:47:13 +01:00
Frederic Junod
4cb4ab89db
Use protocol relative URL for OSM tiles
2014-02-13 11:21:27 +01:00
Tom Payne
37d5a4af65
Don't export ol.source.wms.ServerType
2014-02-06 22:36:47 +01:00
Tom Payne
d4ebfac74a
Allow ol.source.{Image,Tile}WMS serverType option to be a string
2014-02-06 22:33:42 +01:00
Tom Payne
3408b8b835
Don't export ol.source.State
2014-02-06 22:33:42 +01:00
Tom Payne
88c8783271
Allow ol.source.Source state option to be a string
2014-02-06 22:33:42 +01:00
Tom Payne
f1276e86a1
Add projection option to ol.source.IGC
2014-02-06 16:48:42 +01:00
Éric Lemoine
63aadc5c0f
Factor out icon image loading code
2014-02-06 12:59:39 +01:00
Éric Lemoine
bf8520096e
Vector image source uses new image style interface
2014-02-06 12:59:38 +01:00
Tom Payne
0b4b6e2a75
Merge pull request #1639 from twpayne/kml-ie9
...
KML support for Internet Explorer
2014-02-05 14:23:07 +01:00
Tom Payne
a769bba65e
Don't use getResponseXml() on IE
2014-02-04 22:20:45 +01:00
Tom Payne
b63d0083f2
Use ol.xml.load in ol.source.VectorFile
2014-02-04 17:36:56 +01:00
Tim Schaub
d2cd0808a8
Use projection option instead of reprojectTo
...
The projection option for vector file sources currently has no good meaning. The reprojectTo option is used to set the projection for cached features. This change makes it so the projection option is used for this purpose. The getProjection method (not currently exported) can then be used to get the cached feature projection.
This also removes the default of 'EPSG:3857' for vector file sources. If a projection is not configured, features will not be transformed.
2014-02-03 18:13:25 -07:00
Tom Payne
6f0947a697
Add stability annotation to ol.source.ImageCanvas
2014-02-03 14:59:16 +01:00
Tom Payne
4917cc8437
Add stability annotation to ol.source.ImageVector
2014-02-03 14:59:16 +01:00
Tom Payne
5590ae2a48
Add stability annotation to ol.source.TopoJSON
2014-02-03 14:59:15 +01:00
Tom Payne
6be4638aa0
Add stability annotation to ol.source.KML
2014-02-03 14:59:15 +01:00
Tom Payne
54e340f281
Add stability annotation to ol.source.IGC
2014-02-03 14:59:14 +01:00
Tom Payne
1427d5284f
Add stability annotation to ol.source.GPX
2014-02-03 14:59:14 +01:00
Tom Payne
1e55c69a32
Add stability annotation to ol.source.GeoJSON
2014-02-03 14:59:14 +01:00
Tom Payne
4178d3f434
Add stability annotation to ol.source.VectorFile
2014-02-03 14:59:14 +01:00
Tom Payne
ccfae72e8e
Add stability annotation to ol.source.Vector
2014-02-03 14:59:14 +01:00
Éric Lemoine
65dea74427
Calculate pixelRatio before using it
...
This fixes a regression introduced by https://github.com/openlayers/ol3/commit/646dd18 where the device pixel ratio was used to determine the tile size even though serverType was not defined for the source.
2014-01-30 09:50:34 +01:00
Tom Payne
ec81a77cdb
Convert ol.source.VectorEvent#getFeature method into feature property
2014-01-27 15:54:00 +01:00
Frederic Junod
ffe1ad5fe3
Remove ol.DragBoxEvent, ol.DrawEvent, ol.ObjectEvent, ol.source.VectorEvent symbols
...
These objects will never be constructed by the application
2014-01-22 17:20:42 +01:00
Tom Payne
084b4cb22a
Merge pull request #1563 from twpayne/revision-in-observable
...
Move dispatchChangeEvent and getRevision into ol.Observable
2014-01-21 07:04:10 -08:00
Frederic Junod
ebbbcea30b
Export ol.source.Source#getState function and ol.source.State symbol
2014-01-21 14:08:01 +01:00
Frederic Junod
08dbffd763
Export ol.source.VectorEvent#getFeature function
2014-01-21 14:08:01 +01:00
Tom Payne
9f4a9e788c
Use inherited dispatchChangeEvent and getRevision in ol.source.Source
2014-01-21 11:42:29 +01:00
Éric Lemoine
646dd18149
Merge pull request #1547 from elemoine/gfi
...
Add getGetFeatureInfoUrl methods to ImageWMS and TileWMS sources
2014-01-20 05:22:40 -08:00
Tom Payne
ee112826bb
Export ol.source.Vector#getExtent
2014-01-20 12:29:48 +01:00
Éric Lemoine
8b9c3558ee
Add FIXME
2014-01-19 21:52:28 +01:00
Éric Lemoine
3327f9223b
Add ol.source.TileWMS#getGetFeatureInfoUrl
2014-01-19 21:52:28 +01:00
Éric Lemoine
7cf69d0f58
Add ol.source.ImageWMS#getGetFeatureInfoUrl
2014-01-19 21:49:48 +01:00
Tom Payne
917b6cda8f
Add ol.source.GPX
2014-01-16 22:44:18 +01:00
Tom Payne
27ad19a613
Remember rendered revision in ol.source.ImageWMS
2014-01-16 18:28:34 +01:00
Tom Payne
eb3c8a8bfc
Remember rendered revision in ol.source.ImageCanvas
2014-01-16 18:27:55 +01:00
Tom Payne
bb758c7ee9
Merge pull request #1533 from twpayne/vector-api-tile-hidpi
...
[vector-api] HiDPI support for tile layers
2014-01-16 06:55:54 -08:00
Antoine Abt
a69f62e238
Add TopoJSON source & use it in example
2014-01-16 10:25:18 +01:00
Tom Payne
2253be7adc
Add HiDPI support to ol.source.TileWMS
2014-01-15 15:55:20 +01:00
Tom Payne
31a51cf398
Add ol.source.Tile#getTilePixelSize
2014-01-15 15:55:19 +01:00