Andreas Hocevar
f2100f6846
Accept ol.StyleFunction in ol.Feature#setStyle()
2017-01-28 15:47:14 +01:00
Frédéric Junod
70d6bb72fb
Merge pull request #6398 from fredj/overlay
...
Be more tolerant of map and position value
2017-01-25 08:31:22 +01:00
Frédéric Junod
8c2b407df2
Merge pull request #6399 from tchandelle/vectortile-options-rendermode
...
Small doc fix in VectorTileOptions renderMode
2017-01-24 16:24:36 +01:00
Thomas Chandelle
1965bff8b7
Add newline to move the default value below the list
2017-01-24 16:10:38 +01: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
Frederic Junod
7f39b22161
Add tests for ol.Overlay.setVisible
2017-01-23 16:19:10 +01:00
Marc Jansen
0ff0c9aa9f
Merge pull request #6396 from chrismayer/year-here-example-attribution
...
Show current year in attribution in "HERE Map Tile API" example
2017-01-23 15:05:57 +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
Christian Mayer
5a4cfb2978
Show current year in attribution in here-example
...
This ensures that the current year is shown in the layer attribution in
the "HERE Map Tile API" example.
2017-01-23 13:26:47 +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
7c812c3de2
Merge pull request #6393 from ahocevar/only-set-center-when-animating
...
Only stop animation when animating
2017-01-21 21:05:03 +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
Andreas Hocevar
69ef508aad
Merge pull request #6386 from tchandelle/snap
...
Snap : only listen to change event triggered by the feature
2017-01-20 15:14:32 +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
Frédéric Junod
7408a09b83
Merge pull request #6383 from tchandelle/modify-active
...
Modify interaction: check if interaction is active before drawing modifying vertex
2017-01-20 08:22:44 +01:00
Andreas Hocevar
bc7bbaa269
Merge pull request #6381 from drnextgis/geojson-vt
...
geojson-vt integration example
2017-01-19 19:55:37 +01:00
Andreas Hocevar
7f5e1e2e62
Less hackish tile loading; also works with empty data
2017-01-19 19:30:34 +01:00
drnextgis
b0b0e94d89
order .eslintrc alphabetically
2017-01-19 22:34:33 +07:00
Thomas Chandelle
b7922b365a
Check if interaction is active before drawing modifying vertex
2017-01-19 14:51:20 +01:00
drnextgis
ffa96907c7
geojson-vt integration example
2017-01-19 20:50:07 +07:00
tsauerwein
756417ee2c
Remove ol.format.filter.Logical
2017-01-19 09:20:29 +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
Frédéric Junod
d0da44e26d
Merge pull request #6379 from fredj/overviewmap_target
...
Set the overview map target in ol.control.OverviewMap.setMap
2017-01-18 16:16:03 +01:00
Frederic Junod
21593503c6
Set the overview map target in ol.control.OverviewMap.setMap
2017-01-18 11:57:21 +01:00
Bart van den Eijnden
b23b6984d0
Merge pull request #6375 from bartvde/license
...
Use present in license text
2017-01-17 10:51:14 +01:00
tsauerwein
85fa61a046
Make ol.format.filter.or/and accept n conditions
2017-01-17 10:40:02 +01:00
bartvde
c9a7a5f85f
Use present in license text
2017-01-17 10:24:16 +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
6f7eb53c38
Merge pull request #6371 from kolosov-sergey/master
...
Adjust copyright to include 2017
2017-01-16 10:07:45 +01:00
Sergey Kolosov
8d15c18d40
Adjust copyright to include 2017
2017-01-16 12:01:28 +03:00
Andreas Hocevar
49ba49bb67
Merge pull request #6364 from ahocevar/moveto-after-beginpath
...
Make sure moveTo is called after beginPath
2017-01-16 08:29:45 +01: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
Frédéric Junod
2c0d876720
Merge pull request #6357 from fredj/geojson_externs
...
Fix GeoJSONCRSCode definition
2017-01-13 09:07:49 +01:00
Frédéric Junod
cab7775151
Merge pull request #6362 from fredj/cleanup
...
Remove empty file
2017-01-12 16:22:59 +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
Frederic Junod
ca144c26b0
Remove empty file
2017-01-12 16:11:55 +01:00
Frédéric Junod
0e8fe23ed7
Merge pull request #6356 from probins/patch-2
...
Bring custom builds tutorial up to date
2017-01-12 16:06:17 +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
Frédéric Junod
66ef6ecd20
Merge pull request #6360 from openlayers/rm_ol.array.flatten
...
Remove ol.array.flatten function
2017-01-12 10:59:13 +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
3c751cad69
Merge pull request #6353 from tchandelle/doc-anchor
...
API doc : add highlight style to the active anchor
2017-01-11 20:38:01 +01:00
Andreas Hocevar
7b232700d5
When applying a pending fill, also apply a pending stroke
2017-01-11 18:32:58 +01:00