Frederic Junod
4289f0a686
Add empty ol.format.WMSGetFeatureInfo.prototype.write*
2017-01-30 17:16:01 +01:00
Frederic Junod
285349eced
Add empty ol.format.TopoJSON.prototype.write*
2017-01-30 17:16:01 +01:00
Frederic Junod
f8feaeb837
Add empty ol.format.IGC.prototype.write*
2017-01-30 17:16:01 +01:00
Frederic Junod
b470220405
Add empty ol.layer.Group.createRenderer
2017-01-30 17:16:01 +01:00
Frederic Junod
271a4683a5
Add empty ol.geom.Circle.{get,set}Coordinates
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
1cb2808f7f
Remove abstract from ol.render.VectorContext functions
2017-01-30 17:16:01 +01:00
Frederic Junod
a0d80d17e0
Add ol.format.TopoJSON.readProjectionFromObject function
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
2e63590791
Don't use ol.nullFunction in ol.style.RegularShape
...
The closure compiler doesn't recognize this as an implementation of an abstract function.
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
f2100f6846
Accept ol.StyleFunction in ol.Feature#setStyle()
2017-01-28 15:47:14 +01:00
alfred.jackson
eebcccab66
fixed the degreesToStringHDMS_() function to promote a seconds value of 60 up to the next minute; fixed calculation of components
2017-01-27 17:32:21 -06:00
alfred.jackson
2001244b88
fixed the degreesToStringHDMS_() function to promote a seconds value of 60 up to the next minute
2017-01-27 14:43:41 -06:00
Frederic Junod
6605669cb6
Be more tolerant of map and position value
...
The `map` property type is `ol.Map|undefined` but `null` is set when
removing the overlay from the map:
https://github.com/openlayers/openlayers/blob/v3.20.1/src/ol/map.js#L453
This raise an exception with:
```js
map.removeOverlay(overlay);
overlay.setPosition(undefined);
```
Because `map === undefined` is used in `ol.Overlay.setPosition`
2017-01-23 17:06:11 +01:00
Frédéric Junod
fb5a6260c5
Merge pull request #6390 from fredj/deprecated_tag
...
Tag deprecated functions with @deprecated
2017-01-23 14:50:52 +01:00
Frédéric Junod
a7d30e6545
Merge pull request #6370 from tchandelle/feature-events
...
Feature apidoc, fix events and observable properties
2017-01-23 12:40:37 +01:00
Frederic Junod
30074aed5f
Tag deprecated functions with @deprecated
...
The closure-compiler (and maybe other tools) warns if the functions are used.
The functions are also marked as deprecated in the api doc.
2017-01-23 10:43:42 +01:00
Tobias Sauerwein
fdb6e316b6
Merge pull request #6376 from tsauerwein/filter-nary
...
Make ol.format.filter.or/and accept n filter conditions
2017-01-23 09:31:44 +01:00
Andreas Hocevar
c78746b309
Only stop animation when animating
2017-01-21 14:23:58 +01:00
Andreas Hocevar
a993cf4a04
Merge pull request #6387 from ahocevar/zoomify-projection
...
Add projection option to ol.source.Zoomify
2017-01-20 17:00:33 +01:00
Andreas Hocevar
2e89ca3aa3
Add projection option to ol.source.Zoomify
2017-01-20 16:23:59 +01:00
Thomas Chandelle
8a440b0c20
Listen only to change event triggered by the feature
...
ol.Feature catch change event from its geometry and trigger a change
event itself. ol.Feature will also trigger change event when its
geometryName has changed
2017-01-20 13:01:28 +01:00
Thomas Chandelle
b7922b365a
Check if interaction is active before drawing modifying vertex
2017-01-19 14:51:20 +01:00
tsauerwein
756417ee2c
Remove ol.format.filter.Logical
2017-01-19 09:20:29 +01:00
Guillaume Beraudo
67a4eaa9d5
Move ol.interaction.TranslateEventType enum to its file
2017-01-18 22:33:48 +01:00
Guillaume Beraudo
6c9af04df3
Add ol.GeolocationProperty enum file
2017-01-18 21:11:59 +01:00
Guillaume Beraudo
1faead6d69
Rename and move some interaction enums
2017-01-18 21:11:59 +01:00
Tim Schaub
787210a2aa
Merge pull request #6373 from tschaub/debug-webgl
...
Use the ol.DEBUG_WEBGL flag to debug shader sources
2017-01-18 11:43:51 -06:00
Frederic Junod
21593503c6
Set the overview map target in ol.control.OverviewMap.setMap
2017-01-18 11:57:21 +01:00
tsauerwein
85fa61a046
Make ol.format.filter.or/and accept n conditions
2017-01-17 10:40:02 +01:00
Tim Schaub
fcb9dafc33
Use the ol.DEBUG_WEBGL flag to debug shader sources
2017-01-16 16:57:37 -07:00
Andreas Hocevar
76cae0e63f
Make sure moveTo is called after beginPath
2017-01-13 19:32:26 +01:00
Andreas Hocevar
472ab00d24
Merge pull request #6285 from ahocevar/calculate-extent
...
Make size argument of ol.View#calculateExtent() optional
2017-01-13 13:22:29 +01:00
Thomas Chandelle
deacb0aae3
set(Id|Style) don't trigger change:(id|style) events
2017-01-13 09:43:41 +01:00
Andreas Hocevar
08ed00dfb0
Merge pull request #6358 from ahocevar/canvas-moveto
...
Ensure polygons without stroke are fully filled
2017-01-12 16:22:07 +01:00
Andreas Hocevar
0d731bf66d
Merge pull request #6359 from ahocevar/overlaps-fill
...
When applying a pending fill, also apply a pending stroke
2017-01-12 14:40:11 +01:00
Frederic Junod
d8c5e81675
Remove unused ol.array.flatten function
2017-01-12 10:39:19 +01:00
Frederic Junod
ed79048528
Use ol.geom.flat.deflate.coordinates to flatten array
2017-01-12 10:39:19 +01:00
Frederic Junod
a2f99f8e39
Correct spelling
2017-01-12 10:26:06 +01:00
Andreas Hocevar
7b232700d5
When applying a pending fill, also apply a pending stroke
2017-01-11 18:32:58 +01:00
Andreas Hocevar
a671687133
Allow replaying with null transform
2017-01-11 17:46:28 +01:00
Andreas Hocevar
2296ca3942
Do not skip moveTo calls after fill
2017-01-11 17:38:31 +01:00
Andreas Hocevar
0d8f0ac5fa
Merge pull request #6351 from tchandelle/translate
...
Only consider pointerdown event if the last pointerup has been emitted
2017-01-11 11:18:23 +01:00
Thomas Chandelle
dec39151a0
Consider pointerdown only if the last pointerup has been emitted
2017-01-11 10:21:21 +01:00
Andreas Hocevar
0bf94a35a4
Merge pull request #6345 from giohappy/wms_getmap_rounding
...
Mitigate rounding errors in GetMap width/height calculation
2017-01-11 00:12:58 +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
Andreas Hocevar
9a1adc43cd
No special raster reprojection handling for Chrome
2017-01-10 14:12:07 +01:00
Frederic Junod
22498991ab
Remove unused private function
2017-01-10 08:51:41 +01:00