Éric Lemoine
|
dedf0a5d63
|
Update package version to 3.9.0
v3.9.0
|
2015-09-10 10:45:01 +02:00 |
|
Éric Lemoine
|
41bb512952
|
Changelog for v3.9.0
|
2015-09-10 10:44:20 +02:00 |
|
Éric Lemoine
|
a1da682722
|
Merge pull request #4055 from fgravin/graticulePerf
Improve graticule perf
|
2015-09-10 09:31:10 +02:00 |
|
Frédéric Junod
|
6da7cf3f84
|
Merge pull request #4088 from fredj/update_jshint
Update jshint to v2.8.0
|
2015-09-10 09:28:07 +02:00 |
|
Pierre GIRAUD
|
216be8a673
|
Merge pull request #4089 from pgiraud/select_interaction
SelectEventType in ol.interaction namespace
|
2015-09-10 09:24:54 +02:00 |
|
Tim Schaub
|
411419e45f
|
Merge pull request #4095 from tschaub/drag-zoom
Zoom to the extent of the drag box.
|
2015-09-09 11:21:49 -06:00 |
|
Tim Schaub
|
6617bdd57f
|
Drag zoom interaction tests
|
2015-09-09 10:49:08 -06:00 |
|
Tim Schaub
|
6838fdd4c9
|
Merge pull request #4084 from tschaub/circle-exports
Fewer circle exports.
|
2015-09-09 09:12:42 -06:00 |
|
Tim Schaub
|
085c2d7e33
|
Merge pull request #4094 from tschaub/set-attributions
Allow source.setAttributions() to be exported.
|
2015-09-09 09:12:08 -06:00 |
|
Éric Lemoine
|
6c854ed056
|
Merge pull request #4096 from bjornharrtell/inheritdoc
Reinstate inheritdoc to fix #4082
|
2015-09-09 07:59:29 +02:00 |
|
Frédéric Junod
|
d0b87ecd63
|
Merge pull request #4091 from fredj/cleanup
Remove unused ol.renderer.webgl.Map.DEFAULT_COLOR_VALUES_
|
2015-09-09 07:43:55 +02:00 |
|
Frédéric Junod
|
0469a31ea9
|
Merge pull request #4092 from fredj/coding_style
Minor coding style fixes
|
2015-09-09 07:43:42 +02:00 |
|
Björn Harrtell
|
31f2e334cf
|
Reinstate inheritdoc to fix #4082
|
2015-09-09 07:43:22 +02:00 |
|
Tim Schaub
|
b7f199c8cd
|
Zoom to the extent of the drag box
|
2015-09-08 23:07:47 -06:00 |
|
Tim Schaub
|
d3a4fd115b
|
Merge pull request #4083 from tschaub/missing-description
Add API descriptions.
|
2015-09-08 22:35:31 -06:00 |
|
Tim Schaub
|
0fec4c5ff7
|
Allow source.setAttributions() to be exported
|
2015-09-08 21:41:57 -06:00 |
|
Frederic Junod
|
d0722cab6a
|
Use bracket notation instead of goog.object.get
|
2015-09-08 16:33:15 +02:00 |
|
Frederic Junod
|
f02ad3e584
|
Use bracket notation instead of goog.object.set
|
2015-09-08 16:33:12 +02:00 |
|
Frederic Junod
|
bb5b711dac
|
Remove unused ol.renderer.webgl.Map.DEFAULT_COLOR_VALUES_
|
2015-09-08 15:40:35 +02:00 |
|
Pierre GIRAUD
|
7c2fffed68
|
SelectEventType in ol.interaction namespace
|
2015-09-08 14:26:39 +02:00 |
|
Frederic Junod
|
989adabb1f
|
Update jshint to v2.8.0
|
2015-09-08 10:41:12 +02:00 |
|
Frédéric Junod
|
1e78c45466
|
Merge pull request #4078 from fredj/jscomp_error
Enable all the compiler checks
|
2015-09-07 15:32:43 +02:00 |
|
Éric Lemoine
|
9b738b6cb6
|
Merge pull request #4085 from oterral/fix_nested_doc
Parse nested document tag
|
2015-09-07 14:58:08 +02:00 |
|
Frederic Junod
|
4aa2369244
|
Add missing type annotation in ol.format.WMSCapabilities
The error reported by the compiler was:
```
ERR! compile src/ol/format/wmscapabilitiesformat.js:160: ERROR - inconsistent return type
ERR! compile found : Array
ERR! compile required: (null|ol.Extent|undefined)
ERR! compile return [
ERR! compile ^
ERR! compile
```
|
2015-09-07 14:48:48 +02:00 |
|
Frederic Junod
|
d702aad450
|
Fix return annotation in shaded-relief example
|
2015-09-07 14:48:48 +02:00 |
|
Frederic Junod
|
d41bb2663b
|
Add esrijson externs in config/example.json
|
2015-09-07 14:48:48 +02:00 |
|
Frederic Junod
|
07b1f5ea45
|
Enable all the compiler checks
|
2015-09-07 14:48:48 +02:00 |
|
Frederic Junod
|
bf35b32a20
|
Suppress extraRequire compiler check in generated exports
|
2015-09-07 14:48:48 +02:00 |
|
oterral
|
dba6e04a1b
|
Parse nested document tag
|
2015-09-07 13:14:24 +02:00 |
|
Frédéric Junod
|
cb9054f7fd
|
Merge pull request #4060 from fredj/unnecessary_cast
Remove unnecessary cast
|
2015-09-07 09:33:03 +02:00 |
|
Frédéric Junod
|
ad56dea388
|
Merge pull request #4064 from fredj/lazy_ol.style.defaultStyleFunction
Use a private variable to cache the default style array
|
2015-09-07 09:24:52 +02:00 |
|
Frederic Junod
|
529f869803
|
Remove unnecessary cast
Found by the latest version of closure-compiler (v20150729)
|
2015-09-07 09:15:34 +02:00 |
|
Frederic Junod
|
5371d8dd34
|
Use a private variable to cache the default style array
See #1815
Fixes #4063
|
2015-09-07 09:12:52 +02:00 |
|
Tim Schaub
|
fc51ab05f4
|
Upgrade notes for circle symbolizer
|
2015-09-06 10:11:09 -06:00 |
|
Tim Schaub
|
053538cc42
|
Anchor, origin, and size are neither settable nor gettable for circle
|
2015-09-06 09:57:25 -06:00 |
|
Tim Schaub
|
8311f090de
|
Missing ol.render.webgl.Immediate#drawAsync description
|
2015-09-06 09:46:33 -06:00 |
|
Tim Schaub
|
a09c07a427
|
Missing vector context description
|
2015-09-06 09:41:56 -06:00 |
|
Tim Schaub
|
eed926fa94
|
Missing ol.control.OverviewMap#getCollapsed description
|
2015-09-06 09:36:00 -06:00 |
|
Tim Schaub
|
fe153b94fb
|
Missing drag and drop event description
|
2015-09-06 09:31:51 -06:00 |
|
Tim Schaub
|
fce931afbe
|
Missing ol.render.Event#frameState description
|
2015-09-06 08:39:50 -06:00 |
|
Tim Schaub
|
d036602cec
|
Missing ol.source.WMTS.optionsFromCapabilities description
|
2015-09-06 08:37:39 -06:00 |
|
Tim Schaub
|
1a240ccf9d
|
Missing image style method descriptions
|
2015-09-06 08:35:38 -06:00 |
|
Tim Schaub
|
91f47a876c
|
Missing ol.Observable#getRevision description
|
2015-09-06 07:57:41 -06:00 |
|
Tim Schaub
|
9f5d8d3901
|
Missing ol.ImageTile#getImage description
|
2015-09-06 07:56:15 -06:00 |
|
Tim Schaub
|
0bfd22b235
|
Missing ol.Feature#getId description
|
2015-09-06 07:54:38 -06:00 |
|
Tim Schaub
|
965a27b115
|
Merge pull request #4081 from tschaub/workshop-link
Update link to workshop.
|
2015-09-04 17:36:32 -06:00 |
|
Tim Schaub
|
47fbbf6ce2
|
Update link to workshop
|
2015-09-04 13:51:25 -06:00 |
|
Frédéric Junod
|
cc6e0f1b3c
|
Merge pull request #4062 from fredj/rm_ol.xml.makeParsersNS
Remove ol.xml.makeParsersNS and use ol.xml.makeStructureNS instead
|
2015-09-04 17:03:17 +02:00 |
|
Éric Lemoine
|
0001e0989b
|
Merge pull request #3986 from alvinlindstam/feature/url-function
Modify 'url' option of ol.source.Vector to accept a function
|
2015-09-04 14:23:00 +02:00 |
|
Frédéric Junod
|
6d87fffb73
|
Merge pull request #4077 from fredj/jsdoc_const
Add missing const jsdoc annotation
|
2015-09-04 07:02:52 +02:00 |
|