giohappy
5934f9d416
add olx.interaction.DrawOptions.prototype.finishCondition to typedef
2016-04-22 15:21:11 +02:00
giohappy
c7af6bd494
Add ol.interaction.Draw.finishCondition to olx.js
2016-04-22 15:11:54 +02:00
Anna Lambrechtsen
18a29ea6d3
Add ol.source.ImageArcGISRest ( #3880 )
...
* Add ol.source.ImageArcGISRest
ol.source.ImageArcGISRest is added so a single image can be retrieved
which is required when labelling is applied to the underlying map
service.
it's based on the approach used in ol.source.ImageWMS
* updating to remove as many good references as possible
changing so js passes lint checks
* fixing up so build and tests run
* putting back what was lost in the merge
* adding in an example
tidying up
2016-04-20 11:19:53 +02:00
Alexandre Dubé
e6e9b12bac
Add 'layers' option to Translate interaction
2016-04-13 13:35:36 -04:00
Peter Robins
9fb4a88841
Small clarification for vector source loader docs
2016-04-08 09:52:54 +01:00
Frederic Junod
db9c6a99c8
Move olx.source.AttributionOption out of externs/olx.js
2016-04-05 09:15:15 +02:00
Frederic Junod
b96de85044
Add cacheSize option to olx.source.CartoDBOptions
2016-04-01 10:44:31 +02:00
Frederic Junod
fb6353a816
Fix olx.source.CartoDBOptions definition
2016-04-01 10:44:31 +02:00
Frederic Junod
24665747b3
Fix cartodb links
2016-04-01 10:44:31 +02:00
Frederic Junod
c2749bbdd1
Fix olx.source.CartoDBOptions#attributions type
2016-04-01 10:44:31 +02:00
Frederic Junod
548e4abd35
Support minZoom in ol.source.Stamen
2016-04-01 09:46:36 +02:00
Alessandro Isaacs
94998c8ec7
Update olx
2016-03-30 11:45:20 -07:00
Alessandro Isaacs
8389c16315
Add CartoDB tile source.
2016-03-30 11:45:20 -07:00
Marc Jansen
09370952fd
Clarify that lineDash has no effect in IE < 10
2016-03-29 09:58:41 +02:00
Andreas Hocevar
d9d46bc1f7
Merge pull request #5112 from probins/decimals
...
Add decimals option to format write
2016-03-25 10:44:28 +01:00
Andreas Hocevar
c0de5a6835
Add tileJSON option to ol.source.TileUTFGrid
2016-03-24 23:02:28 +01:00
Peter Robins
a18bf636f8
Add decimals option to format write
2016-03-24 17:14:02 +00:00
drnextgis
d41bfde25d
snap to vertices or edges
2016-03-21 16:19:36 +06:00
drnextgis
a857a66a98
remove redundant required option
2016-03-17 07:19:11 +06:00
Peter Robins
6f2747cf14
Note in docs that DOM renderer can also render vectors
2016-03-16 16:30:59 +00:00
Peter Robins
5da0fe3300
Note in docs that WebGL can render points
2016-03-16 15:41:57 +00:00
drnextgis
7b1e92580d
zooming out option for ol.interaction.DragZoom
2016-03-16 11:47:18 +06:00
Andreas Hocevar
339c7c5c23
Use imgSize when provided
2016-03-15 16:17:11 +01:00
Peter Robins
67e511765a
Clarify default value of featureProjection on write
2016-03-13 16:30:30 +00:00
Marc Jansen
df4f1c1389
Accept simpler attributions in sources
2016-03-11 09:04:06 +01:00
Andreas Hocevar
3164dc874e
Add missing setProjection function to ol.VectorTile API
2016-03-10 19:50:30 +01:00
Andreas Hocevar
1cbb482900
Update Bing Maps Portal url
2016-03-07 14:52:14 +01:00
Frederic Junod
58d8b290af
Add new cacheSize option to ol.source
...
Option added to:
- olx.source.BingMapsOptions
- olx.source.MapQuestOptions
- olx.source.OSMOptions
- olx.source.StamenOptions
- olx.source.TileArcGISRestOptions
- olx.source.TileImageOptions
- olx.source.TileJSONOptions
- olx.source.TileWMSOptions
- olx.source.VectorTileOptions
- olx.source.XYZOptions
- olx.source.WMTSOptions
- olx.source.ZoomifyOptions
2016-03-01 09:05:12 +01:00
Andreas Hocevar
0407e779f9
Make ol.source.Cluster more flexible by adding a geometryFunction option
2016-02-25 15:02:41 +01:00
tsauerwein
1e8bbb0ae4
Add target property to drag&drop interaction
2016-02-22 09:25:30 +01:00
Marc Jansen
e8ed9c7e49
Fix docs of LogoOptions.src
2016-02-16 16:36:02 +01:00
Andreas Hocevar
bcf379cc8e
Merge pull request #4794 from ahocevar/fixed-tileloading
...
Make tile loading count no longer depend on source count
2016-02-16 15:51:55 +01:00
Frédéric Junod
126e065d77
Merge pull request #4839 from fredj/collection_template
...
Add template type to ol.Collection
2016-02-16 08:34:23 +01:00
Brett Johnson
7f02b63ccc
Overloading fill color (polygon or text) with CanvasPattern and CanvasGradient.
2016-02-15 08:30:56 -08:00
Frederic Junod
7003920163
Fix olx.source.XYZOptions#tileGrid type
...
The typedef is already correct
2016-02-15 09:25:01 +01:00
Frederic Junod
332d6e9d5c
Add missing olx.source.XYZOptions#opaque property
2016-02-15 09:25:01 +01:00
Frederic Junod
95fd0e177f
Fix olx.render.ToContextOptions#pixelRatio type
...
The typedef is already correct
2016-02-15 09:25:01 +01:00
Frederic Junod
cf083e4f42
Remove return value from olx.interaction.PointerOptions functions
...
handleDragEvent and handleMoveEvent functions do not return a boolean value.
The typedef is already correct.
2016-02-15 09:25:01 +01:00
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