Frederic Junod
2f3c25cb95
Fix olx.control.RotateOptions#label type
...
Use the same as the typedef, leftover from a096ec5
2016-02-15 09:25:01 +01:00
Frederic Junod
0303604c37
Add template type to ol.Collection
2016-02-15 09:06:57 +01:00
Andreas Hocevar
6fbe160159
Fix type for layers option on ol.interaction.Select
2016-02-12 12:42:38 +01:00
Andreas Hocevar
3f36e0967f
Make tile loading count no longer depend on source count
2016-02-05 09:38:16 +01:00
Andreas Hocevar
0c23d9a7ff
Keep track of tile source count
2016-02-04 06:54:45 -07:00
Tim Schaub
0dce343d4f
Remove use of goog.object.getCount()
2016-02-04 06:54:44 -07:00
Frederic Junod
d8330d56a0
Add opaque option to olx.source.OSMOptions
2016-02-02 13:42:05 +01:00
Frederic Junod
98da9f1800
Add default value for defaultDataProjection
2016-01-27 13:39:21 +01:00
Andreas Hocevar
7b78c215ae
Merge pull request #4720 from ahocevar/tileloadfunction-docs
...
Improve tileLoadFunction docs
2016-01-27 10:32:12 +01:00
Andreas Hocevar
52c6739b95
Improve tileLoadFunction docs
2016-01-27 10:17:46 +01:00
Yashar Moradi
299a62804c
source option added to ol.control.FullScreen including an example
2016-01-26 09:27:39 +01:00
Alexandre Dubé
906a132e89
Add layerName option for WMSGetFeatureInfo format
...
This option allows the format to read only features of a
given layer. This is useful if you wish to make a single
query to a WMS server with multiple layers in it.
2016-01-21 10:54:26 -05:00
Guillaume Beraudo
d32d6e6851
Simplify source state option
...
The ol.source.State is already a string.
Removed extra union and cast.
2016-01-21 14:40:58 +01:00
Frederic Junod
aec4e468e3
Add rotateWithView option to ol.style.RegularShape
2016-01-21 11:09:20 +01:00
Andreas Hocevar
d05b519f2f
Merge pull request #4457 from alexbrault/colour-icon
...
Add color option to ol.style.Icon
2016-01-10 23:19:54 +01:00
Petr Sloup
bc0d783f50
Use XHR by default to load TileJSON in ol.source.TileJSON
2016-01-07 09:19:23 +01:00
Andreas Hocevar
24f8cba0a1
Simplify meters per unit handling
2016-01-06 13:53:55 +01:00
Andreas Hocevar
cde6dce939
Merge pull request #4574 from WeaveTeam/dragbox-config-pr
...
Added boxEndCondition to DragBoxOptions to replace the hardcoded chec…
2016-01-06 11:47:56 +01:00
Frédéric Junod
1300cde76c
Merge pull request #4626 from simonseyock/master
...
Fixed documentation error
2016-01-06 11:40:49 +01:00
Simon Seyock
310023e179
Fixed documentation error
...
The imageLoad function option of all ol.source.Image subclasses are not of type ol.TileLoadFunctionType but of type ol.ImageLoadFunctionType.
2016-01-06 11:31:54 +01:00
Philip "digitalfox" Kovac
10e2510f0f
Added boxEndCondition to DragBoxOptions to replace the hardcoded check against DRAG_BOX_HYSTERESIS_PIXELS_SQUARED.
2016-01-05 13:14:30 -05:00
Frédéric Junod
2f1975636a
Merge pull request #4620 from fredj/polyline_option_factor
...
Fix olx.format.PolylineOptions#factor type
2016-01-05 15:07:26 +01:00
Frederic Junod
d55afd57b5
Fix olx.format.GPXOptions#readExtensions type
...
This property is optional.
2016-01-05 13:55:14 +01:00
Frederic Junod
efc601a76d
Fix olx.format.PolylineOptions#factor type
...
This property is optional.
2016-01-05 13:44:01 +01:00
Petr Sloup
ffd9ace84e
Add option to load TileJSON via XHR
2016-01-05 13:40:20 +01:00
Alexandre Brault
3f16b340fc
Accept string as color input
2016-01-01 12:16:50 -05:00
Alexandre Brault
c0b6eac0c2
Add color option to ol.style.Icon
2016-01-01 12:16:50 -05:00
Marc Jansen
945f1e7580
Correct typedef of selectinteraction options obj
...
The key `features` of the constructor options that can be passed to
`ol.interaction.Select` can also be `undefined`.
2015-12-16 14:42:39 +01:00
Andreas Hocevar
d9bb3adbe8
Improve vector tile related docs
2015-12-11 12:01:24 +01:00
Frederic Junod
5b7227a0bf
Mark olx.source.WMTSOptions#dimensions as not null
2015-12-08 17:46:49 +01:00
Andreas Hocevar
867bcce1cc
Merge pull request #4523 from ahocevar/render-to-context
...
Allow rendering geometries to an arbitrary canvas
2015-12-07 19:13:47 +01:00
Andreas Hocevar
257abb63d7
Allow rendering geometries to an arbitrary canvas
2015-12-07 17:27:04 +01:00
Andreas Hocevar
abb680d28f
Accept HTMLCanvasElement for an icon's img
2015-12-04 14:14:01 +01:00
Frederic Junod
7cc2a070e8
Fix olx.control.FullScreenOptions#label apidoc
2015-11-23 14:43:23 +01:00
Andreas Hocevar
fabda7c4b2
Improve ol.source.StaticImage
...
Brings back the imgSize property, and puts all image load handler
code in a single listener.
2015-11-16 11:55:10 +01:00
Andreas Hocevar
6280b35035
Scale StaticImage image to imageExtent
...
The imageSize property was only used to determine the scale. It's usage was
never documented nor tested nor shown in an example, so I removed it because I
considered its presence a bug.
2015-11-13 12:23:31 +01:00
Tim Schaub
8a7907e4cf
Merge pull request #4362 from tamarmot/rotate_reset_north
...
Rotate control now takes optional resetNorth function.
2015-11-11 15:54:22 -07:00
Éric Lemoine
d29f3b9068
Merge pull request #4378 from elemoine/kml-write-styles
...
Add a writeStyles option to KML format
2015-11-06 11:26:48 +01:00
Éric Lemoine
5c536aafc7
Add a writeStyles option to KML format
2015-11-04 17:12:04 +01:00
Simon Seyock
757d46541c
Fixed documentation error
...
the imageLoadFunction you can give the constructor of ol.source.ImageWMS is an ol.ImageLoadFunctionType not an ol.TileLoadFunctionType
2015-11-04 12:56:41 +01:00
Tamar Cohen
4a163b54f3
Rotate control now takes optional resetNorth function
2015-11-02 10:06:59 -08:00
Andreas Hocevar
5832943773
Make changes suggested during the review
2015-10-28 10:29:04 +01:00
Andreas Hocevar
2b2ac47b1f
Remove ol.source.TileVector
2015-10-28 10:29:04 +01:00
Andreas Hocevar
4784b7f2e2
Handle urls and templates in ol.source.UrlTile
...
This makes url templates available for ol.source.VectorTile.
2015-10-28 10:29:03 +01:00
Andreas Hocevar
0e8e104a2d
Handle righthanded polygons in format, not source
2015-10-28 10:29:02 +01:00
Andreas Hocevar
6e2f82c397
Introduce ol.render.Feature
2015-10-28 10:29:02 +01:00
Andreas Hocevar
7d3fc3ccc7
Add VectorTile layer, source and tile
2015-10-28 10:29:01 +01:00
Andreas Hocevar
598111b78e
Introduce ol.format.MVT
2015-10-28 10:29:00 +01:00
FRizZL
a60a7f7c09
Add wrapX override support for ol.source.Cluster
...
It was not possible to override the wrapX option for the cluster source.
This commit adds that functionality.
2015-10-27 08:26:52 +01:00
Tamar Cohen
80caaa5399
Make auto-labeling of placemark names configurable
2015-10-25 19:40:08 +01:00