Commit Graph

77 Commits

Author SHA1 Message Date
Guillaume Beraudo
10dc37c95d Add myself to Definitions by to get notified of the changes 2018-08-20 09:46:53 +02:00
Guillaume Beraudo
991d316a38 Add tests 2018-08-20 09:46:53 +02:00
Guillaume Beraudo
589666cc2b Accept null styles
When a style is null, OpenLayers does not render the associated feature.
2018-08-20 09:46:52 +02:00
jansule
44db229c6e Affect returned value to typed variables in getters
Also, remove name from contributors list
2018-08-07 11:08:30 +02:00
jansule
bbf5ad55bb add unit tests for ol.style.Stroke 2018-08-06 11:56:51 +02:00
jansule
88e98cbc6b add-lineDashOffset-type 2018-08-06 08:55:06 +02:00
MateuszSapielakGSI
478ef05b4f OpenLayers - allow null in setStyle() (#27485)
* Update index.d.ts

allow null as per method description

* update setStyle for layers and add a test
2018-07-24 09:03:10 -07:00
Hauke Stieler
e8e909253b [openlayers] Add hidpi option and test for ImageArcGISRest source (#25348)
* Add hidpi option to ImageArcGISRestOptions

* Add tests for the ImageArcGISRest source
2018-04-27 23:27:48 -07:00
peszek90
93135b0ac2 Make renderOrder nullable in VectorTileOptions (#23942) 2018-04-09 13:08:36 -07:00
Arthur Ozga
f7247e6ade
Merge pull request #24339 from osechet/openlayers/issue-24337
[openlayers] Fix typo for ol.proj.Units type
2018-03-16 13:32:26 -07:00
Olivier Sechet
7cb6ae781b Fix typo for ol.proj.Units type 2018-03-16 17:12:50 +01:00
Olivier Sechet
9bac91e2c8 Ignore no-unnecessary-class lint 2018-03-15 22:15:01 +01:00
Olivier Sechet
a1d51c8df1 Fix no-unnecessary-qualifier lint 2018-03-15 22:15:01 +01:00
Olivier Sechet
a94659c130 Fix strict-export-declare-modifiers lint 2018-03-15 22:15:00 +01:00
Olivier Sechet
e892a19afb Fix no-unnecessary-generic lint
Limit the no-unnecessary-class
2018-03-15 22:15:00 +01:00
Olivier Sechet
a3d91758ae Update tests file using import 2018-03-10 10:01:33 +01:00
Olivier Sechet
87dc68d5ff Fix no-declare-current-package lint
Fix no-internal-module lint
Fix no-single-declare-module lint
2018-03-10 09:33:24 +01:00
Olivier Sechet
22b2ee8fed
Merge branch 'master' into feature/lint-module 2018-03-10 00:10:56 +01:00
Olivier Sechet
d9c277aabe Fix no-internal-module lint 2018-03-09 12:55:57 +01:00
Olivier Sechet
b26d1af940
Merge branch 'master' into feature/clean-ban-type 2018-03-08 21:58:39 -08:00
Armando Aguirre
fe94393d6a
Merge pull request #24156 from osechet/feature/lint-any-union
[openlayers] Fix no-any-union lint
2018-03-08 16:48:51 -08:00
Armando Aguirre
c3cb58c140
Merge pull request #24140 from osechet/master
[openlayers] Fix DragAndDropOptions' formatConstructors
2018-03-08 12:19:37 -08:00
Olivier Sechet
cd50be8b63
Merge branch 'master' into feature/clean-ban-type 2018-03-08 12:13:40 -08:00
Olivier Sechet
87b7064ea7
Merge branch 'master' into feature/lint-any-union 2018-03-08 12:11:48 -08:00
Olivier Sechet
61c84aeeee Fix no-any-union lint 2018-03-08 19:56:34 +01:00
Olivier Sechet
7f6d46d071 Revert @param and @return
Avoid dangling comments
2018-03-08 19:10:16 +01:00
Olivier Sechet
c1295d24ee Fix ban-type lint 2018-03-08 09:23:57 +01:00
Olivier Sechet
ce5502be72 Clean no-redundant-jsdoc lint 2018-03-08 00:12:01 +01:00
Olivier Sechet
4387312b09 Issue #24115 - Fix DragAndDropOptions' formatConstructors 2018-03-07 23:42:04 +01:00
YairTawil
fc945e7fe9 test(openlayers): test transition property on TileWMS 2018-03-06 16:42:12 +02:00
YairTawil
f75e7eb5cc fix(openlayers): add transition property 2018-03-06 16:41:48 +02:00
Chad Johnston
3fd24d5fa4 Clean up openlayers linting
Remove as many lint exclusions as possible, while cleaning up code to make linting pass.
2018-02-28 12:58:53 -07:00
peszek90
fb314c3842 Add rotation to RegularShapeOptions (#23925)
Add rotation to RegularShapeOptions
2018-02-26 08:21:05 -08:00
Daniel Rosenwasser
67c476c3de
Merge pull request #23575 from atelier-cartographique/master
openlayers - added renderMode to layer.VectorOptions
2018-02-18 22:24:19 -08:00
Pierre Marchand
82b376579b fixed version format 2018-02-17 11:39:07 +01:00
Andy Hanson
45c9246c09 Remove esModuleInterop from tsconfigs (no longer mandatory) 2018-02-14 14:55:13 -08:00
Pierre Marchand
47aea3938e updated to v4.6.0
Updated according to what could be found in changelogs from 4.4.0 to 4.6.0
2018-02-14 16:02:23 +01:00
Pierre Marchand
22a5e13ab2 updated version to 4.6.0 2018-02-13 08:17:20 +01:00
Pierre Marchand
96f06c794b openlayers - added renderMode to layer.VectorOptions
https://openlayers.org/en/latest/apidoc/ol.layer.Vector.html
2018-02-12 16:09:52 +01:00
Ron Buckton
7e0a4b74d7
Merge pull request #23379 from matthiasdailey-ccri/ol-view
ol.View
2018-02-08 20:13:09 -08:00
Matthias Dailey
20a8429ad3 Add tests and fix a few definitions. 2018-02-06 12:44:59 -05:00
Andy
bef4d2b27d
Enable "esModuleInterop" in all tsconfigs (#23354) 2018-02-05 11:01:56 -08:00
Matthias Dailey
d8682442db Comment block update. 2018-02-02 17:25:17 -05:00
Matthias Dailey
b522881da4 Update typings for ol.View. Sort methods by their source-defined order.
Before, the order did not match either the source or the alphabetical docs.

Add methods:
getAnimating
getInteracting
cancelAnimations
getMaxZoom
getMinZoom
getResolutionForExtent
getZoomForResolution
getResolutionForZoom
2018-02-02 17:18:02 -05:00
Matthias Dailey
45457bbbc9 Add callback to olx.view.FitOptions. (#23199)
* Add `callback` to `olx.view.FitOptions`. See http://openlayers.org/en/latest/apidoc//ol.View.html#fit

* Use existing AnimateCallback type
2018-01-25 13:42:33 -08:00
YairTawil
27a4ffdc6f types/openlayers - updates for olx.interaction.SelectOptions and ol.View (#23123)
* Initialize ol type

* Type definitions

* import openlayers

* Update tsconfig.json

* Update index.d.ts

* fix(): no-declare-current-package

* lint(): new line at end of files

* fix(test, lint)

* fix(tsconfig): format tsconfig.json

* fix(types/ol): add import 'ol' from 'openalyers'

* types/openlayers add hitTolerance to SelectOptions

* update 'Definitions by'
2018-01-23 10:10:26 -08:00
Mine Starks
bc26af4fc8
Merge pull request #21034 from danmana/openlayers
openlayers: make TileWMS projection optional
2017-12-14 09:15:12 -08:00
Gasperi
bb221faa3a Add showLabels to GraticuleOptions interface 2017-10-30 10:54:49 +01:00
Dan Manastireanu
b34551eb07 Merge branch 'master' into openlayers 2017-10-26 18:08:39 +03:00
Dan.Manastireanu
4aac17bae3 openlayers: make TileWMS projection optional. Closes #20994 2017-10-26 18:04:42 +03:00