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
Andreas Hocevar
f7147960a9
Add render options for vector tile layers
2016-04-19 13:04:38 +02:00
Frédéric Junod
b7278f184c
Merge pull request #5230 from fredj/reuse_frameState
...
Reuse frame state arrays
2016-04-14 14:57:30 +02:00
Frédéric Junod
e46c8370d5
Merge pull request #5213 from fredj/rm_ol.source.Source.prototype.setProjection
...
Remove unused ol.source.Source#setProjection function
2016-04-14 12:43:14 +02:00
Frédéric Junod
dca7d6fc8f
Merge pull request #5223 from fredj/memory
...
Create tmpSize_ before calling calculateTileRanges_
2016-04-14 12:43:01 +02:00
Frédéric Junod
db9dbc96b2
Merge pull request #5225 from fredj/rm_ol.extent.transform2D
...
Remove unused ol.extent.transform2D function
2016-04-14 12:42:48 +02:00
Tim Schaub
2496662070
Merge pull request #5212 from probins/kmlwrite
...
KML: fix GeometryCollection write
2016-04-14 04:27:18 -06:00
Frédéric Junod
8e3e47bed4
Merge pull request #5228 from adube/translate-layers-filter
...
Add 'layers' option to Translate interaction
2016-04-14 10:44:34 +02:00
Frederic Junod
92c96b95f9
Reuse the frame state viewHints array if defined
2016-04-14 10:36:12 +02:00
Frederic Junod
8e1ffbf91e
Reuse the frame state extent array if defined
2016-04-14 10:32:10 +02:00
Alexandre Dubé
e6e9b12bac
Add 'layers' option to Translate interaction
2016-04-13 13:35:36 -04:00
Frederic Junod
a2c3dfd5de
Add a temporary ol.TileCoord in ol.renderer.canvas.TileLayer
...
Avoid garbage creation
2016-04-13 17:21:10 +02:00
Frederic Junod
72e354dce3
Remove unused ol.extent.transform2D function
2016-04-13 17:18:57 +02:00
Frédéric Junod
f92a38b28c
Merge pull request #5222 from fredj/unused_vars
...
Remove unused private variables in ol.renderer.canvas.Map
2016-04-13 17:15:52 +02:00
Frédéric Junod
de4e51efe8
Merge pull request #5224 from fredj/fix_indent
...
Fix jsdoc tags indentation
2016-04-13 17:15:00 +02:00
Frederic Junod
9507020218
Fix jsdoc tags indentation
2016-04-13 15:13:50 +02:00
Frederic Junod
ccfc3f7798
Create tmpSize_ before calling calculateTileRanges_
2016-04-13 12:19:00 +02:00
Frederic Junod
593132c902
Remove unused private variables in ol.renderer.canvas.Map
2016-04-13 10:54:11 +02:00
Alessandro Isaacs
737daaeea9
Add @api annotation to setConfig
2016-04-12 08:26:30 -07:00
Frederic Junod
05ceaab620
Add an optional feature filter to getClosestFeatureToCoordinate
2016-04-12 12:17:07 +02:00
Frederic Junod
f9fd73c44e
Remove unused ol.source.Source#setProjection function
2016-04-11 15:43:25 +02:00
Peter Robins
27f20e2f54
KML: fix GeometryCollection write
2016-04-11 12:36:07 +00:00
Frédéric Junod
50b956b108
Merge pull request #5132 from nicholas-l/removeGoogString
...
Remove goog.string
2016-04-11 10:28:32 +02:00
Frédéric Junod
33db3d4941
Merge pull request #5206 from probins/patch-1
...
Minor correction of StyleFunction docs
2016-04-11 09:42:57 +02:00
Frédéric Junod
06ac1b603c
Merge pull request #4932 from fredj/undef_WMSGetFeatureInfo
...
Remove undefined parameters to ol.format.WMSGetFeatureInfo#readFeatures_
2016-04-11 08:41:43 +02:00
Peter Robins
2a64d9ef55
Minor correction of StyleFunction docs
2016-04-08 18:35:16 +01:00
Bart van den Eijnden
231234f9d0
Fix typo in rotate control for css classList
2016-04-08 10:51:26 +02:00
nicholas
c92223d792
Remove Goog.string
2016-04-08 18:09:57 +12:00
Nicholas Latham
cd6494149b
Remove goog.global ( #5178 )
...
* Remove goog.global
* Correct externs location
* Use Function('return this')
* Remove global externs
2016-04-07 23:36:48 +02:00
Andreas Hocevar
fe33910ec2
Revert "Batch polygon fill and stroke instructions"
2016-04-07 16:30:04 +02:00
Frederic Junod
c549fadc01
Remove goog.functions.and from ol.interaction.Modify
2016-04-07 11:46:52 +02:00
Frederic Junod
e099dcd9a9
Simplify ol.interaction.KeyboardPan#defaultCondition_
...
No need to invoke the function with 'call'
2016-04-07 11:44:23 +02:00
Renaud Michaëlis
53a9341ef0
Allow to delete the starting or ending vertex
...
* Allow to delete the starting or ending vertex
* Test if starting and ending vertex are removed
2016-04-06 13:47:37 +02:00
Nicholas Latham
18e9ff98ee
Remove goog.labs.userAgent
...
* Remove goog.labs.*
* Change to function
* Change window to this
* Use goog.global
2016-04-06 11:05:49 +02:00
Frederic Junod
f2c30cffe2
Use ol.dom.createCanvasContext2D in ol.style.AtlasManager
2016-04-05 14:29:00 +02:00
Frederic Junod
f645d81fee
Use ol.dom.createCanvasContext2D in ol.source.ImageStatic
2016-04-05 14:29:00 +02:00
Frederic Junod
38718ee5e6
Use ol.dom.createCanvasContext2D in ol.style.Circle
2016-04-05 14:29:00 +02:00
Frederic Junod
fc6b078642
Use ol.dom.createCanvasContext2D in ol.style.RegularShape
2016-04-05 14:29:00 +02:00
Frederic Junod
db9c6a99c8
Move olx.source.AttributionOption out of externs/olx.js
2016-04-05 09:15:15 +02:00
Frederic Junod
a42d76d69d
Use ol.object.assign to update config properties in ol.source.CartoDB
2016-04-04 12:45:26 +02:00
Frederic Junod
02d262e387
Fix ol.source.CartoDB 'loading' state
2016-04-04 12:41:42 +02:00
Nicholas Latham
2ee1969de7
Remove goog.math.modulo and goog.math.lerp
2016-04-04 09:43:24 +02:00
Frédéric Junod
19fd3d6987
Merge pull request #5152 from fredj/cartodb_cleanup
...
Cartodb cleanup
2016-04-04 09:38:41 +02:00
Frédéric Junod
4b14c86fd1
Merge pull request #4804 from fredj/rm_goog.isArray
...
Use Array.isArray instead of goog.isArray
2016-04-04 09:25:41 +02:00
Andreas Hocevar
c535cf04e2
Merge pull request #5149 from ahocevar/batch-polygon-fill-stroke
...
Batch polygon fill and stroke instructions
2016-04-04 09:17:52 +02:00
Frederic Junod
80e984a9c3
Use Array.isArray instead of goog.isArray
2016-04-04 09:06:29 +02:00
Peter Robins
1cd7b76efe
Improve docs/examples for loadingstrategy
2016-04-02 13:09:44 +00:00
Frederic Junod
e222409f50
Add externs for CartoDB response
2016-04-01 10:55:38 +02:00
Frederic Junod
b96de85044
Add cacheSize option to olx.source.CartoDBOptions
2016-04-01 10:44:31 +02:00
Frederic Junod
3f0de09dd7
Fix ol.source.CartoDB goog.base params
2016-04-01 10:44:31 +02:00